Skip to content

Commit f4f4af1

Browse files
committed
documentation
1 parent 7587b44 commit f4f4af1

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

docs/source/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@
120120
# If true, keep warnings as "system message" paragraphs in the built documents.
121121
# keep_warnings = False
122122

123+
suppress_warnings = ['image.nonlocal_uri']
124+
123125
# If true, `todo` and `todoList` produce output, else they produce nothing.
124126
todo_include_todos = False
125127

docs/source/index.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ On November 24, 2016, we released version 2 of `pySDC`. This release contains ma
3535
- **Testing and documentation** The core, implementations and plugin packages and their subpackages are fully documented using sphinx-apidoc, see below.
3636
This documentation as well as this website are generated automatically using `Travis-CI <https://travis-ci.org/Parallel-in-Time/pySDC>`_.
3737
Most of the code is supported by tests, mainly realized by using the tutorial as the test routines with clearly defined results. Also, projects are accompanied by tests.
38+
Travis-CI reports: |badge|
3839
Test coverage results can be found `here <test_coverage/index.html>`_.
3940

4041
- Further, minor changes:
@@ -78,6 +79,12 @@ Projects
7879
projects/node_failure.rst
7980
projects/fwsw.rst
8081

82+
Tests
83+
-----
84+
85+
.. include:: ../../tests/README.rst
86+
87+
8188
API documentation
8289
-----------------
8390

@@ -98,5 +105,4 @@ Indices and tables
98105
* :ref:`modindex`
99106
* :ref:`search`
100107

101-
Also, see `test coverage results <test_coverage/index.html>`_.
102108

tests/README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Most of the code is supported by tests, mainly realized by using the tutorial as the test routines with clearly defined results. Also, projects are accompanied by tests.
2+
3+
Travis-CI reports: |badge|, test coverage results can be found `here <test_coverage/index.html>`_.
4+
5+
6+
.. |badge| image:: https://travis-ci.org/Parallel-in-Time/pySDC.svg?branch=master
7+
:target: https://travis-ci.org/Parallel-in-Time/pySDC

0 commit comments

Comments
 (0)