File tree Expand file tree Collapse file tree 14 files changed +167
-1
lines changed Expand file tree Collapse file tree 14 files changed +167
-1
lines changed Original file line number Diff line number Diff line change @@ -22,3 +22,4 @@ __pycache__/
2222# IDEs
2323/.idea /
2424/.vscode /
25+ /docs /locale /de /LC_MESSAGES /build /
Original file line number Diff line number Diff line change 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+
1012Collection of tutorials for scverse packages.
Original file line number Diff line number Diff line change 2626# The full version, including alpha/beta/rc tags
2727release = info ["Version" ]
2828
29+ locale_dirs = ['locale/' ] # path is example but recommended.
30+ gettext_compact = False
31+
2932bibtex_bibfiles = ["references.bib" ]
3033templates_path = ["_templates" ]
3134nitpicky = True # Warn about broken links
Original file line number Diff line number Diff line change 88
99references.md
1010
11- notebooks/example
11+ notebooks/example_md.md
1212```
13+
Original file line number Diff line number Diff line change 1+ # SOME DESCRIPTIVE TITLE.
2+ # Copyright (C) 2022, scverse team.
3+ # This file is distributed under the same license as the Python package.
4+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
5+ #
6+ #, fuzzy
7+ msgid ""
8+ msgstr ""
9+ "Project-Id-Version : Python 0.0.1\n "
10+ "Report-Msgid-Bugs-To : \n "
11+ "POT-Creation-Date : 2022-12-08 13:45+0100\n "
12+ "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13+ "Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14+ "
Language-Team :
LANGUAGE <[email protected] >\n "
15+ "MIME-Version : 1.0\n "
16+ "Content-Type : text/plain; charset=utf-8\n "
17+ "Content-Transfer-Encoding : 8bit\n "
18+ "Generated-By : Babel 2.11.0\n "
19+
20+ #: ../../../README.md:2
21+ msgid "scverse tutorials"
22+ msgstr "scverse tutorials DEUTSCH"
23+
24+ #: ../../../README.md:4
25+ msgid ""
26+ "[![Tests][badge-tests]][link-tests] [![Documentation][badge-docs]][link-"
27+ "docs]"
28+ msgstr ""
29+
30+ #: ../../../README.md:4
31+ msgid "Tests"
32+ msgstr "Prüfungen"
33+
34+ #: ../../../README.md:4
35+ msgid "Documentation"
36+ msgstr "Dokumentation"
37+
38+ #: ../../../README.md:11
39+ msgid "Collection of tutorials for scverse packages."
40+ msgstr "Sammlung von Tutorials für scverse-Pakete."
41+
Original file line number Diff line number Diff line change 1+ # SOME DESCRIPTIVE TITLE.
2+ # Copyright (C) 2022, scverse team.
3+ # This file is distributed under the same license as the Python package.
4+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
5+ #
6+ #, fuzzy
7+ msgid ""
8+ msgstr ""
9+ "Project-Id-Version : Python 0.0.1\n "
10+ "Report-Msgid-Bugs-To : \n "
11+ "POT-Creation-Date : 2022-12-08 13:45+0100\n "
12+ "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13+ "Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14+ "
Language-Team :
LANGUAGE <[email protected] >\n "
15+ "MIME-Version : 1.0\n "
16+ "Content-Type : text/plain; charset=utf-8\n "
17+ "Content-Transfer-Encoding : 8bit\n "
18+ "Generated-By : Babel 2.11.0\n "
19+
20+ #: ../../notebooks/example.ipynb:10002
21+ msgid "Example notebook"
22+ msgstr ""
23+
Original file line number Diff line number Diff line change 1+ # SOME DESCRIPTIVE TITLE.
2+ # Copyright (C) 2022, scverse team.
3+ # This file is distributed under the same license as the Python package.
4+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
5+ #
6+ #, fuzzy
7+ msgid ""
8+ msgstr ""
9+ "Project-Id-Version : Python 0.0.1\n "
10+ "Report-Msgid-Bugs-To : \n "
11+ "POT-Creation-Date : 2022-12-08 14:58+0100\n "
12+ "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13+ "Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14+ "
Language-Team :
LANGUAGE <[email protected] >\n "
15+ "MIME-Version : 1.0\n "
16+ "Content-Type : text/plain; charset=utf-8\n "
17+ "Content-Transfer-Encoding : 8bit\n "
18+ "Generated-By : Babel 2.11.0\n "
19+
20+ #: ../../notebooks/example_md.md:16
21+ msgid "Example notebook"
22+ msgstr ""
23+
You can’t perform that action at this time.
0 commit comments