Skip to content

Commit

Permalink
Update docs to include api, design, and tutorial sections
Browse files Browse the repository at this point in the history
  • Loading branch information
wbierbower committed Sep 15, 2015
1 parent 58e0ea4 commit c67e7a7
Show file tree
Hide file tree
Showing 10 changed files with 56 additions and 39 deletions.
6 changes: 3 additions & 3 deletions docs/source/modules/affine.rst → docs/source/api/affine.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Affine Module
=============
Affine Class
============

.. automodule:: fauxgeo.affine
.. autoclass:: fauxgeo.Affine
:members:
:undoc-members:
:show-inheritance:
Expand Down
10 changes: 10 additions & 0 deletions docs/source/api/api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
===
API
===

.. toctree::
:maxdepth: 2

raster.rst
raster_factory.rst
affine.rst
6 changes: 3 additions & 3 deletions docs/source/modules/raster.rst → docs/source/api/raster.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Raster Module
=============
Raster Class
============

.. automodule:: fauxgeo.raster
.. autoclass:: fauxgeo.Raster
:members:
:undoc-members:
:show-inheritance:
Expand Down
9 changes: 9 additions & 0 deletions docs/source/api/raster_factory.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
RasterFactory Class
===================

.. autoclass:: fauxgeo.RasterFactory
:members:
:undoc-members:
:show-inheritance:

.. End of file
6 changes: 3 additions & 3 deletions docs/source/modules/vector.rst → docs/source/api/vector.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Vector Module
=============
Vector Class
============

.. automodule:: fauxgeo.vector
.. autoclass:: fauxgeo.Vector
:members:
:undoc-members:
:show-inheritance:
Expand Down
3 changes: 3 additions & 0 deletions docs/source/design/design.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
======
Design
======
34 changes: 15 additions & 19 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,30 +1,26 @@
.. fauxgeo documentation master file, created by
sphinx-quickstart on Tue Jul 9 22:26:36 2013.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
=====================
Fauxgeo Documentation
=====================

Fauxgeo API
===========
**Features:**

.. toctree::
:maxdepth: 1

modules/affine.rst
modules/raster.rst
modules/raster_factory.rst
modules/vector.rst
- Raster class
- RasterStack class
- RasterFactory class
- Affine class

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

Other Useful Info
=================
Documentation
=============

.. toctree::
:maxdepth: 1
:maxdepth: 2

tutorial.rst
api/api.rst
design/design.rst
tutorials/tutorials.rst
history.rst


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

Expand Down
9 changes: 0 additions & 9 deletions docs/source/modules/raster_factory.rst

This file was deleted.

8 changes: 8 additions & 0 deletions docs/source/tutorials/tutorials.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
=========
Tutorials
=========

.. toctree::
:maxdepth: 2

unittests.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Unit Testing with Fauxgeo
=========================
Creating Rasters for Unittests
==============================

.. code::
Expand Down

0 comments on commit c67e7a7

Please sign in to comment.