diff --git a/developer/general/how-to-edit-the-rst-documentation.rst b/developer/general/how-to-edit-the-rst-documentation.rst index 652725f6..c47c89dd 100644 --- a/developer/general/how-to-edit-the-rst-documentation.rst +++ b/developer/general/how-to-edit-the-rst-documentation.rst @@ -19,7 +19,7 @@ detect changes in a GitHub repository and build the latest version of a document By cloning and regularly pulling from `qubes-doc `__ repository, users can maintain their own up-to-date offline copy of the Qubes documentation rather than relying solely on the web and either serve it locally or read the rST files directly. -EPUB or PDF versions of Qubes OS documenation can also +EPUB or PDF versions of Qubes OS documentation can also be downloaded from `doc.qubes-os.org `__: .. figure:: /attachment/doc/rst-rtd-epub-pdf.png @@ -119,7 +119,7 @@ You will be able to adjust the pull request message and title there. In most cases, the defaults are ok, so you can just confirm by pressing the :guilabel:`Create pull request` button again. However, if you’re not ready for your PR to be reviewed or merged yet, please -`make a draft PR instead `__. +`make a draft PR instead `__. |pull-request-confirm| diff --git a/developer/general/rst-documentation-style-guide.rst b/developer/general/rst-documentation-style-guide.rst index 50f4a96f..7aefbfaf 100644 --- a/developer/general/rst-documentation-style-guide.rst +++ b/developer/general/rst-documentation-style-guide.rst @@ -501,7 +501,7 @@ Indentation ^^^^^^^^^^^ Use spaces instead of tabs. Use hanging indentations where appropriate. -rST is identation sensitiv markup language, similar to Python, please maintain consistent indentation (3 spaces) for readability. +rST is an indentation sensitive markup language, similar to Python, please maintain consistent indentation (3 spaces) for readability. Line wrapping @@ -509,7 +509,6 @@ Line wrapping Do not hard wrap text, except where necessary (e.g., inside code blocks). - Writing guidelines ------------------