Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/en_us/developers/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@
# Output file base name for HTML help builder.
htmlhelp_basename = 'edXDocs'

project = u'edX Platform Developer Documentation'
copyright = u'2014, edX'

# --- Mock modules ------------------------------------------------------------

# Mock all the modules that the readthedocs build can't import
Expand Down
18 changes: 14 additions & 4 deletions docs/en_us/developers/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,22 @@ Contents:
:maxdepth: 2

overview.rst
common-lib.rst
djangoapps.rst

overview.rst
common-lib.rst
APIs
-----

.. toctree::
:maxdepth: 2

djangoapps.rst
common-lib.rst

Internationalization
---------------------

.. toctree::
:maxdepth: 2

i18n.rst
i18n_translators_guide.rst

Expand Down