pdoc icon indicating copy to clipboard operation
pdoc copied to clipboard

API Documentation for Python Projects

Results 68 pdoc issues
Sort by recently updated
recently updated
newest added

#### Problem Description Need to get this working with pre-commit #### Proposal create a .pre-commit-config.yaml file on root dir, fill it in with required config, you can use [this](https://github.com/pdoc3/pdoc/blob/master/.pre-commit-hooks.yaml) as...

enhancement

#### Problem Description I want to include my README in the index of my API docs, but this results in a duplicate top-level heading as the README has its own...

enhancement

#### Problem Description I want to be able to import classes and functions to higher level modules, for developer convenience, but without insane redundancies in where classes are defined. In...

enhancement

#### Problem Description I receive the following warning when working with certain tkinter event annotations. In addition, the type hinting is tagged in the html as a string, and has...

#### Problem Description When running pdoc, i get a TypeError. I cannot figure out if this is a bug in pdoc or if it is a problem with my project,...

bug

#### Problem Description When attempting to use `pdoc` on [my package](https://github.com/JesseTG/libretro.py), I get a stack trace similar to the following when trying to view the doc page for any module:...

bug

Bumps the dependencies group with 12 updates: | Package | From | To | | --- | --- | --- | | [coverage[toml]](https://github.com/nedbat/coveragepy) | `7.5.3` | `7.5.4` | | [filelock](https://github.com/tox-dev/py-filelock)...

dependencies
python

Hi, With an undocumented enum like this ``` from enum import Enum class MyEnum(Enum): one = 1, two = 2 ``` pdoc 14.5.0 with python 3.12 generates html with some...

bug

#### Problem Description With #460 the embedding of images was added. However, the suggested usage of `![image](./path/to/image.png)` does not work for me. I am adding my README to the `__doc__`...

bug

#### Problem Description I am seeing the same problem reported in #648 but when dealing with classes from the [`textual`](https://github.com/Textualize/textual) package. I am using the latest pdoc (14.5.0) so the...

bug