Skip to main content

Don't write docs. Code them.

Project description

MkNodes

Don't write docs. Code them.

PyPI License Package status Daily downloads Weekly downloads Monthly downloads Distribution format Wheel availability Python version Implementation Releases Github Contributors Github Discussions Github Forks Github Issues Github Issues Github Watchers Github Stars Github Repository size Github last commit Github release date Github language count Github commits this week Github commits this month Github commits this year Package status PyUp

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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mknodes-0.49.4-py3-none-any.whl (3.6 MB view details)

Uploaded Python 3

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

Hashes for mknodes-0.49.4.tar.gz
Algorithm Hash digest
SHA256 2aa79b6f88eee9de363da9517696e8fd2a3c781a61ce240b7705f725efabfc3b
MD5 2f4e824233f02b195c612a432115968a
BLAKE2b-256 e19b07027653e698480814686ff756a0ab3f8c57d1661da77a329a5dc7e75a33

See more details on using hashes here.

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

Hashes for mknodes-0.49.4-py3-none-any.whl
Algorithm Hash digest
SHA256 e912461acfa2c3790023a6f7be623312b39b2e798cf0b6320dc21f5675c1c5f8
MD5 fe49ebab01bc05ce15331eaad07104ec
BLAKE2b-256 7800f61255f58d6bfc9179f010aefe442814e5ae1b933b1af66497fae65ec18b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page