Skip to content

Commit 1572bd0

Browse files
authored
Merge pull request #3596 from mashehu/fix-api-docs-again
2 parents 93f7170 + 08dc6d7 commit 1572bd0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/api/_src/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This API documentation is for the [`nf-core/tools`](https://github.com/nf-core/t
44

55
## Contents
66

7-
- [Pipeline code lint tests](./pipeline_lint_tests/) (run by `nf-core pipelines lint`)
8-
- [Module code lint tests](./module_lint_tests/) (run by `nf-core modules lint`)
9-
- [Subworkflow code lint tests](./subworkflow_lint_tests/) (run by `nf-core subworkflows lint`)
10-
- [nf-core/tools Python package API reference](./api/)
7+
- [Pipeline code lint tests](./pipeline_lint_tests.md) (run by `nf-core pipelines lint`)
8+
- [Module code lint tests](./module_lint_tests.md) (run by `nf-core modules lint`)
9+
- [Subworkflow code lint tests](./subworkflow_lint_tests.md) (run by `nf-core subworkflows lint`)
10+
- [nf-core/tools Python package API reference](./api/index.md)
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# nf_test_content
22

3-
```{eval-rst}
4-
.. automethod:: nf_core.pipelines.lint.PipelineLint.nf_test_content
5-
```
3+
```{eval-rst}
4+
.. automethod:: nf_core.pipelines.lint.PipelineLint.nf_test_content
5+
```

0 commit comments

Comments
 (0)