From 32cddfbdfe87d50c7829ae6c41c838269af72ebb Mon Sep 17 00:00:00 2001 From: Arafat Abdussalam Date: Mon, 14 Nov 2022 10:30:56 +0100 Subject: [PATCH] Update docs.rst --- docs/source/contributing/docs.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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: