Commit 64574256 by Mark Hoeber

Fixed TOC and copyright

parent 678749fb
...@@ -68,6 +68,9 @@ exclude_patterns = ['build'] ...@@ -68,6 +68,9 @@ exclude_patterns = ['build']
# Output file base name for HTML help builder. # Output file base name for HTML help builder.
htmlhelp_basename = 'edXDocs' htmlhelp_basename = 'edXDocs'
project = u'edX Platform Developer Documentation'
copyright = u'2014, edX'
# --- Mock modules ------------------------------------------------------------ # --- Mock modules ------------------------------------------------------------
# Mock all the modules that the readthedocs build can't import # Mock all the modules that the readthedocs build can't import
......
...@@ -15,12 +15,22 @@ Contents: ...@@ -15,12 +15,22 @@ Contents:
:maxdepth: 2 :maxdepth: 2
overview.rst overview.rst
common-lib.rst
djangoapps.rst
overview.rst APIs
common-lib.rst -----
.. toctree::
:maxdepth: 2
djangoapps.rst djangoapps.rst
common-lib.rst
Internationalization
---------------------
.. toctree::
:maxdepth: 2
i18n.rst i18n.rst
i18n_translators_guide.rst i18n_translators_guide.rst
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment