A library for building data documentation.
Project description
Horkos Doc
A command-line tool for generating HTML documentation from horkos schemas
Install
pip3 install horkos-doc
Usage
> horkos-doc --help
usage: horkos-doc [-h] [--config CONFIG] [--author AUTHOR]
[--home-page HOME_PAGE] [--output OUTPUT]
[input]
positional arguments:
input A directory of schema files from which to build the
html documentation. This is not required if a value is
set within the given config file.
optional arguments:
-h, --help show this help message and exit
--config CONFIG, -c CONFIG
The path to a configuration file for horkos-doc. This
file can be used to override the built-in default for
command-line arguments. By default this is
`.horkos-doc`.
--author AUTHOR, -a AUTHOR
The author of the documentation. This is used to
create copyright statements within the generated
documentation.
--home-page HOME_PAGE, --hp HOME_PAGE
The name to use for the home page of the generated
documentation. By default this is "Horkos Doc".
--output OUTPUT, -o OUTPUT
The directory in which to store built html. By default
this is ./build
If all the schema files are in ./schemas to build the docs run:
horkos-doc ./schemas
Configuration
All options available on the command-line can also be set in an optional
configuration file. By default this file is expected to be .horkos-doc.
[default]
input = ./schemas
output = ./docs
author = Mr. Foobar
home_page = The Docs!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file horkos-doc-0.0.10.tar.gz.
File metadata
- Download URL: horkos-doc-0.0.10.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7fbd3d5def8c94b41f747dfdc85c8d91550804e6d56615dfe9496c0114a653fc
|
|
| MD5 |
0b529a44cd6d6538bce17b65aff31987
|
|
| BLAKE2b-256 |
133c615a737f56686276e2a4b1c88c9323f9e06b998df4331f81be0451f24e48
|
File details
Details for the file horkos_doc-0.0.10-py3-none-any.whl.
File metadata
- Download URL: horkos_doc-0.0.10-py3-none-any.whl
- Upload date:
- Size: 14.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b9afd28a78bcd56bc5270f4cd8d2c0720396657cc4e732790fc5f9c8353c200
|
|
| MD5 |
ed729d05c710b7709e0ce33f022985da
|
|
| BLAKE2b-256 |
dc6ee89c8ec8300ef056a6d74cacf05fd6172ac8cda89312ca3a16da017b3069
|