diff --git a/docs/source/contributing/docs.rst b/docs/source/contributing/docs.rst index ca3000e7..b988e157 100644 --- a/docs/source/contributing/docs.rst +++ b/docs/source/contributing/docs.rst @@ -5,7 +5,7 @@ Contributing Documentation ========================== Documentation is often more important than code. This page helps -you get set up on how to contribute documentation to JupyterHub. +you get set up on how to contribute to JupyterHub's documentation. Building documentation locally ============================== @@ -44,9 +44,11 @@ change renders correctly, it is good practice to test it locally. .. tip:: - On Windows, you can open a file from the terminal with ``start ``. - On macOS, you can do the same with ``open ``. - On Linux, you can do the same with ``xdg-open ``. + **On Windows**, you can open a file from the terminal with ``start ``. + + **On macOS**, you can do the same with ``open ``. + + **On Linux**, you can do the same with ``xdg-open ``. .. _contributing/docs/conventions: