Skip to content

Commit

Permalink
docs: Move toctree
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Nov 27, 2020
1 parent ce59027 commit 1e297f3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Example:
ocdsindex expire https://user:pass@host:9200/ --exclude-file exclude.txt
Where ``excluded.txt`` contains:
Where ``exclude.txt`` contains:

.. code-block:: none
Expand Down
18 changes: 10 additions & 8 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ To install:
pip install ocdsindex
.. toctree::
:maxdepth: 2
:caption: Contents

cli
library
changelog

How it works
------------

Expand Down Expand Up @@ -88,4 +80,14 @@ created_at

As such, an interface can filter on ``base_url`` to limit results to specific websites, and the tool can filter on ``created_at`` to delete documents that are no longer needed.

That's it! Feel free to browse the documentation below.

.. toctree::
:maxdepth: 2
:caption: Contents

cli
library
changelog

Copyright (c) 2020 Open Contracting Partnership, released under the BSD license

0 comments on commit 1e297f3

Please sign in to comment.