mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Rename files so that they all have uniques names
To build references in the next commit.
This commit is contained in:
7
conf.py
7
conf.py
@@ -10,7 +10,7 @@ import os
|
||||
needs_sphinx = '1.3'
|
||||
|
||||
# Sphinx extension module names and templates location
|
||||
extensions = []
|
||||
extensions = ['sphinx.ext.intersphinx']
|
||||
templates_path = ['_templates']
|
||||
|
||||
# You can specify multiple suffix as a list of string: ['.rst', '.md']
|
||||
@@ -39,6 +39,11 @@ exclude_patterns = ['_build']
|
||||
pygments_style = 'sphinx'
|
||||
highlight_language = 'python3'
|
||||
|
||||
# intersphinx configuration
|
||||
intersphinx_mapping = {
|
||||
'english': ('http://docs.godotengine.org/en/latest/', None),
|
||||
}
|
||||
|
||||
# -- Options for HTML output ----------------------------------------------
|
||||
|
||||
# on_rtd is whether we are on readthedocs.org, this line of code grabbed from docs.readthedocs.org
|
||||
|
||||
16
index.rst
16
index.rst
@@ -17,21 +17,21 @@ The main documentation for the site is organized into a few sections:
|
||||
:caption: Tutorials
|
||||
:name: sec-tutorials
|
||||
|
||||
tutorials/step_by_step/index
|
||||
tutorials/engine/index
|
||||
tutorials/2d/index
|
||||
tutorials/3d/index
|
||||
tutorials/step_by_step/_step_by_step
|
||||
tutorials/engine/_engine
|
||||
tutorials/2d/_2d
|
||||
tutorials/3d/_3d
|
||||
tutorials/_networking
|
||||
tutorials/_plugins
|
||||
tutorials/_misc
|
||||
tutorials/asset_pipeline/index
|
||||
tutorials/_misc_tutorials
|
||||
tutorials/asset_pipeline/_asset_pipeline
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:caption: Reference
|
||||
:name: sec-reference
|
||||
|
||||
classes/index
|
||||
classes/_classes
|
||||
reference/_languages
|
||||
reference/_cheat_sheets
|
||||
reference/_compiling
|
||||
@@ -42,7 +42,7 @@ The main documentation for the site is organized into a few sections:
|
||||
:caption: Community
|
||||
:name: sec-community
|
||||
|
||||
contributing/index
|
||||
contributing/_contributing
|
||||
|
||||
.. Indices and tables
|
||||
.. ------------------
|
||||
|
||||
@@ -7,4 +7,4 @@ Advanced
|
||||
|
||||
_developing
|
||||
_formats
|
||||
_misc
|
||||
_misc_ref
|
||||
|
||||
@@ -3,7 +3,7 @@ Misc
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:name: toc-advanced-misc
|
||||
:name: toc-misc-ref
|
||||
|
||||
command_line_tutorial
|
||||
changing_editor_fonts
|
||||
@@ -5,6 +5,6 @@
|
||||
:maxdepth: 2
|
||||
:name: toc-2d-tutorials
|
||||
|
||||
_graphics
|
||||
_gui
|
||||
_physics
|
||||
_2d_graphics
|
||||
_2d_gui
|
||||
_2d_physics
|
||||
@@ -5,6 +5,6 @@
|
||||
:maxdepth: 2
|
||||
:name: toc-3d-tutorials
|
||||
|
||||
_graphics
|
||||
_physics
|
||||
_import
|
||||
_3d_graphics
|
||||
_3d_physics
|
||||
_3d_import
|
||||
Reference in New Issue
Block a user