Skip to content

Commit

Permalink
update to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wbierbower committed Aug 17, 2015
1 parent 82c9e00 commit 98eceb0
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 30 deletions.
4 changes: 3 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.insert(0, os.path.abspath('../..'))
sys.path.insert(0, os.path.abspath('../../'))

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

Expand All @@ -40,6 +40,8 @@
# ones.
extensions = [
'sphinx.ext.mathjax',
'sphinx.ext.autodoc',
'sphinx.ext.napoleon'
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
18 changes: 8 additions & 10 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,21 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to fauxgeo's documentation!
===============================================
Fauxgeo API
===========

Contents:
.. toctree::
:maxdepth: 1

.. toctree::
:maxdepth: 2
modules/affine.rst
modules/raster.rst
modules/vector.rst

readme
installation
usage
history
.. include:: ../../README.rst

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

12 changes: 0 additions & 12 deletions docs/source/installation.rst

This file was deleted.

9 changes: 9 additions & 0 deletions docs/source/modules/affine.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Affine Module
=============

.. automodule:: fauxgeo.affine
:members:
:undoc-members:
:show-inheritance:

.. End of file
9 changes: 9 additions & 0 deletions docs/source/modules/raster.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Raster Module
=============

.. automodule:: fauxgeo.raster
:members:
:undoc-members:
:show-inheritance:

.. End of file
9 changes: 9 additions & 0 deletions docs/source/modules/vector.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Vector Module
=============

.. automodule:: fauxgeo.vector
:members:
:undoc-members:
:show-inheritance:

.. End of file
7 changes: 0 additions & 7 deletions docs/source/usage.rst

This file was deleted.

0 comments on commit 98eceb0

Please sign in to comment.