Niklas Rosenstein
Niklas Rosenstein
http://myo-python.readthedocs.org/en/latest/ - [ ] Additional information and tutorials - [ ] More API documentation - [ ] Make Sphinx generated HTML documentation more user friendly (eg. the TOC in the...
**Environment** - Pydoc-Markdown Version: v4.1.6 - Python Version: v3.9 - Operating System: Ubuntu **Describe the bug**  A clear and concise description of what the bug is and how to...
**Is your feature request related to a problem? Please describe.** * Read the Docs injects some custom values into the MkDocs configuration (mostly extra CSS and JS), and Pydoc-Markdown should...
You can have two API objects that use the same anchor reference. When both are rendered into the same Markdown file, the references are not unique, and one of the...
When using the `--server` option, Pydoc-Markdown watches a list of files for changes and re-triggers the render process if any of the files change. However, the files defined in a...
It would be nice if the documentation for an API object could be placed inline of an existing Markdown file. Example: ```md ## Loaders @autodoc(pydoc_markdown.contrib.loaders.python.PythonLoader) ``` And this would place...
``` Traceback (most recent call last): File "/Users/niklas.rosenstein/.pyenv/versions/3.10.2/lib/python3.10/runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "/Users/niklas.rosenstein/.pyenv/versions/3.10.2/lib/python3.10/runpy.py", line 86, in _run_code exec(code, run_globals) File "/Users/niklas.rosenstein/gitme/kraken/.venvs/3.10.2/lib/python3.10/site-packages/kraken/core/__main__.py", line 15, in main()...
This will be useful if you want to use the `localimport` class to initialize the importer machinery state, but never intend to revert the state.
Currently, if a package is detected with `_localimport._deduce()` and conflicts with a module that is already imported, that module is removed from `sys.modules` temporarily (and moved to `_localimport.state['disables']`). However, there...
If a ZIP file is referenced directly, it works, but if a path _inside_ a ZIP file is referenced, it doesn't work.