pdoc
pdoc copied to clipboard
API Documentation for Python Projects
#### Problem Description Currently, `pdoc` only supports one version of a given Python package. #### Proposal I would like to see (optional) support for multiple versions of a package in...
Having - a method named `my_method_one` and - a headline ```markdown `my_method_one` ``` causes pdoc to generate to create two html elements with the same id `id="my_method_one"`, which is invalid...
#### Problem Description When using the inline Math syntax `:math:`, it doesn't seem to be possible to escape curly brackets or underscores with a backslash. #### Steps to reproduce the...
The Google list sections recognises currently only _"Args"_, _"Raises"_ and _"Attributes"_ as headers for sections that consist of a definition list. This could be extended to recognise more section headers,...
#### Problem Description I would like to `.. include:: ../README.rst` in my `__init__.py` module docstring. However, it appears to be parsed as markdown, despite the fact that it has the...
#### Problem Description I've got some Python 2.7 stuff in my project and while they function fine in the intended environment (Maya), pdoc can't execute them under 3.9 and I...
#### Problem Description Some support for function overloads specified by `@overload` annotation in typestubs is missing. All functions that have it, are just shown with the general base implementation `(*args,...
`AssertionError: OSError: If there is an error while writing to the file.` Help would be appreciated
#### Problem Description ```bash AssertionError: OSError: If there is an error while writing to the file. ``` Is raised, when I run `pdoc` with the following flags ```bash pdoc --math...
Adds support for the `start-*` and `end-*` options of the rst `include` directive. Closes #682.
first of all, thanks, pdoc is amazing! #### Problem Description I have a CHANGELOG.md file that doesn't fit to any particular function documentation. I want to create an extra page...