-
(I'm using the bpnet conda environment, git commit de99967aa5)
In bpnet/docs,
```
make build
mkdir -p theme_dir/img/ipynb/
./render_ipynb.bash
pydocmd build
make: p…
-
Hello @NiklasRosenstein,
I like this library a lot, I find it so useful. Though, I would like to be able to include images in both README.md and index.md. Let me explain:
**PROBLEM**
- Let sa…
-
This issue is related to #412 and #470 . Now that we have a proper and easy way to build the documentation, all classes/functions should go in there. There is also quite some work needed because some …
-
## What was wrong?
There is no Documentation at the moment
## How can it be fixed?
Add documentation. For now just adding a few lines in `README.md` will do.
voith updated
6 years ago
-
**Environment**
- Pydoc-Markdown Version: 4.6.4
- Python Version: v3.7.15, v3.8.14 (pipelines for 3.9-3.11 haven't run yet but I suspect them to fail with the same as well)
- Operating System: ub…
-
Attempting to build documentation for mffpy, receive error in pydocmd command:
```
$> pydocmd build
/Users/molfesepj/opt/miniconda3/envs/mffpy/bin/pydocmd:28: DeprecationWarning: the imp module i…
-
**Environment**
- Pydoc-Markdown Version: v4.8.0
- Python Version: v3.9
- Operating System: macOS 13.4
**Describe the bug**
databind upgrade broke the hugo renderer:
```
$ pydoc-markdow…
-
**Describe the bug**
When a docstrings contains non-ascii character the conversion fails
**To Reproduce**
Steps to reproduce the behavior:
1. create a Python file `foo.py` containing the follo…
-
**Environment**
- Pydoc-Markdown Version: v4.8.0
- Python Version: v3.11.3
- Operating System: GHA `ubuntu-latest`
**Describe the bug**
v4.7.0 works fine. v4.8.0 (#289) results in:
```py…
-
Thanks for maintaining this fantastic project! :pray: We are using it to integrate our python API docs with a Docusaurus site.
**Describe the bug**
Python 3.10 introduced [structural pattern match…