xo-ratio: docs: ++ install links for 3rd-party deps
This commit is contained in:
parent
6a8bfc39da
commit
3fc7bc2667
1 changed files with 13 additions and 5 deletions
|
|
@ -81,8 +81,16 @@ Unit test dependencies:
|
|||
|
||||
To build documentation, will also need:
|
||||
|
||||
* `doxygen`
|
||||
* `graphviz`
|
||||
* `sphinx`
|
||||
* `breathe`
|
||||
* `sphinx_rtd_theme`
|
||||
* `doxygen`_ c++ documentation
|
||||
* `graphviz`_ graph drawing software, used by doxygen
|
||||
* `sphinx`_ documentation system, ReST (`.rst`) format
|
||||
* `breathe`_ use `doxygen`-generated ingredients in sphinx `.rst` files
|
||||
* `sphinx_rtd_theme`_ css for sphinx html output
|
||||
|
||||
Can install these
|
||||
|
||||
.. _doxygen: https://www.doxygen.nl
|
||||
.. _graphviz: https://graphviz.org
|
||||
.. _sphinx: https://www.sphinx-doc.org/en/master
|
||||
.. _breathe: https://breathe.readthedocs.io/en/latest
|
||||
.. _sphinx_rtd_theme: https://github.com/readthedocs/sphinx_rtd_theme
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue