Add a cheat sheet for configs and better folder structure for core modules

This commit is contained in:
Patrick Robertson
2025-02-11 14:06:53 +00:00
parent 2f51d3917a
commit 895c843f04
10 changed files with 56 additions and 8 deletions

View File

@@ -3,4 +3,10 @@
Formatter modules are used to format the data extracted from a URL into a specific format. Currently the most widely-used formatter is the HTML formatter, which formats the data into an easily viewable HTML page.
```{include} autogen/formatter.md
```
```{toctree}
:depth: 1
:glob:
autogen/formatter/*
```