Update docs.rst

This commit is contained in:
Arafat Abdussalam
2022-11-14 10:30:56 +01:00
committed by GitHub
parent 730fe5a446
commit 32cddfbdfe

View File

@@ -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 <path-to-file>``.
On macOS, you can do the same with ``open <path-to-file>``.
On Linux, you can do the same with ``xdg-open <path-to-file>``.
**On Windows**, you can open a file from the terminal with ``start <path-to-file>``.
**On macOS**, you can do the same with ``open <path-to-file>``.
**On Linux**, you can do the same with ``xdg-open <path-to-file>``.
.. _contributing/docs/conventions: