-
- Downloads
Fix wrong hyperlinks in documentation
Sphinx generates a redundant html-file 'source.html'. Each internal href, derived from a link to a class/method/attribute, links source.html and not the corresponding file (e.g. EV3.html when referencing EV3.connect()). The postprocessing script now fixes these wrong links.
Showing
- docs/__pycache__/process.cpython-34.pyc 0 additions, 0 deletionsdocs/__pycache__/process.cpython-34.pyc
- docs/_build/doctrees/EV3.doctree 0 additions, 0 deletionsdocs/_build/doctrees/EV3.doctree
- docs/_build/doctrees/environment.pickle 0 additions, 0 deletionsdocs/_build/doctrees/environment.pickle
- docs/_build/doctrees/source.doctree 0 additions, 0 deletionsdocs/_build/doctrees/source.doctree
- docs/_build/html/EV3.html 14 additions, 4 deletionsdocs/_build/html/EV3.html
- docs/_build/html/searchindex.js 1 addition, 1 deletiondocs/_build/html/searchindex.js
- docs/_build/html/source.html 10 additions, 0 deletionsdocs/_build/html/source.html
- docs/process.py 19 additions, 15 deletionsdocs/process.py
Loading
Please register or sign in to comment