Skip to content

Commit

Permalink
fix subworkflow API docs file names - still not working
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol committed Jul 27, 2023
1 parent 2117d34 commit 3878f44
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 21 deletions.
3 changes: 2 additions & 1 deletion docs/api/_src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
pipeline_lint_tests/index.rst
module_lint_tests/index.rst
subworkflow_lint_tests/index.rst
api/index.rst
```

Expand All @@ -17,7 +18,7 @@ This documentation is for the `nf-core/tools` package.

- [Pipeline code lint tests](pipeline_lint_tests/index.md) (run by `nf-core lint`)
- [Module code lint tests](module_lint_tests/index.md) (run by `nf-core modules lint`)
- [Subworkflow code lint tests](subworkflow_lint_test/index.mf) (run by `nf-core subworkflows lint`)
- [Subworkflow code lint tests](subworkflow_lint_tests/index.md) (run by `nf-core subworkflows lint`)
- [nf-core/tools Python package API reference](api/index.md)
- {ref}`genindex`
- {ref}`modindex`
5 changes: 0 additions & 5 deletions docs/api/_src/subworkflow_lint_tests/module_changes.md

This file was deleted.

5 changes: 0 additions & 5 deletions docs/api/_src/subworkflow_lint_tests/module_tests.md

This file was deleted.

5 changes: 0 additions & 5 deletions docs/api/_src/subworkflow_lint_tests/module_todos.md

This file was deleted.

5 changes: 0 additions & 5 deletions docs/api/_src/subworkflow_lint_tests/module_version.md

This file was deleted.

5 changes: 5 additions & 0 deletions docs/api/_src/subworkflow_lint_tests/subworkflow_changes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# subworkflow_changes

```{eval-rst}
.. automethod:: nf_core.subworkflows.lint.SubworkflowLint.subworkflow_changes
```
5 changes: 5 additions & 0 deletions docs/api/_src/subworkflow_lint_tests/subworkflow_tests.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# subworkflow_tests

```{eval-rst}
.. automethod:: nf_core.subworkflows.lint.SubworkflowLint.subworkflow_tests
```
5 changes: 5 additions & 0 deletions docs/api/_src/subworkflow_lint_tests/subworkflow_todos.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# subworkflow_todos

```{eval-rst}
.. automethod:: nf_core.subworkflows.lint.SubworkflowLint.subworkflow_todos
```
5 changes: 5 additions & 0 deletions docs/api/_src/subworkflow_lint_tests/subworkflow_version.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# subworkflow_version

```{eval-rst}
.. automethod:: nf_core.subworkflows.lint.SubworkflowLint.subworkflow_version
```

0 comments on commit 3878f44

Please sign in to comment.