Character and typo fixes

This commit is contained in:
Max Hilbrunner
2023-05-31 18:07:27 +02:00
parent d410aceb87
commit 485116d8a3
16 changed files with 23 additions and 23 deletions

View File

@@ -10,7 +10,7 @@ documentation as a PDF, EPUB, or LaTeX file, for example.
Before you get started, make sure that you have:
- `Git <https://git-scm.com/>`_
- `make <https://www.gnu.org/software/make/>`_ (unless youre using Windows)
- `make <https://www.gnu.org/software/make/>`_ (unless you're using Windows)
- `Python <https://www.python.org/>`_ 3
.. note:: Python 3 should come with the ``pip3`` command. You may need to write

View File

@@ -63,7 +63,7 @@ Editing existing pages
To edit an existing page, locate its ``.rst`` source file and open it in your
favorite text editor. You can then commit the changes, push them to your fork,
and make a pull request. **Note that the pages in** ``classes/`` **should not be
edited here.** They are automatically generated from Godots `XML class
edited here.** They are automatically generated from Godot's `XML class
reference <https://github.com/godotengine/godot/tree/master/doc/classes>`__.
See :ref:`doc_updating_the_class_reference` for details.
@@ -145,7 +145,7 @@ first letter capitalized.
Sphinx and reStructuredText syntax
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Check Sphinxs `reST Primer <https://www.sphinx-doc.org/en/stable/rest.html>`__
Check Sphinx's `reST Primer <https://www.sphinx-doc.org/en/stable/rest.html>`__
and the `official reference <https://docutils.sourceforge.net/rst.html>`__ for
details on the syntax.

View File

@@ -31,7 +31,7 @@ All screenshots should ideally be taken on a 1080p screen. Anything higher
resolution is adding detail that doesn't make the documentation better and
dramatically increases file size. If you're taking screenshots on a higher
resolution screen the screenshot should be scaled down. There are instructions
on how to do this later on this page.
on how to do this later on this page.
Format conversion
-----------------