Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix headers in api docs #3323

Merged
merged 4 commits into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
- Update GitHub Actions ([#3237](https://github.com/nf-core/tools/pull/3237))
- add `--dir/-d` option to schema commands ([#3247](https://github.com/nf-core/tools/pull/3247))
- Update pre-commit hook astral-sh/ruff-pre-commit to v0.7.1 ([#3250](https://github.com/nf-core/tools/pull/3250))
- fix headers in api docs ([#3323](https://github.com/nf-core/tools/pull/3323))
- handle new schema structure in `nf-core pipelines create-params-file` ([#3276](https://github.com/nf-core/tools/pull/3276))
- Update Gitpod image to use Miniforge instead of Miniconda([#3274](https://github.com/nf-core/tools/pull/3274))
- Update pre-commit hook astral-sh/ruff-pre-commit to v0.7.3 ([#3275](https://github.com/nf-core/tools/pull/3275))
Expand Down
2 changes: 1 addition & 1 deletion docs/api/_src/api/pipelines/bump_version.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# nf_core.bump_version
# nf_core.pipelines.bump_version

```{eval-rst}
.. automodule:: nf_core.pipelines.bump_version
Expand Down
2 changes: 1 addition & 1 deletion docs/api/_src/api/pipelines/create.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# nf_core.create
# nf_core.pipelines.create

```{eval-rst}
.. automodule:: nf_core.pipelines.create
Expand Down
2 changes: 1 addition & 1 deletion docs/api/_src/api/pipelines/download.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# nf_core.download
# nf_core.pipelines.download

```{eval-rst}
.. automodule:: nf_core.pipelines.download
Expand Down
2 changes: 1 addition & 1 deletion docs/api/_src/api/pipelines/launch.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# nf_core.launch
# nf_core.pipelines.launch

```{eval-rst}
.. automodule:: nf_core.pipelines.launch
Expand Down
2 changes: 1 addition & 1 deletion docs/api/_src/api/pipelines/lint.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# nf_core.lint
# nf_core.pipelines.lint

:::{seealso}
See the [Lint Tests](/docs/nf-core-tools/api_reference/dev/pipeline_lint_tests) docs for information about specific linting functions.
Expand Down
2 changes: 1 addition & 1 deletion docs/api/_src/api/pipelines/list.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# nf_core.list
# nf_core.pipelines.list

```{eval-rst}
.. automodule:: nf_core.pipelines.list
Expand Down
2 changes: 1 addition & 1 deletion docs/api/_src/api/pipelines/params-file.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# nf_core.params_file
# nf_core.pipelines.params_file

```{eval-rst}
.. automodule:: nf_core.pipelines.params_file
Expand Down
2 changes: 1 addition & 1 deletion docs/api/_src/api/pipelines/schema.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# nf_core.schema
# nf_core.pipelines.schema

```{eval-rst}
.. automodule:: nf_core.pipelines.schema
Expand Down
2 changes: 1 addition & 1 deletion docs/api/_src/api/pipelines/sync.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# nf_core.sync
# nf_core.pipelines.sync

```{eval-rst}
.. automodule:: nf_core.pipelines.sync
Expand Down
2 changes: 1 addition & 1 deletion docs/api/_src/api/pipelines/utils.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# nf_core.utils
# nf_core.pipelines.utils

```{eval-rst}
.. automodule:: nf_core.pipelines.utils
Expand Down
Loading