Skip to content

Commit

Permalink
Merge pull request #214 from sarah256/master
Browse files Browse the repository at this point in the history
Fix paths in docs README
  • Loading branch information
sarah256 committed Oct 19, 2018
2 parents f14c38a + 0fd059f commit 4ad35cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ Models
.. automodule:: path.to.section
:members:
```
* In the `docs/index.rst` file, in the toctree, add the name of the section (in this example, models)
* In the `docs/module_documentation/index.rst` file, in the toctree, add the name of the section (in this example, models)

To document a new model file:
* In `docs/models.rst`, add the following code:
* In `docs/module_documentation/models.rst`, add the following code:
```
Model Name
==========
Expand Down

0 comments on commit 4ad35cb

Please sign in to comment.