Skip to content

Commit

Permalink
Start documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred82santa committed Aug 13, 2014
1 parent 73d117c commit ee0eeb6
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
# documentation root, use os.path.abspath to make it absolute, like shown here.
#sys.path.insert(0, os.path.abspath('.'))

dirty_filters_path = os.path.join(os.path.dirname(__file__), '..', '..')
sys.path.insert(0, dirty_filters_path)

# -- General configuration ------------------------------------------------

# If your documentation needs a minimal Sphinx version, state it here.
Expand Down Expand Up @@ -340,3 +343,6 @@

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'http://docs.python.org/': None}

autodoc_member_order = 'bysource'

12 changes: 12 additions & 0 deletions docs/source/dirty_filters.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Dirty Filters package
====================

Main filters

Filters
-------

.. automodule:: dirty_filters
:members:
:inherited-members:
:show-inheritance:
4 changes: 4 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Contents:
.. toctree::
:maxdepth: 2

dirty_filters.rst

.. include:: ../../README.rst



Indices and tables
Expand Down

0 comments on commit ee0eeb6

Please sign in to comment.