Rename files so that they all have uniques names

To build references in the next commit.
This commit is contained in:
Rémi Verschelde
2016-02-08 22:03:07 +01:00
parent c833f9aab8
commit e5ed8c1728
18 changed files with 22 additions and 17 deletions

View File

@@ -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

View File

@@ -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
.. ------------------

View File

@@ -7,4 +7,4 @@ Advanced
_developing
_formats
_misc
_misc_ref

View File

@@ -3,7 +3,7 @@ Misc
.. toctree::
:maxdepth: 1
:name: toc-advanced-misc
:name: toc-misc-ref
command_line_tutorial
changing_editor_fonts

View File

@@ -5,6 +5,6 @@
:maxdepth: 2
:name: toc-2d-tutorials
_graphics
_gui
_physics
_2d_graphics
_2d_gui
_2d_physics

View File

@@ -5,6 +5,6 @@
:maxdepth: 2
:name: toc-3d-tutorials
_graphics
_physics
_import
_3d_graphics
_3d_physics
_3d_import