docrepr icon indicating copy to clipboard operation
docrepr copied to clipboard

Generate rich representations for docstrings

Results 15 docrepr issues
Sort by recently updated
recently updated
newest added

Fixes #54. * docrepr/utils.py (merge_directories): Also handle 'shutil.Error' exceptions.

type:Bug

I am trying to us docrepr to render docstrings in JupyterLab, but it seems like only top level headings in the docstring are rendered, not other headings, code, etc. This...

Hi, I found this issue via the test suite, and traced it to the fact that the source files copied by sphinx itself when instantiating the Sphinx object (`sphinx_app` in...

type:Bug

I just read https://blog.jupyter.org/inspector-jupyterlab-404cce3e1df6 and I am excited to see that this repo was revived last fall, thank you for working on it again! Currently it seems like I need...

type:Question

@martinRenou Looks like our visual regression tests just started [failing](https://github.com/spyder-ide/docrepr/actions/runs/1799110155) on the Class Sphinx test on all platforms, presumably due to a dep update in the CIs in the past...

type:Bug

Python 3.6 just went EOL, and it imposes additional difficulties in our tests, CIs and elsewhere to maintain support for it. We'll want to drop it for 0.3.0. This may...

type:Task

Since 0.2.0 was the first Docrepr release in quite a while, and there are some moderately to perhaps more critical bugs remaining for 0.2.1, we'll probably want to release 0.2.1...

type:Task

Right now, the vendored CSS includes 7 year old versions of Bootstrap (3.3.5) and pygments from 2015; the latter at least should be a mostly drop-in upgrade and we can...

type:Task

I plan to add a suite of standard pre-commit hooks that run locally and in the CIs to check for (and in some cases, fix) issues, lint for and code...

type:Task

I've noticed this a while ago, but didn't want to hold up the v0.2.0 release with it. There's a significant visual regression with docstring display using Sphinx 4 (repro'd in...

type:Bug