blob: 3e259084749fdb2c9b0afa33a692b88a1341d700 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
## How to contribute
* You can give feedback and suggest packages to be included,
either by [email] or in the [#pydoc] IRC channel on [Libera.Chat].
* You can contribute to [pydoctor].
* You can contribute to the individual Python projects
to improve their [docstrings].
* If you want to support pydoc.dev by providing hosting,
[please get in touch][email].
[email]: mailto:martin@push-f.com
[#pydoc]: https://web.libera.chat/?channel=#pydoc
[Libera.Chat]: https://libera.chat/
[pydoctor]: https://github.com/twisted/pydoctor
[docstrings]: https://www.python.org/dev/peps/pep-0257/
|