-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
33 lines (33 loc) · 1.28 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
site_name: pyetllib ETL framework
site_description: Documentation of the pyetllib ETL Framework
theme:
name: readthedocs
highlightjs: true
hljs_languages:
- python
- bash
nav:
- Home: index.md
- User Guide:
- Getting started: usrguide/getstarted.md
- Creating an ETL script: usrguide/creating.md
- Configuring an ETL script: usrguide/config.md
- Running an ETL script: usrguide/running.md
- ETL Toolkit: usrguide/etltk.md
- Job Framework: usrguide/jobs.md
- CLI Reference:
- etlskel: cliref/etlskel.md
- pyetl: cliref/pyetl.md
- API Reference:
- etllib.commands — command pattern implementation: apiref/commands.md
- etllib.config — configuration utilities: apiref/config.md
- etllib.context — smart execution context: apiref/context.md
- etllib.j2 — Jinja2 rendering: apiref/j2.md
- etllib.jobtools — job management and reports: apiref/jobs.md
- etllib.publish — data publication to IO streams: apiref/publish.md
- etllib.tools — data transformation functions: apiref/tools.md
- etllib.utils — miscellaneous utilities: apiref/utils.md
- Developer Guide:
- Contributing: devguide/contributing.md
- Tox interface: devguide/tox.md
- Documentation Guide: devguide/docauth.md