diff --git a/.github/workflows/ci_pipeline.yml b/.github/workflows/ci_pipeline.yml index 4a8b4a794e..624da7ad51 100644 --- a/.github/workflows/ci_pipeline.yml +++ b/.github/workflows/ci_pipeline.yml @@ -267,6 +267,7 @@ jobs: sphinx-build -b html docs/source docs/build/html mkdir -p docs/build/html/coverage mv htmlcov/* docs/build/html/coverage/. + cp -r data docs/build/html/ # - name: Build html II # if: "!contains(github.event.head_commit.message, '[CI-no-benchmarks]')" diff --git a/docs/source/projects/doc_SDC_showdown.rst b/docs/source/projects/doc_SDC_showdown.rst index 7648190709..a1d197ea79 100644 --- a/docs/source/projects/doc_SDC_showdown.rst +++ b/docs/source/projects/doc_SDC_showdown.rst @@ -4,7 +4,7 @@ Full code: `pySDC/projects/SDC_showdown/SDC_timing_Fisher.py `_): -.. image:: ../../../data/boussinesq.png +.. image:: ./data/boussinesq.png :width: 19% diff --git a/docs/source/projects/doc_fwsw_theory.rst b/docs/source/projects/doc_fwsw_theory.rst index 550a343249..c893ffe0f1 100644 --- a/docs/source/projects/doc_fwsw_theory.rst +++ b/docs/source/projects/doc_fwsw_theory.rst @@ -1,22 +1,22 @@ Results: -.. image:: ../../../data/stifflimit-specrad.png +.. image:: ./data/stifflimit-specrad.png :width: 19% -.. image:: ../../../data/stifflimit-norm.png +.. image:: ./data/stifflimit-norm.png :width: 19% -.. image:: ../../../data/stability-K3-M3.png +.. image:: ./data/stability-K3-M3.png :width: 19% -.. image:: ../../../data/stab_vs_k_resolved.png +.. image:: ./data/stab_vs_k_resolved.png :width: 19% -.. image:: ../../../data/stab_vs_k_unresolved.png +.. image:: ./data/stab_vs_k_unresolved.png :width: 19% -.. image:: ../../../data/phase-K3-M3.png +.. image:: ./data/phase-K3-M3.png :width: 19% -.. image:: ../../../data/ampfactor-K3-M3.png +.. image:: ./data/ampfactor-K3-M3.png :width: 19% \ No newline at end of file diff --git a/docs/source/projects/doc_hamiltonian_simple.rst b/docs/source/projects/doc_hamiltonian_simple.rst index 7f8b8a28ec..5979712dcc 100644 --- a/docs/source/projects/doc_hamiltonian_simple.rst +++ b/docs/source/projects/doc_hamiltonian_simple.rst @@ -4,10 +4,10 @@ Full code: `pySDC/projects/Hamiltonian/simple_problems.py `_ @@ -17,5 +17,5 @@ Full code: `pySDC/projects/parallelSDC/newton_vs_sdc.py