- 29 Jan, 2016 5 commits
-
-
Timo Koch authored
For a literal include (would be so much better) we would need the path from CMake somehow passed to sphinx...
-
Timo Koch authored
-
Dominic Kempf authored
Construction of parallel grids will be properly addressed in the near future.
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- 28 Jan, 2016 1 commit
-
-
Timo Koch authored
-
- 22 Jan, 2016 2 commits
-
-
Dominic Kempf authored
[bugfix] Only run tutorial if dune-grid is found. See merge request !71
-
Dominic Kempf authored
-
- 21 Jan, 2016 1 commit
-
-
Timo Koch authored
-
- 21 Dec, 2015 1 commit
-
-
Dominic Kempf authored
Feature/more python doc Improve documentation of the python module inside testtools. * [x] Document all methods at least with a simple docstring * [ ] Tell autosummary not to document imported modules? Fixes #84 See merge request !70
-
- 17 Dec, 2015 9 commits
-
-
Timo Koch authored
TODO: We need to host the documentation on the dune website. Automated documentation tools seem to be too focused on python modules only. Our documentation buildprocess is too complicated for them.
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
- 16 Dec, 2015 9 commits
- 15 Dec, 2015 10 commits
-
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
Document classes inside modules
-
Timo Koch authored
-
Timo Koch authored
Module documentary will be generated with a summary followed by all functions documented with autofunction under their function name. Each function has to toctree entry.
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
This turned out to be much more painfil than I thought it would. The reason: Sphinx does not know namespace packages (quite a bummer). As a consequence: * We will not be able to use `sphinx-apidoc` * We do not get rid of the errors about not finding `dune.common.x` (it thinks it should be in the scope of the documented module, but its not) I have renamed the former file `dune-testtools.rst` to `python.rst`. Use this file for the python docs and include it into the index toctree at will.
-
- 11 Dec, 2015 2 commits
-
-
Timo Koch authored
[CMake] Add a metatarget that groups all static variants This fixes #102 Works quite nicely, actually! See merge request !69
-
Dominic Kempf authored
-