Skip to content

Commit

Permalink
Better structuring
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMadBug committed May 10, 2019
1 parent 2cf6097 commit 50dbbfb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,12 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'alabaster'
#html_theme = 'alabaster'
html_theme = "sphinx_rtd_theme"

# 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']

master_doc = 'index'
master_doc = 'index'
15 changes: 14 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,36 @@ Welcome to Shariant Integration documentation

.. toctree::
:maxdepth: 1
:caption: Contents:
:caption: Basics:

integration/basics/overview
integration/basics/getting_started
integration/basics/lifecycle
integration/basics/sharing
integration/basics/variant_matching
site/index

.. toctree::
:maxdepth: 1
:caption: Evidence Keys:

integration/evidence_keys/overview
integration/evidence_keys/types

.. toctree::
:maxdepth: 1
:caption: API:

integration/api/philosophy
integration/api/authentication
integration/api/classification_request
integration/api/classification_response
integration/api/classification_bulk

.. toctree::
:maxdepth: 1
:caption: Web Interface:

site/users
site/classification_listing
site/classification_form
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
recommonmark==0.5.0
Sphinx==2.0.1
sphinx-markdown-tables==0.0.9
sphinx-markdown-tables==0.0.9
sphinx_rtd_theme

0 comments on commit 50dbbfb

Please sign in to comment.