Skip to content

Commit

Permalink
update docs with toctree and api file
Browse files Browse the repository at this point in the history
  • Loading branch information
stonecharioteer committed Aug 24, 2019
1 parent e173fdb commit dbbd8a4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
7 changes: 7 additions & 0 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
======
API
======

.. todo::

Include documentation for the source code here.
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
# ones.
extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.viewcode"
"sphinx.ext.viewcode",
"sphinx.ext.todo"
]


Expand Down
11 changes: 9 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Welcome to asciinema-director's documentation!
`asciinema-director` is an easier way to use `asciinema`, the amazing terminal
recording tool.

I've used asciinema for a very long time and the biggest problem is making flawless
recordings.
I've used asciinema for a very long time and the biggest problem is making
flawless recordings.

This project seeks to automate the creation of those recordings, using a source
file that the user provides.
Expand All @@ -21,6 +21,13 @@ file that the user provides.
This project is in alpha stage, and is not ready for testing. Consult the
github project page for more information.


.. toctree::
:maxdepth: 2

api


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

Expand Down

0 comments on commit dbbd8a4

Please sign in to comment.