Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions pdoc/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,15 @@ HTML template, run:

$ pdoc --html --output-dir build my_package

If you want to omit the source code preview, run:

$ pdoc --html --config show_source_code=False my_package

Find additional template configuration tunables in [Custom templates]
section below.

[Custom templates]: #custom-templates

To run a local HTTP server while developing your package or writing
docstrings for it, run:

Expand All @@ -257,6 +266,10 @@ For brief usage instructions, type:

$ pdoc --help

Even more usage examples can be found in the [FAQ].

[FAQ]: https://github.com/pdoc3/pdoc/issues?q=is%3Aissue+label%3Aquestion


Programmatic usage
------------------
Expand Down