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.52.13.tar.gz
(3.0 MB
view hashes)
Built Distribution
Close
Hashes for mknodes-0.52.13-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b9ef68cdd45136ca617f97df3b100fee0a4d3f76867068bceee3b6136c4daefe |
|
MD5 | d8fb4fa46e0b519dcae588ac103b4ab9 |
|
BLAKE2b-256 | 44f892585743ff099dbdb93d53a767f77e6e907fa43b2de87ef0b44ea6608037 |