Skip to content

mkdocstrings/shell

Repository files navigation

mkdocstrings-shell

ci documentation pypi version gitter

A shell scripts/libraries handler for mkdocstrings. It uses Shellman to collect documentation from shell scripts.

Installation

pip install mkdocstrings-shell

Configuration

In MkDocs configuration file:

plugins:
- mkdocstrings:
    default_handler: shell  # optional

The handler does not offer any option yet.

Usage

Use mkdocstrings syntax to inject documentation for a script:

::: relative/path/to/script
    handler: shell  

Specifying handler: shell is optional if you declared shell as default handler in mkdocs.yml.

About

A shell scripts/libraries handler for mkdocstrings.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

  •