-
### Describe the bug
When generating our doc, with `make html`, I get this error:
```
dumping search index in English (code: en)... indexer_dumps_unicode
failed
Exception occurred:
File …
-
Not sure whether this issue should be here or in `ploty.py`, since it depends on the solution.
It would be nice to have links to the API doc https://plot.ly/python-api-reference/ in the code blocks…
-
### Bug Description
originally reported by @daniel-range
In the new documentation site, to find the documentation on the website there is a link you can use to access. Shown below.
![Screensh…
-
## 📚 Documentation
We currently use [apidoc](https://github.com/sphinx-contrib/apidoc) for our API Docs, which look like this: https://scitools-iris.readthedocs.io/en/latest/generated/api/iris.ht…
-
At the moment, it looks like we are storing the API docs in the codebase instead of dynamically generating it. The API reference is stored in https://github.com/enthought/traits/tree/master/docs/sourc…
-
## Problem
Our API docs generator is out of date. We need to update it.
-
Hi,
I have noticed that using mock-imported objects as typehints within classes that inherit `BaseModel` causes the documentation to fail to build.
For example, `mock_issue.py`
```
from pyda…
-
**Is your feature request related to a problem? Please describe.**
I want to automatically and recursively generate documentation for my Python modules, **using Python code in conf.py to customize th…
-
I would like the contents of my doxygengroup to be in the table of contents so I could do something like [this](https://rocm-documentation.readthedocs.io/en/latest/ROCm_API_References/HIP-API.html#hip…
-
### Describe the bug
I'm wanting to document some modules in a package I'm developing. Throughout the modules I've imported some TypeVar objects from a module within the package - these objects refer…