Further tweaks and fixes

This commit is contained in:
Patrick Robertson
2025-02-11 14:37:29 +00:00
parent 29901da601
commit 62154ddfef
10 changed files with 30 additions and 747 deletions

View File

@@ -9,6 +9,7 @@ The default (enabled) databases are the CSV Database and the Console Database.
```{toctree}
:depth: 1
:hidden:
:glob:
autogen/database/*
```

View File

@@ -8,6 +8,7 @@ Enricher modules are used to add additional information to the items that have
```{toctree}
:depth: 1
:hidden:
:glob:
autogen/enricher/*
```

View File

@@ -12,6 +12,7 @@ Extractors that are able to extract content from a wide range of websites includ
```{toctree}
:depth: 1
:hidden:
:glob:
autogen/extractor/*
```

View File

@@ -10,5 +10,6 @@ The default feeder is the command line feeder, which allows you to input URLs di
```{toctree}
:depth: 1
:glob:
:hidden:
autogen/feeder/*
```

View File

@@ -7,6 +7,7 @@ Formatter modules are used to format the data extracted from a URL into a specif
```{toctree}
:depth: 1
:hidden:
:glob:
autogen/formatter/*
```

View File

@@ -5,4 +5,11 @@ Storage modules are used to store the data extracted from a URL in a persistent
The default is to store the files downloaded (e.g. images, videos) in a local directory.
```{include} autogen/storage.md
```
```{toctree}
:depth: 1
:hidden:
:glob:
autogen/storage/*
```