-
I do not think that while parsing the docstrin we should be using regex on each line of the docstring.
https://github.com/NiklasRosenstein/pydoc-markdown/blob/0b8a85d84d063b5ce9a1fd73d88dda6a199d5583…
-
Thanks for this usefull software!
**Is your feature request related to a problem? Please describe.**
I'm using pydoc-markdown to generate markdown files. However, all things in docstring will be…
-
**Environment**
- Pydoc-Markdown Version: v4.6.4
- Python Version: v3.10.5
- Operating System: Ubuntu 22.04
**Describe the bug**
When using the `MarkdownRenderer` with `add_full_prefix` ena…
-
Thanks for your work!
It would be great if I could just point the script at a python package, and it would generate the docs from the output of `pydoc`.
Perhaps https://pypi.org/project/pydoc-ma…
-
Create a documentation site. At the moment the requirements are:
- [x] Has an API section which is generated from the doc strings. I think the [pydoc-markdown tool would be good for this.](https://…
-
**Environment**
- Pydoc-Markdown Version: 4.8.2
- Python Version: v3.10.11
- Operating System: macOS 13.4.1
**Describe the bug**
Using a Google-style code block retains its indentation and …
-
Hi 👋 ,
Firstly, thanks for a great plugin - it's been really useful for a few projects, e.g. https://pg-bulk-ingest.docs.trade.gov.uk/ and https://stream-unzip.docs.trade.gov.uk/
One thing thoug…
-
I am trying to build the documentation locally by following the instructions given in
But I face the below:
`UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 109702: characte…
-
`nuitka` CLI not found on Windows if installed with `uv`
Tl;Dr: On Windows `nuitka` is [reported as an available CLI](https://github.com/kdeldycke/workflows/actions/runs/11533605793/job/321067382…
-
**Environment**
- Pydoc-Markdown Version: v4.6.3
- Python Version: v3.10.4
- Operating System: Arch Linux
I am using the cli interface:
```
pydoc-markdown -I src -m "${module}" --render-to…