Collect and parse all your divio-style documentation with just one line of code!
Project description
Divio Docs Parser
Collect and parse all your divio-style documentation with just one line of code! This script will scan any files/directories/strings you pass. For example:
- If you have a how-to section in your README, that'll get extracted and put in the right spot
- Or, if you have an how-to.md file, it'll get added in its entirety!
How-To
Install from pip
python3 -m pip install divio_docs_parser
Clone & run scripts locally
git clone https://github.com/Denperidge-Redpencil/divio-docs-parser.git
cd divio-docs-gen/
python3 -m src.divio_docs_parser
Run tests
git clone https://github.com/Denperidge-Redpencil/divio-docs-parser.git
cd divio-docs-gen/
python3 -m unittest
Build & install package locally
git clone https://github.com/Denperidge-Redpencil/divio-docs-parser.git
cd divio-docs-gen/
python3 -m pip install --upgrade build setuptools # If no setuptools dist can be found, try using a higher python version
python3 -m build && python3 -m pip install --force-reinstall ./dist/*.whl
Note: other Python versions can be used!
Explanation
The Divio structure is built upon splitting your documentation into 4 types of documentations. . In this repository they're referred to as sections.
If you want to know more about the design principles of this project, feel free to check out my writeup here!
Reference
Synonyms
For ease of use and freedom of implementation, every section has synonyms.
Section | Synonyms |
---|---|
Tutorials | Getting started |
How-to Guides | How-To, Guide, Usage |
Explanation | Discussion, background material |
Reference | Technical |
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
File details
Details for the file divio_docs_parser-0.1.2.tar.gz
.
File metadata
- Download URL: divio_docs_parser-0.1.2.tar.gz
- Upload date:
- Size: 12.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e01b3eec4ec5bbcbbc74b0070353d75d5c512c0ca3851929cb504cc17f0e929a |
|
MD5 | 30163752709b77e6d1b0678907f1e31c |
|
BLAKE2b-256 | b38ffdbfdf2bfa1e5406dc294727a2155211ef7d774ffa310974c057478445d6 |
File details
Details for the file divio_docs_parser-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: divio_docs_parser-0.1.2-py3-none-any.whl
- Upload date:
- Size: 15.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 39b67b0e2c7c1c798ff0625c29e708b069fd723cb3b3e20a842c1aa903ac8149 |
|
MD5 | d8c589f30232f0a77476a26bb1557f2c |
|
BLAKE2b-256 | ea151cd4231a5c916b852ed23e20eea2ba58a0fd979df8ac9cc9ca12f5e7bc2a |