kopia lustrzana https://github.com/bellingcat/auto-archiver
Slight tweaks of toctrees + reordering
rodzic
62154ddfef
commit
e65a99078f
|
@ -8,9 +8,9 @@
|
|||
:caption: Contents:
|
||||
|
||||
Overview <self>
|
||||
how_to
|
||||
installation/installation.rst
|
||||
core_modules.md
|
||||
how_to
|
||||
development/developer_guidelines
|
||||
autoapi/index.rst
|
||||
```
|
|
@ -1,13 +1,6 @@
|
|||
|
||||
# Configuration
|
||||
|
||||
|
||||
```{toctree}
|
||||
:hidden:
|
||||
|
||||
configurations
|
||||
```
|
||||
|
||||
This section of the documentation provides guidelines for configuring the tool.
|
||||
|
||||
## Configuring from the Command Line
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
```{toctree}
|
||||
:depth: 1
|
||||
:hidden:
|
||||
|
||||
configurations.md
|
||||
config_cheatsheet.md
|
||||
|
|
|
@ -2,7 +2,12 @@
|
|||
|
||||
Feeder modules are used to feed URLs into the `auto-archiver` for processing. Feeders can take these URLs from a variety of sources, such as a file, a database, or the command line.
|
||||
|
||||
The default feeder is the command line feeder, which allows you to input URLs directly into the `auto-archiver` from the command line.
|
||||
The default feeder is the command line feeder (`cli_feeder`), which allows you to input URLs directly into the `auto-archiver` from the command line.
|
||||
|
||||
Command line feeder usage:
|
||||
```{code} bash
|
||||
auto-archiver [options] URL1 URL2 ...
|
||||
```
|
||||
|
||||
```{include} autogen/feeder.md
|
||||
```
|
||||
|
|
Ładowanie…
Reference in New Issue