Skip to content

Commit 3d0ac10

Browse files
authored
Merge pull request #134 from wfcommons/improved-docs
Improved docs
2 parents 746b65a + 362931a commit 3d0ac10

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919
- name: Install dependencies
2020
run: |
2121
sudo apt-get update
22-
sudo apt-get install -y python3-sphinx sphinx-rtd-theme-common
23-
pip install sphinx_rtd_theme recommonmark pytest pytest-cov
22+
sudo apt-get install -y python3-sphinx
23+
pip install -r docs/requirements.txt
24+
pip install pytest pytest-cov
2425
pip install --upgrade setuptools
2526
2627
- name: Install utilities for testing

docs/source/dev_api_wfbench.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ wfcommons.wfbench.translator.airflow
2525
:noindex:
2626

2727
wfcommons.wfbench.translator.bash
28-
--------------------------------
28+
---------------------------------
2929

3030
.. automodule:: wfcommons.wfbench.translator.bash
3131
:members:
@@ -35,7 +35,7 @@ wfcommons.wfbench.translator.bash
3535
:noindex:
3636

3737
wfcommons.wfbench.translator.cwl
38-
-------------------------------
38+
--------------------------------
3939

4040
.. automodule:: wfcommons.wfbench.translator.cwl
4141
:members:
@@ -45,7 +45,7 @@ wfcommons.wfbench.translator.cwl
4545
:noindex:
4646

4747
wfcommons.wfbench.translator.dask
48-
--------------------------------
48+
---------------------------------
4949

5050
.. automodule:: wfcommons.wfbench.translator.dask
5151
:members:
@@ -55,7 +55,7 @@ wfcommons.wfbench.translator.dask
5555
:noindex:
5656

5757
wfcommons.wfbench.translator.makeflow
58-
------------------------------------
58+
-------------------------------------
5959

6060
.. automodule:: wfcommons.wfbench.translator.makeflow
6161
:members:
@@ -75,7 +75,7 @@ wfcommons.wfbench.translator.nextflow
7575
:noindex:
7676

7777
wfcommons.wfbench.translator.parsl
78-
---------------------------------
78+
----------------------------------
7979

8080
.. automodule:: wfcommons.wfbench.translator.parsl
8181
:members:
@@ -95,7 +95,7 @@ wfcommons.wfbench.translator.pegasus
9595
:noindex:
9696

9797
wfcommons.wfbench.translator.pycompss
98-
------------------------------------
98+
-------------------------------------
9999

100100
.. automodule:: wfcommons.wfbench.translator.pycompss
101101
:members:
71.7 KB
Loading

0 commit comments

Comments
 (0)