Skip to content

Commit

Permalink
debugging readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Jul 29, 2016
1 parent 44dd5d9 commit 52a241e
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@
README.rst

# generated documentation
docs/_build
docs/source
docs/_build
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
import os
import sys
sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('..'))

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

Expand Down
File renamed without changes.
7 changes: 7 additions & 0 deletions docs/source/modules.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
nose2unitth
===========

.. toctree::
:maxdepth: 4

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

Submodules
----------

nose2unitth.core module
-----------------------

.. automodule:: nose2unitth.core
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------

.. automodule:: nose2unitth
:members:
:undoc-members:
:show-inheritance:

0 comments on commit 52a241e

Please sign in to comment.