-
https://github.com/NiklasRosenstein/docspec/blob/fb8069fbc3d266b8e5046fe3a728b4db8a7db1bd/docspec-python/src/docspec_python/__init__.py#L98
pydoc-markdown crash because of this line. `open(f, encod…
-
@NiklasRosenstein
In the [getting started](https://github.com/NiklasRosenstein/pydoc-markdown/blob/develop/docs/getting-started.md) page under the CLI usage section the code is as follows
```python…
-
Resolved: we will use the Google docstring format described here: https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html
-
```sh
$ pydoc-markdown --package myprj pydoc-markdown.yml
Traceback (most recent call last):
File ".../bin/pydoc-markdown", line 8, in
sys.exit(cli())
File ".../lib/python3.8/site-packag…
-
I'm trying to use pydocmd in combination with a Django project. Because pydocmd appears to Python ``import`` the files it processes, this requires a special loader class that does the Django-specific …
-
Hi,
It seems there is an error when I try to use pydoc-markdown, I'm unsure what is causing it or how to advise reproducing it:
```
[INFO - pydoc_markdown]: Loading modules.
[INFO - pydoc_mark…
-
The website gets correctly generated into the `gh-pages` branch, reading MarkDown files from the `docs` folder (and configuration in `website/siteConfig.js`.
In order to also publish code docs, we …
-
To reproduce:
1. clone repository - `git clone https://github.com/NiklasRosenstein/pydoc-markdown.git`
2. cd into repository - `cd pydoc-markdown`
3. create virtualenv - `virtualenv venv`
4. cd…
-
This is an issue with MkDocs, and maybe we can find a way to either get a patch into MkDocs or maybe there is already an option to enable that feature. Basically, if you use HTML header tags like `...…
-
Hello,
I've installed both packages Enum and enum34 (backport from python 3.4) but still get this message when I
pydocmd simple class+ > doc.md
Building index...
Traceback (most re…