-
There is an older an older implementation of the autogenerated class library with Shinx+readthedocs at https://gamestonk-terminal.readthedocs.io/
It's time this documentation generating pipeline is…
-
It seams there is no install part in the Makefile therefor the 'make install' doesn't work.
```
.DEFAULT_GOAL := help
.PHONY: help
help:
@grep -E '^[\.a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST)…
-
### Describe the bug
It looks like autodoc is resolving type hints like `requests.Response` to their internal definition, e.g. `requests.models.Response`. This means the intersphinx references to t…
-
The `add_module_names = False` configuration seems to only affect the class/function/attribute header names.
The type hints are still always rendered as fully qualified names.
`mypackage/mymodule.…
-
Pre-Report Checklist
--------------------
- [x] I am running the latest version of mitiq
- [x] I checked to make sure that this bug has not already been reported
Issue Description
-----------…
-
**Checklist prior to opening an issue**
- [x] I have followed fully the installation steps laid out in the documentation site.
- [x] I have restarted jupyterlab.
- [x] I have read the FAQ section i…
-
sphinx-apidoc is an awesome tool, but unfortunately it skips .pyx files (Cython files). I hacked into apidoc.py and changed the line 165 to read
```
#!python
py_files = sorted([f for f in files if …
-
sphinx-apidoc.py was not included in MANIFEST.in, and is therefore missing from the 1.1 tarball.
---
- Bitbucket: https://bitbucket.org/birkenfeld/sphinx/issue/792
- Originally reported by: Jakub Wil…
-
Use sphinx/napoleon to generate documentation and upload it to readthedocs.io. This will be a good chance to reserve the torchgeo domain. Only problem is that I don't think readthedocs has free privat…
-
The [table](https://github.com/terrapower/armi/blob/master/doc/user/inputs/fuel_management.rst#choosing-assemblies-to-move) in the docs that outlines how to select specific assemblies using the `findA…