Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ It is possible to run all the tests in one go, or just run one part of the tests
## API doc generation
To automatically generate documentation, at the root of the repository run,

sphinx-apidoc -o ./docs/source/ tincan/
sphinx-apidoc -f -o ./docs/source/ tincan/

Then from the `docs/` directory run,

Expand Down
4 changes: 2 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
contain the root `toctree` directive.

Welcome to Tin Can Python's documentation!
=========================================
==========================================

Contents:

.. toctree::
:maxdepth: 4

modules
modules

Indices and tables
==================
Expand Down