File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -239,6 +239,15 @@ HTML template, run:
239239
240240 $ pdoc --html --output-dir build my_package
241241
242+ If you want to omit the source code preview, run:
243+
244+ $ pdoc --html --config show_source_code=False my_package
245+
246+ Find additional template configuration tunables in [ Custom templates]
247+ section below.
248+
249+ [ Custom templates ] : #custom-templates
250+
242251To run a local HTTP server while developing your package or writing
243252docstrings for it, run:
244253
@@ -257,6 +266,10 @@ For brief usage instructions, type:
257266
258267 $ pdoc --help
259268
269+ Even more usage examples can be found in the [ FAQ] .
270+
271+ [ FAQ ] : https://github.com/pdoc3/pdoc/issues?q=is%3Aissue+label%3Aquestion
272+
260273
261274Programmatic usage
262275------------------
You can’t perform that action at this time.
0 commit comments