Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
use index for usage
Browse files Browse the repository at this point in the history
  • Loading branch information
pipliggins committed Nov 21, 2024
1 parent 4633414 commit c9cd64e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,10 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
html_theme = "sphinx_book_theme"
html_logo = "images/logo.png"
html_title = "AutoParser"
html_static_path = ["_static"]

html_theme_options = {
"repository_url": "https://github.com/globaldothealth/autoparser",
"use_repository_button": True,
}
3 changes: 1 addition & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ caption: Contents:
---
self
getting_started/index
usage/data_dict
usage/parser_generation
usage/index
examples/example
```
8 changes: 8 additions & 0 deletions docs/usage/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Usage

These sections describe the key usage patterns for AutoParser.

```{toctree}
data_dict
parser_generation
```

0 comments on commit c9cd64e

Please sign in to comment.