Skip to content

Commit

Permalink
add headings to API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mscarey committed Aug 9, 2019
1 parent dcea9ba commit 67a85f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions authorityspoke/opinions.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def exposit(
:param text_links:
mapping of :class:`Factor`\s to the :class:`Opinion` passages where
they can be found. Can be obtained as the "mentioned" return value
of one of the functions in :module:`authorityspoke.io.readers`\.
of one of the functions in :mod:`authorityspoke.io.readers`\.
:param context:
an ordered sequence (probably :py:class:`dict`) of
Expand Down Expand Up @@ -193,7 +193,7 @@ def posit(
:param text_links:
mapping of :class:`Factor`\s to the :class:`Opinion` passages where
they can be found. Can be obtained as the "mentioned" return value
of one of the functions in :module:`authorityspoke.io.readers`\.
of one of the functions in :mod:`authorityspoke.io.readers`\.
:param context:
an ordered sequence (probably :py:class:`dict`) of
Expand Down
5 changes: 4 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ for examples and to try out AuthoritySpoke in a Jupyter Notebook.
API Reference
-------------

Core
====

.. toctree::
:maxdepth: 3

Expand All @@ -34,7 +37,7 @@ API Reference
api/selectors

I/O
-------------
===

.. toctree::
:maxdepth: 2
Expand Down

0 comments on commit 67a85f8

Please sign in to comment.