-
Some tips at https://codeandchaos.wordpress.com/2012/07/30/sphinx-autodoc-tutorial-for-dummies
What I did:
- Install sphinx
- Make `docs/` and run the quickstart
- Run [sphinx-apidoc](http://www.sphi…
-
## Why are we implementing it? (sales eng)
We would like more control over weighting docs pages for certain search terms. The current search engine is provided by Read The Docs and operates as a so…
-
We should build the api docs as a job of the code source tree - just a simple autodoc project with no need to i18n etc. So please remove API docs from inasafe-doc and get them into inasafe.
-
At the moment, the steps involved in generating documentation for most ETS projects are
- run sphinx-apidoc to generate the api documetation
- run sphinx-build to build the docs
This is proble…
-
@JelleZijlstra, @srittau thanks for all your help with the docutils type stubs.
The point of all these PRs is facilitate migrating the venerable `Sphinx` project from [docutils-stubs]() to types-do…
-
**Describe the bug**
I have the following python code:
```python
"""My Implementation"""
from typing import Collection
from sphinx_autodoc.api import MyInterfaceClass
class MyClass: #…
-
Task :sparkling-water-doc:generateConfiguration produces an incorrectly formatted doc/src/site/sphinx/configuration/configuration_properties.rst file
and therefore task :sparkling-water-doc:sphinx fa…
-
make info in the doc folder of numpy
....
numpy.texi:26442: warning: @menu in invalid context
numpy.texi:26497: @node seen before @end deffn
numpy.texi:27903: unmatched `@end deffn'
numpy.texi:…
-
This is production docs, version latest, Chromium on Linux. Most current passing build is: https://readthedocs.org/projects/sphinx-rtd-theme/builds/8677624/
![image](https://user-images.githubuserc…
-
I am trying to write a simple extension to automatically add some index nodes. Unfortunately there doesn't seem to be any base function to do that. I found three places where the same essential stuff …