Skip to content

Commit

Permalink
Added additional pages. Fix setuptools call.
Browse files Browse the repository at this point in the history
  • Loading branch information
arkottke committed Apr 6, 2017
1 parent 979790b commit e2bc812
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
API
===

.. automodule:: pyrotd
:members:
:undoc-members:
:show-inheritance:
2 changes: 2 additions & 0 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CONTRIBUTING
============
9 changes: 9 additions & 0 deletions docs/example.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
EXAMPLE
=======

.. plot:: ../example.py
:include-source:

A more thorough example of using the code is provided `here`_

.. _here: https://github.com/arkottke/pyrotd/blob/master/example.ipynb

0 comments on commit e2bc812

Please sign in to comment.