-
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…
-
~This is unrelated to the changes here, but~ I'm reviewing the docs and I found the `external_cpp_references` example doesn't work when the parameter data type is explicitly of global scope (`::nlohma…
-
We should generate documentation from the docstrings in our code. The most popular option seems to be [Sphinx](https://www.sphinx-doc.org/en/master/), but there is also [pdoc](https://pdoc3.github.io/…
-
### Troubleshooting docs
- [X] My problem is not solved in the Troubleshooting docs
### Anaconda default channels
- [X] I do NOT use the Anaconda default channels (pkgs/* etc.)
### How did you ins…
-
# Problem
The documentation is terse and difficult to use for native MATLAB users unfamiliar with Python and Sphinx. There also aren't readthedocs or github.io pages, and the README is too simple. Fo…
-
**Is your feature request related to a problem? Please describe.**
If I use typehints like this, I get the same result as expected from the documentation.
in code:
```python
def func(value: int …
-
@SiccarPoint pointed out that many components are not present in the documentation.
This issue exists to verify the correct practice for updating these components.
I think this can be done by …
-
## Is your feature request related to a problem? Please describe.
Firstly, my thanks to the tireless Sphinx crew (this means *you*!) for your dedication to the just cause of exhaustively well-docum…
-
Can I build the docs without API token?
-
Typically when one defines a return value in a method they will use the following syntax:
```
Returns:
int:
some value
```
When doing so the return type, `int` in this case, is h…