Skip to content

Commit ed0caf7

Browse files
committed
🔖 Jupyter-Tutorial 1.1.1
1 parent 4b9ad3b commit ed0caf7

File tree

5 files changed

+36
-14
lines changed

5 files changed

+36
-14
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ The versions follow `Semantic Versioning <https://semver.org/lang/de/>`_:
1313

1414
.. _changelog
1515
16+
1.1.1
17+
18+
* 🔖 Jupyter-Tutorial 1.1.1
19+
* ✏️ Fix PDF structure
20+
1621
1.1.0
1722

1823
* 🔖 Jupyter-Tutorial 1.1.0

CITATION.cff

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,29 @@ authors:
1111
affiliation: cusy GmbH
1212
identifiers:
1313
- type: doi
14-
value: 10.5281/zenodo.8047111
14+
value: 10.5281/zenodo.8052609
1515
repository-code: 'https://github.com/veit/jupyter-tutorial-de'
1616
url: 'https://jupyter-tutorial.readthedocs.io/de/latest/'
1717
abstract: >-
1818
Schulungsmaterialen für den Aufbau und die Nutzung einer
1919
Forschungsinfrastruktur auf Basis von Jupyter Notebooks.
2020
keywords:
2121
- Jupyter
22+
- JupyterLab
2223
- Notebook
2324
- iPython
2425
- Jupyter-Notebook
2526
- JupyterHub
27+
- Binder
2628
- iPython-Widget
2729
- ipywidget
30+
- Dashboard
31+
- nbviewer
32+
- Panel
33+
- Voilà
34+
- Sphinx
35+
- Executable Books
36+
- MyST
2837
license: BSD-3-Clause
29-
version: 1.0.0
30-
date-released: '2023-06-16'
38+
version: 1.1.1
39+
date-released: '2023-06-18'

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Status
2121
.. image:: https://pyup.io/repos/github/veit/jupyter-tutorial/shield.svg
2222
:alt: Pyup
2323
:target: https://pyup.io/repos/github/veit/jupyter-tutorial/
24-
.. image:: https://zenodo.org/badge/doi/10.5281/zenodo.4147287.svg
24+
.. image:: https://zenodo.org/badge/doi/10.5281/zenodo.8052609.svg
2525
:alt: DOI
26-
:target: https://zenodo.org/badge/latestdoi/199994535
26+
:target: https://doi.org/10.5281/zenodo.8052609
2727
.. image:: https://img.shields.io/badge/dynamic/json?label=Mastodon&query=totalItems&url=https%3A%2F%2Fmastodon.social%2F@JupyterTutorial%2Ffollowers.json&logo=mastodon
2828
:alt: Mastodon
2929
:target: https://mastodon.social/@JupyterTutorial

codemeta.json

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,34 @@
22
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
33
"@type": "SoftwareSourceCode",
44
"codeRepository": "https://github.com/veit/jupyter-tutorial-de/",
5-
"dateCreated": "2023-06-16",
6-
"datePublished": "2023-06-16",
7-
"dateModified": "2023-06-16",
8-
"downloadUrl": "https://github.com/veit/jupyter-tutorial-de/archive/refs/tags/v1.0.0.tar.gz",
5+
"dateCreated": "2023-06-18",
6+
"datePublished": "2023-06-18",
7+
"dateModified": "2023-06-18",
8+
"downloadUrl": "https://github.com/veit/jupyter-tutorial-de/archive/refs/tags/v1.1.1.tar.gz",
99
"issueTracker": "https://github.com/veit/jupyter-tutorial-de/issues",
1010
"name": "Jupyter-Tutorial",
11-
"version": "1.0.0",
11+
"version": "1.1.1",
1212
"description": "Schulungsmaterialen für den Aufbau und die Nutzung einer Forschungsinfrastruktur auf Basis von Jupyter Notebooks.",
1313
"developmentStatus": "active",
1414
"isPartOf": "https://www.python4data.science/de/latest/",
15-
"referencePublication": "https://doi.org/10.5281/zenodo.8047111",
15+
"referencePublication": "https://doi.org/10.5281/zenodo.8052609",
1616
"keywords": [
1717
"Jupyter",
18+
"JupyterLab",
1819
"iPython",
1920
"Jupyter-Kernel",
2021
"iPython-Widget",
2122
"ipywidget",
2223
"Notebook",
2324
"JupyterHub",
24-
""
25+
"Binder",
26+
"Dashboard",
27+
"nbviewer",
28+
"Panel",
29+
"Voilà",
30+
"Sphinx",
31+
"Executable Books",
32+
"MyST"
2533
],
2634
"relatedLink": [
2735
"https://jupyter-tutorial.readthedocs.io/de/latest/"

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = "Veit Schiele"
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = "1.1.0"
25+
release = "1.1.1"
2626

2727

2828
# -- General configuration ---------------------------------------------------
@@ -82,7 +82,7 @@
8282
# documentation.
8383
#
8484
# Change default HTML title
85-
html_title = "Jupyter Tutorial 1.1.0"
85+
html_title = "Jupyter Tutorial 1.1.1"
8686
#
8787
# html_theme_options = {}
8888
# html_sidebars = {}

0 commit comments

Comments
 (0)