mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-09-27 03:51:11 -04:00
Fix minor typos and link on rst related pages
This commit is contained in:
parent
47252ef12e
commit
f0709dd483
2 changed files with 3 additions and 4 deletions
|
@ -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 <https://github.com/QubesOS/qubes-doc>`__ repository, users can maintain their
|
By cloning and regularly pulling from `qubes-doc <https://github.com/QubesOS/qubes-doc>`__ repository, users can maintain their
|
||||||
own up-to-date offline copy of the Qubes documentation rather than
|
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.
|
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 <https://doc.qubes-os.org/en/latest/>`__:
|
be downloaded from `doc.qubes-os.org <https://doc.qubes-os.org/en/latest/>`__:
|
||||||
|
|
||||||
.. figure:: /attachment/doc/rst-rtd-epub-pdf.png
|
.. 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
|
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
|
:guilabel:`Create pull request` button again. However, if you’re not ready for
|
||||||
your PR to be reviewed or merged yet, please
|
your PR to be reviewed or merged yet, please
|
||||||
`make a draft PR instead <https://github.blog/2019-02-14-introducing-draft-pull-requests/>`__.
|
`make a draft PR instead <https://github.blog/news-insights/product-news/introducing-draft-pull-requests/>`__.
|
||||||
|
|
||||||
|pull-request-confirm|
|
|pull-request-confirm|
|
||||||
|
|
||||||
|
|
|
@ -501,7 +501,7 @@ Indentation
|
||||||
^^^^^^^^^^^
|
^^^^^^^^^^^
|
||||||
|
|
||||||
Use spaces instead of tabs. Use hanging indentations where appropriate.
|
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
|
Line wrapping
|
||||||
|
@ -509,7 +509,6 @@ Line wrapping
|
||||||
|
|
||||||
Do not hard wrap text, except where necessary (e.g., inside code blocks).
|
Do not hard wrap text, except where necessary (e.g., inside code blocks).
|
||||||
|
|
||||||
|
|
||||||
Writing guidelines
|
Writing guidelines
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue