Skip to content

Commit

Permalink
setup conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide Moro committed May 23, 2017
1 parent 22e5511 commit 0d5df64
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. include:: ../README.rst
11 changes: 11 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.. _api-pypom_navigation.plugin:

========
Advanced
========

Here you can see the technical documentation.

.. automodule:: pypom_navigation.plugin
:members:
:member-order: bysource
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
# ones.
extensions = [
'sphinx.ext.ifconfig',
'sphinx.ext.graphviz',
'sphinx.ext.autodoc',
'sphinx.ext.viewcode'
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
3 changes: 3 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
.. include:: ./README.rst

Welcome to pytest-pypom-navigation's documentation!
===============================================================

Expand All @@ -11,6 +13,7 @@ Contents:
.. toctree::
:maxdepth: 2

API <api>


Indices and tables
Expand Down

0 comments on commit 0d5df64

Please sign in to comment.