You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
simple-scvi is part of the scverse® project ([website](https://scverse.org), [governance](https://scverse.org/about/roles)) and is fiscally sponsored by [NumFOCUS](https://numfocus.org/).
74
73
If you like scverse® and want to support our mission, please consider making a tax-deductible [donation](https://numfocus.org/donate-to-scverse) to help the project pay for developer time, professional services, travel, workshops, and a variety of other needs.
Copy file name to clipboardExpand all lines: docs/template_usage.md
+57-57Lines changed: 57 additions & 57 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,13 +115,13 @@ We recommend using [readthedocs.org][] (RTD) to build and host the documentation
115
115
To enable readthedocs, head over to [their website][readthedocs.org] and sign in with your GitHub account.
116
116
On the RTD dashboard choose "Import a Project" and follow the instructions to add your repository.
117
117
118
-
- Make sure to choose the correct name of the default branch. On GitHub, the name of the default branch should be `main` (it has
119
-
recently changed from `master` to `main`).
120
-
- We recommend to enable documentation builds for pull requests (PRs). This ensures that a PR doesn't introduce changes
121
-
that break the documentation. To do so, got to `Admin -> Advanced Settings`, check the
122
-
`Build pull requests for this projects` option, and click `Save`. For more information, please refer to
123
-
the [official RTD documentation](https://docs.readthedocs.io/en/stable/pull-requests.html).
124
-
- If you find the RTD builds are failing, you can disable the `fail_on_warning` option in `.readthedocs.yaml`.
118
+
- Make sure to choose the correct name of the default branch. On GitHub, the name of the default branch should be `main` (it has
119
+
recently changed from `master` to `main`).
120
+
- We recommend to enable documentation builds for pull requests (PRs). This ensures that a PR doesn't introduce changes
121
+
that break the documentation. To do so, got to `Admin -> Advanced Settings`, check the
122
+
`Build pull requests for this projects` option, and click `Save`. For more information, please refer to
123
+
the [official RTD documentation](https://docs.readthedocs.io/en/stable/pull-requests.html).
124
+
- If you find the RTD builds are failing, you can disable the `fail_on_warning` option in `.readthedocs.yaml`.
125
125
126
126
If your project is private, there are ways to enable docs rendering on [readthedocs.org][] but it is more cumbersome and requires a different subscription for read the docs. See a guide [here](https://docs.readthedocs.io/en/stable/guides/importing-private-repositories.html).
127
127
@@ -144,52 +144,52 @@ Once authorized, pre-commit.ci should automatically be activated.
144
144
145
145
The following pre-commit checks are for code style and format:
146
146
147
-
- [black](https://black.readthedocs.io/en/stable/): standard code
148
-
formatter in Python.
149
-
- [isort](https://pycqa.github.io/isort/): sort module imports into
150
-
sections and types.
151
-
- [prettier](https://prettier.io/docs/en/index.html): standard code
152
-
formatter for non-Python files (e.g. YAML).
153
-
- [blacken-docs](https://github.com/asottile/blacken-docs): black on
154
-
python code in docs.
147
+
- [black](https://black.readthedocs.io/en/stable/): standard code
148
+
formatter in Python.
149
+
- [isort](https://pycqa.github.io/isort/): sort module imports into
150
+
sections and types.
151
+
- [prettier](https://prettier.io/docs/en/index.html): standard code
152
+
formatter for non-Python files (e.g. YAML).
153
+
- [blacken-docs](https://github.com/asottile/blacken-docs): black on
154
+
python code in docs.
155
155
156
156
The following pre-commit checks are for errors and inconsistencies:
157
157
158
-
- [flake8](https://flake8.pycqa.org/en/latest/): standard check for errors in Python files.
0 commit comments