Niklas Rosenstein

Results 203 issues of 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...

enhancement
help wanted

**Environment** - Pydoc-Markdown Version: v4.1.6 - Python Version: v3.9 - Operating System: Ubuntu **Describe the bug** ![image](https://user-images.githubusercontent.com/1318438/130212078-01361045-73c0-47f8-ba48-61a11ad09269.png) A clear and concise description of what the bug is and how to...

bug

**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...

kind/feature request

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...

kind/enhancement
kind/good first issue

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...

kind/enhancement

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...

kind/feature request

``` 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()...

bug

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.

enhancement

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...

enhancement

If a ZIP file is referenced directly, it works, but if a path _inside_ a ZIP file is referenced, it doesn't work.

bug