Skip to content

Commit

Permalink
Fix toctree
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed May 28, 2020
1 parent 6115448 commit 7a1dd06
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_static_path = []


# -- Extension configuration -------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ A guide for developers of OCP's tools.

.. toctree::

github
python
services
github/index
python/index
services/index
6 changes: 6 additions & 0 deletions docs/python/code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,9 @@ Coverage
`Coveralls <https://coveralls-python.readthedocs.io/>`__
Documentation
`Sphinx <https://www.sphinx-doc.org/>`__. Its Markdown extensions should only be used for OCDS documentation.

Maintainers can find dependencies with:

.. code-block:: bash
find . \( -name 'setup.py' -or -name 'requirements.in' \) -exec echo {} \; -exec cat {} \;
9 changes: 9 additions & 0 deletions docs/python/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Python
======

.. toctree::

code
packages
applications
performance

0 comments on commit 7a1dd06

Please sign in to comment.