Skip to content

Commit 5c092fe

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ec80c19 commit 5c092fe

File tree

8 files changed

+9
-16
lines changed

8 files changed

+9
-16
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,4 @@
77
[link-tests]: https://github.com/your_github_username/scverse-doc/actions/workflows/test.yml
88
[badge-docs]: https://img.shields.io/readthedocs/scverse-doc
99

10-
11-
1210
Collection of tutorials for scverse packages.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The full version, including alpha/beta/rc tags
2727
release = info["Version"]
2828

29-
locale_dirs = ['locale/'] # path is example but recommended.
29+
locale_dirs = ["locale/"] # path is example but recommended.
3030
gettext_compact = False
3131

3232
bibtex_bibfiles = ["references.bib"]

docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ references.md
1010
1111
notebooks/example_md.md
1212
```
13-

docs/locale/de/LC_MESSAGES/index.po

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,3 @@ msgstr "Dokumentation"
3838
#: ../../../README.md:11
3939
msgid "Collection of tutorials for scverse packages."
4040
msgstr "Sammlung von Tutorials für scverse-Pakete."
41-

docs/locale/de/LC_MESSAGES/notebooks/example.po

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ msgstr ""
2020
#: ../../notebooks/example.ipynb:10002
2121
msgid "Example notebook"
2222
msgstr ""
23-

docs/locale/de/LC_MESSAGES/notebooks/example_md.po

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ msgstr ""
2020
#: ../../notebooks/example_md.md:16
2121
msgid "Example notebook"
2222
msgstr ""
23-

docs/locale/de/LC_MESSAGES/references.po

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ msgstr ""
2020
#: ../../references.md:1
2121
msgid "References"
2222
msgstr "Referenzen"
23-

docs/notebooks/example_md.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
jupytext:
3-
text_representation:
4-
extension: .md
5-
format_name: myst
6-
format_version: 0.13
7-
jupytext_version: 1.14.2
3+
text_representation:
4+
extension: .md
5+
format_name: myst
6+
format_version: 0.13
7+
jupytext_version: 1.14.2
88
kernelspec:
9-
display_name: Python 3.6.8 64-bit
10-
language: python
11-
name: python3
9+
display_name: Python 3.6.8 64-bit
10+
language: python
11+
name: python3
1212
---
1313

1414
+++ {"pycharm": {"name": "#%% md\n"}}

0 commit comments

Comments
 (0)