Skip to content

Commit

Permalink
Create new API docs pages
Browse files Browse the repository at this point in the history
Ran python make_lint_md.py in api docs dir
  • Loading branch information
ewels committed Oct 4, 2022
1 parent e8f1e1f commit 16d3909
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/api/_src/module_lint_tests/module_changes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# module_changes

```{eval-rst}
.. automethod:: nf_core.modules.lint.ModuleLint.module_changes
```
5 changes: 5 additions & 0 deletions docs/api/_src/module_lint_tests/module_patch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# module_patch

```{eval-rst}
.. automethod:: nf_core.modules.lint.ModuleLint.module_patch
```
5 changes: 5 additions & 0 deletions docs/api/_src/module_lint_tests/module_tests.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# module_tests

```{eval-rst}
.. automethod:: nf_core.modules.lint.ModuleLint.module_tests
```
5 changes: 5 additions & 0 deletions docs/api/_src/module_lint_tests/module_version.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# module_version

```{eval-rst}
.. automethod:: nf_core.modules.lint.ModuleLint.module_version
```
5 changes: 5 additions & 0 deletions docs/api/_src/pipeline_lint_tests/modules_structure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# modules_structure

```{eval-rst}
.. automethod:: nf_core.lint.PipelineLint.modules_structure
```

0 comments on commit 16d3909

Please sign in to comment.