Skip to content

Commit 2d7843d

Browse files
committed
🚚 Rename tutorial
1 parent c8af00b commit 2d7843d

File tree

4 files changed

+27
-26
lines changed

4 files changed

+27
-26
lines changed

README.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ Schnelleinstieg
44
Status
55
------
66

7-
.. image:: https://img.shields.io/github/contributors/cusyio/neural-network-tutorial.svg
7+
.. image:: https://img.shields.io/github/contributors/cusyio/ai-tutorial.svg
88
:alt: Contributors
9-
:target: https://github.com/cusyio/neural-network-tutorial/graphs/contributors
10-
.. image:: https://img.shields.io/github/license/cusyio/neural-network-tutorial.svg
9+
:target: https://github.com/cusyio/ai-tutorial/graphs/contributors
10+
.. image:: https://img.shields.io/github/license/cusyio/ai-tutorial.svg
1111
:alt: License
12-
:target: https://github.com/cusyio/neural-network-tutorial/blob/main/LICENSE
13-
.. image:: https://readthedocs.org/projects/neural-network-tutorial/badge/?version=latest
12+
:target: https://github.com/cusyio/ai-tutorial/blob/main/LICENSE
13+
.. image:: https://readthedocs.org/projects/ai-tutorial/badge/?version=latest
1414
:alt: Docs
15-
:target: https://neural-network-tutorial.readthedocs.io/de/latest/
15+
:target: https://ai-tutorial.readthedocs.io/de/latest/
1616

1717
Installation
1818
------------
@@ -21,7 +21,7 @@ Installation
2121

2222
.. code-block:: console
2323
24-
$ git clone [email protected]:cusyio/neural-network-tutorial.git
24+
$ git clone [email protected]:cusyio/ai-tutorial.git
2525
2626
#. Installieren von Python-Paketen:
2727

@@ -100,18 +100,18 @@ Installation
100100
Folgt uns
101101
---------
102102

103-
* `GitHub <https://github.com/cusyio/neural-network-tutorial>`_
103+
* `GitHub <https://github.com/cusyio/ai-tutorial>`_
104104

105105
Pull-Requests
106106
-------------
107107

108108
Wenn ihr Vorschläge für Verbesserungen und Ergänzungen habt, empfehlen wir euch,
109-
einen `Fork <https://github.com/cusyio/neural-network-tutorial/fork>`_ unseres
110-
`GitHub Repository <https://github.com/cusyio/neural-network-tutorial/>`_ zu
109+
einen `Fork <https://github.com/cusyio/ai-tutorial/fork>`_ unseres
110+
`GitHub Repository <https://github.com/cusyio/ai-tutorial/>`_ zu
111111
erstellen und eure Änderungen dort zu machen. Bevor ihr Commits macht,
112112
überprüft, ob die pre-commit-Checks erfolgreich durchlaufen:
113113

114114
.. code-block:: console
115115
116-
$ cd neural-network-tutorial
116+
$ cd ai-tutorial
117117
$ pre-commit install

docs/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# The master toctree document.
3030
master_doc = "index"
3131

32-
project = "Neural Network Tutorial"
32+
project = "AI-Tutorial"
3333
author = "Min Ye, Veit Schiele"
3434
copyright = f"2024, {author}"
3535

@@ -129,9 +129,9 @@
129129
latex_documents = [
130130
(
131131
master_doc,
132-
"NeuralNetworkTutorial.tex",
133-
"Neural Network Tutorial",
134-
"Min Ye",
132+
"AITutorial.tex",
133+
"AI-Tutorial",
134+
"Min Ye \\and Veit Schiele",
135135
"manual",
136136
),
137137
]

docs/index.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
=======================
2-
Neural Network Tutorial
3-
=======================
1+
===========
2+
AI-Tutorial
3+
===========
44

5-
Das Neural Network Tutorial möchte euch einen praxisnahen Einstieg in neuronale
6-
Netze mit Python ermöglichen.
5+
Das :abbr:`AI (Artificial intelligence, engl.: Künstliche Intelligenz)`-Tutorial
6+
möchte euch einen praxisnahen Einstieg in `Künstliche Intelligenz
7+
<https://de.wikipedia.org/wiki/A.I._–_Künstliche_Intelligenz>`_ mit Python
8+
ermöglichen.
79

8-
Das Neural Network Tutorial ist Teil einer Reihe von Tutorials zur Datenanalyse
9-
und -visualisierung:
10+
Es ist Teil einer Reihe von Tutorials zur Datenanalyse und -visualisierung:
1011

1112
* `Python Basics <https://python-basics-tutorial.readthedocs.io/de/latest/>`_
1213
* `Jupyter-Tutorial <https://jupyter-tutorial.readthedocs.io/de/latest/>`_

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "neural-network-tutorial"
2+
name = "ai-tutorial"
33
version = "24.1.0"
44
authors = [
55
{ name="Min Ye", email="[email protected]" },
@@ -36,14 +36,14 @@ docs = [
3636
]
3737

3838
dev = [
39-
"neural-network-tutorial[docs]",
39+
"ai-tutorial[docs]",
4040
"pre-commit",
4141
"codespell",
4242
]
4343

4444
[project.urls]
45-
"Homepage" = "https://github.com/cusyio/neural-network-tutorial/"
46-
"Bug Tracker" = "https://github.com/cusyio/neural-network-tutorial/issues"
45+
"Homepage" = "https://github.com/cusyio/ai-tutorial/"
46+
"Bug Tracker" = "https://github.com/cusyio/ai-tutorial/issues"
4747

4848
[tool.codespell]
4949
skip = "*.rst, *.svg"

0 commit comments

Comments
 (0)