You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the code is tested automatically using `Travis-CI <https://travis-ci.org/Parallel-in-Time/pySDC>`_, so a working version of the installation process can always be found in the `install`-block of the `.travis.yml <https://github.com/Parallel-in-Time/pySDC/blob/master/.travis.yml>`_ file.
63
+
Most of the code is tested automatically using `Github Actions <https://github.com/Parallel-in-Time/pySDC/actions>`_, so a working version of the installation process can always be found in the `ci_pipeline.yml <https://github.com/Parallel-in-Time/pySDC/blob/master/.github/workflows/ci_pipeline.yml>`_ file.
64
64
65
65
For many examples, `LaTeX` is used for the plots, i.e. a decent installation of this is needed in order to run the tests.
66
66
When using `fenics` or `petsc4py`, a C++ compiler is required (although installation may go through at first).
@@ -71,7 +71,7 @@ For more details on `pySDC`, check out `http://www.parallel-in-time.org/pySDC <h
71
71
How to cite
72
72
-----------
73
73
74
-
If you use pySDC or parts of it for your work, great! Let us know if we can help you with this. Also, we would greatly appreciate a citation using `this paper <https://doi.org/10.1145/3310410>`_:
74
+
If you use pySDC or parts of it for your work, great! Let us know if we can help you with this. Also, we would greatly appreciate a citation of `this paper <https://doi.org/10.1145/3310410>`_:
75
75
76
76
Robert Speck, **Algorithm 997: pySDC - Prototyping Spectral Deferred Corrections**,
77
77
ACM Transactions on Mathematical Software (TOMS), Volume 45 Issue 3, August 2019,
The Python files contained in ``core``, ``implementations`` and ``helpers`` are fully documented and their API is generated automatically with sphinx-apidoc after each update.
2
-
The API (as well as the tutorial pages) can also be generated manually and locally by executing
in the root directory. Then, the main index can be found in ``target/doc/build/index.html``. Anyway, here is the online version:
1
+
The Python files contained in ``core``, ``implementations`` and ``helpers`` are fully documented and their API is generated automatically with sphinx-apidoc after each update:
0 commit comments