-
Currently the top menu changes when visiting "Developers" --> "OCR-D core/API specification"
cneud updated
4 years ago
-
I've seen http://docs.rigetti.com/en/stable/ which includes some of the API strings via https://github.com/rigetti/pyquil/tree/master/docs/source/apidocs and Sphinx.
Initially assuming you used all…
-
Hi guys, I'm new with pytorch!
I get this error when I trying to execute:
pip install --upgrade torch-scatter
and I do not know what to do anymore to fix this error :/
-
## Details
* Read the Docs project URL: https://readthedocs.org/projects/neuronunit
* Build URL (if applicable): https://readthedocs.org/projects/neuronunit/builds/10482732/
* Read the Docs usern…
-
see e.g. https://news.ycombinator.com/item?id=17717295
Leaning on side of Sphynx with docs written in markdown
-
**Describe the bug**
Since yesterday, my Sphinx builds error out on RTD with
```
AttributeError: module 'sphinx.domains.c' has no attribute 'CMacroObject'
```
**To Reproduce**
Full error m…
-
I'm using Sphinx 1.8.5. The build succeed but no api document is generated (nor the base folder). No error or warning, apart from that due to missing api reference files:
WARNING: toctree contains …
-
I have my ruler set at 120, because I've set my maximum col length to 120 in my pycodestyle linter settings. I would like this plugin to respect the (minimum) ruler when pressing ALT+Q. Right now, it …
rwols updated
4 years ago
-
When I use `apidoc_extra_args = ['-P']` the private methods starting with **_** are still not included in the generated documentation. The same happens with --private.
-
The module finder should no longer look for `__init__.py` files, and the documentation should make it clear that `autoapi_dirs` should point directly at the top level package directory.