Skip to content

A shell scripts/libraries handler for mkdocstrings.

License

Notifications You must be signed in to change notification settings

mkdocstrings/shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a01628c · Mar 28, 2025

History

23 Commits
Mar 28, 2025
Mar 26, 2025
Mar 28, 2025
Mar 26, 2025
Mar 28, 2025
Mar 26, 2025
Mar 26, 2025
May 25, 2024
Oct 12, 2024
Mar 28, 2025
Mar 26, 2025
Mar 26, 2025
May 25, 2024
Oct 12, 2024
Jan 24, 2025
Mar 26, 2025
Mar 28, 2025
Mar 28, 2025

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.