Skip to main content

A markdown extension for python documentation

Project description

jetblack-markdown

Markdown extensions for automatic document generation.

See here for documentation.

Markdown Extension

A markdown extension is provided for automatically documenting python code.

Modules are referred to as follows:

# A Top Level Module

@[jetblack_markdown]

# A Package

@[jetblack_markdown.autodoc]

# A function

@[jetblack_markdown.autodoc:makeExtension]

# A class

@[jetblack_markdown.autodoc.metadata:PropertyDescriptor]

mkdocs integration

This site was generated using mkdocs and the following config:

site_name: jetblack-markdown

docs_dir: documentation
site_dir: docs

markdown_extensions:
  - admonition
  - codehilite
  - jetblack_markdown.autodoc:
      class_from_init: true
      ignore_dunder: true
      ignore_private: true
      ignore_all: false
      prefer_docstring: true
      template_folder: null

extra_css:
    - css/custom.css

Configuration

There are some configuration parameters.

  • class_from_init (bool, optional): If True use the docstring from the __init__ function for classes. Defaults to True.
  • ignore_dunder (bool, optional): If True ignore __XXX__ functions. Defaults to True.
  • ignore_private (bool, optional): If True ignore methods (those prefixed _XXX). Defaults to True.
  • ignore_all (bool): If True ignore the __all__ member.
  • prefer_docstring (bool): If true prefer the docstring.
  • template_folder(Optional[str], optional): Specify a custom template folder. The template "main.jinja2" will be rendered passing an obj parameter which is a jetblack.markdown.metadata.Descriptor

Customizing

All the rendering is done with jinja2 templates. Start by copying the current templates from jetblack_markdown/templates and specify the template_folder in the mkdocs.yml.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jetblack-markdown-0.2.0.tar.gz (12.6 kB view details)

Uploaded Source

Built Distribution

jetblack_markdown-0.2.0-py3-none-any.whl (17.6 kB view details)

Uploaded Python 3

File details

Details for the file jetblack-markdown-0.2.0.tar.gz.

File metadata

  • Download URL: jetblack-markdown-0.2.0.tar.gz
  • Upload date:
  • Size: 12.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.2 CPython/3.7.5 Linux/4.15.0-74-generic

File hashes

Hashes for jetblack-markdown-0.2.0.tar.gz
Algorithm Hash digest
SHA256 f709734f7d4f5f876c065746553fa4183b22b8f27c2852785ccf51e5da0b831c
MD5 e5faaafc851958562a90c753eb87a030
BLAKE2b-256 3b7e55cd525f784f46f6eff8e5fdf71cf943276441e2afbeb3b856d79c789dd0

See more details on using hashes here.

File details

Details for the file jetblack_markdown-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: jetblack_markdown-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 17.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.2 CPython/3.7.5 Linux/4.15.0-74-generic

File hashes

Hashes for jetblack_markdown-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 542b5d69dea273da43e4c60d4b48e0fc5a7be7b19b03eb46cf3d74187750b896
MD5 0f1c5e587f6988b69cbb6a87f8884ec1
BLAKE2b-256 4ad530cfcded5d1cf58c0fb23f5657d8f01b2238c8bf858927695f2ca61b986a

See more details on using hashes here.

Supported by

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