Skip to main content

A simple ipynb->md converter for MkDocs

Project description

Hippogriffe

This is a set of tweaks on top of the MkDocs + mkdocstrings[python] + griffe documentation stack. In particular, we:

  • Add [source] links to GitHub to each top-level class or function.
  • Pretty-format type annotations:
    • Fixes unions/generics/etc. to display as e.g. int | str rather than just Union, or tuple[int, str] rather than just tuple.
    • Respects your public API: if a type is declared in your documentation as ::: yourlib.Foo then its usage in type annotations will match: some_fn(foo: yourlib.Foo).
  • Show base classes inline after the class.
  • Drops the -> None return annotation from __init__ methods.
  • Attributes display as [attr] somelib.someattr instead of [attr] somelib.someattr = some_value [module]. (I don't find usually-long default values to be useful documentation, nor the 'module' tag to be informative.)
Before After
old new

Installation

pip install hippogriffe

Requires MkDocs 1.6.1+ and mkdocstrings[python] 0.28.3+

Usage

In mkdocs.yml:

...

plugins:
    - hippogriffe
    - mkdocstrings:
        ...

Configuration

Hippogriffe supports the following configuration options:

plugins:
    - hippogriffe:
        show_bases: true/false
        show_source_links: all/toplevel/none
        extra_public_modules:
            - foo
            - bar

show_bases:

If false then base classes will not be displayed alongside a class. Defaults to true.

show_source_links:

Sets which objects will have links to their location in the repository (as configured via the usual MkDocs repo_url). If all then all objects will have links. If toplevel then just ::: somelib.value will have links, but their members will not. If none then no links will be added. Defaults to toplevel.

extra_public_modules:

A list of module names whose elements should be treated as part of the public API. Pretty-formatting of type annotations is done strictly: every annotation must be part of the known public API, else an error will be raised. The public API is defined as the combination of:

  • Everything you document using ::: yourlib.Foo, and all of their members.
  • Anything from the standard library.
  • All objects belonging to any of extra_public_modules.

For example,

plugins:
    - hippogriffe:
        extra_public_modules:
            - jax
            - torch

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

hippogriffe-0.1.1.tar.gz (13.3 kB view details)

Uploaded Source

Built Distribution

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

hippogriffe-0.1.1-py3-none-any.whl (18.7 kB view details)

Uploaded Python 3

File details

Details for the file hippogriffe-0.1.1.tar.gz.

File metadata

  • Download URL: hippogriffe-0.1.1.tar.gz
  • Upload date:
  • Size: 13.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.11

File hashes

Hashes for hippogriffe-0.1.1.tar.gz
Algorithm Hash digest
SHA256 e602230778a18eeb0d5c52e96fa7080c2b26c98e15599b730c142baafeba3035
MD5 d8fc3c22921625f9f84b5782dd41c34e
BLAKE2b-256 3d1baaa5e8e93c5b8f29a1dc2297da35f766c905d2178ccc8f1133ff90078ec6

See more details on using hashes here.

File details

Details for the file hippogriffe-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: hippogriffe-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 18.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.11

File hashes

Hashes for hippogriffe-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b82af8da258ef10abbc284a5261530e0ed34b53f09dfe5a74fb31afdbb5eed3d
MD5 531bdfc3b3e66ecfad63f1ffa97e99e8
BLAKE2b-256 9cd4b2cd709f26e90857403121b29a64bbe28a152bd53c72ac70c2d397c3e6e9

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