mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Character and typo fixes
This commit is contained in:
@@ -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 you’re 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
|
||||
|
||||
@@ -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 Godot’s `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 Sphinx’s `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.
|
||||
|
||||
|
||||
@@ -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
|
||||
-----------------
|
||||
|
||||
Reference in New Issue
Block a user