Split and Organise documentation files (#404)

* Set global TOC collapse to false

* Split documentation

I tried to split the index.md file into logical parts, not changing the contents.
I did add a space and change one HTTP URL to HTTPS.

---------

Co-authored-by: Sean Whalen <44679+seanthegeek@users.noreply.github.com>
This commit is contained in:
Ben Companjen
2023-05-03 22:11:58 +02:00
committed by GitHub
parent 634631e326
commit 2b35b785c6
13 changed files with 1650 additions and 1668 deletions
+34
View File
@@ -0,0 +1,34 @@
# API reference
## parsedmarc
```{eval-rst}
.. automodule:: parsedmarc
:members:
```
## parsedmarc.elastic
```{eval-rst}
.. automodule:: parsedmarc.elastic
:members:
```
## parsedmarc.splunk
```{eval-rst}
.. automodule:: parsedmarc.splunk
:members:
```
## parsedmarc.utils
```{eval-rst}
.. automodule:: parsedmarc.utils
:members:
```
## Indices and tables
- {ref}`genindex`
- {ref}`modindex`