-
I have my own `mkdocs.yml` which has a quite extensive configuration because of the theme and additional plugin. Because of this, I don't really want to specify all the 'pages' in `pydocmd.yml` as it …
AuHau updated
5 years ago
-
This is the module: https://github.com/evandrocoan/PythonDebugTools/tree/master/all/python_debug_tools
```
F:\PythonDebugTools\all>ls
python_debug_tools
F:\PythonDebugTools\all>python --versio…
-
It can be related to:
1. https://github.com/NiklasRosenstein/pydoc-markdown/issues/21 AttributeError: 'module' object has no attribute 'signature'
Code:
1. https://github.com/evandrocoan/…
-
on running (simple) for `parser.py`
```python
Building index...
Traceback (most recent call last):
File "/usr/local/bin/pydocmd", line 11, in
sys.exit(main())
File "/usr/local/lib/pyt…
-
I installed the package from github with git clone, I run the code on python 3.6, bitbucket pipeline and got this errors, would you help me to fix this please.
```
+ pydocmd generate
Traceback (m…
-
Hi, thanks for nice project.
I'm new to any sort of documentation and wanted to use pydocmd for my python package.
I found it a bit confusing to understand the exact workflow for pydocmd. I think it…
-
```
> pydocmd --help …
-
I'm probably doing something dumb or not understanding the instructions in the readme, but I can't seem to get the `+` suffix to work.
Here's an example:
```
# virtualenv venv
# . venv/bin/activ…
-
Is it possible to use custom themes configured in pydocmd.yml?
I do not get this to run.
pydocmd.yml is in die project root.
custom_theme folder is also in the root.
```
site_name: "site name…
ghost updated
5 years ago
-
I was wondering if there's a way to create markdown files using the 'simple' command for modules in installed python packages. I'd like to create markdowns for my python packages from a different dire…