Don't write docs. Code them.
Project description
MkNodes
Don't write docs. Code them.
Read the completely coded documentation!
Programatically create web pages
def create_github_index_md() -> mk.MkPage:
page = mk.MkPage("Github index")
page += mk.MkCode.for_object(create_github_index_md)
page += mk.MkHeader("MkNodes", level=1)
page += mk.MkHeader("Don't write docs. Code them.", level=4)
page += mk.MkShields()
page += mk.MkLink(DOC_URL, "Read the completely coded documentation!")
page += mk.MkInstallGuide(header="How to install")
page += mk.MkHeader("All the nodes!")
page += mk.MkClassDiagram(mk.MkNode, mode="subclasses", direction="LR")
return page
Create a website tree
@nav.route.page("Changelog", icon="format-list-group")
def _(page: mk.MkPage):
page += mk.MkChangelog()
Powerful templating
{{ "Inlined text" | MkAdmonition(inline="left") }}
How to install
pip
The latest released version is available at the Python package index.
pip install mknodes
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
mknodes-0.49.4.tar.gz
(3.1 MB
view details)
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 mknodes-0.49.4.tar.gz.
File metadata
- Download URL: mknodes-0.49.4.tar.gz
- Upload date:
- Size: 3.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.25.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2aa79b6f88eee9de363da9517696e8fd2a3c781a61ce240b7705f725efabfc3b
|
|
| MD5 |
2f4e824233f02b195c612a432115968a
|
|
| BLAKE2b-256 |
e19b07027653e698480814686ff756a0ab3f8c57d1661da77a329a5dc7e75a33
|
File details
Details for the file mknodes-0.49.4-py3-none-any.whl.
File metadata
- Download URL: mknodes-0.49.4-py3-none-any.whl
- Upload date:
- Size: 3.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.25.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e912461acfa2c3790023a6f7be623312b39b2e798cf0b6320dc21f5675c1c5f8
|
|
| MD5 |
fe49ebab01bc05ce15331eaad07104ec
|
|
| BLAKE2b-256 |
7800f61255f58d6bfc9179f010aefe442814e5ae1b933b1af66497fae65ec18b
|