Skip to content

Commit d012e16

Browse files
committed
📝 Add ‘What’s new’ section
1 parent 812f817 commit d012e16

File tree

3 files changed

+42
-0
lines changed

3 files changed

+42
-0
lines changed

CHANGELOG.rst

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
Changelog
2+
=========
3+
4+
The versions follow `Semantic Versioning <https://semver.org/lang/de/>`_:
5+
``MAJOR.MINOR.PATCH``.
6+
7+
``MAJOR``
8+
is increased when incompatible changes are published.
9+
``MINOR``
10+
is increased when new compatible functionalities are released.
11+
``PATCH``
12+
is increased if the changes include only compatible bug fixes.
13+
14+
.. _changelog
15+
16+
1.0.0
17+
-----
18+
19+
* 🔧 Moving the Data Science content into Python4DataScience
20+
21+
* /first-steps/index.html -> /notebook/index.html
22+
* /first-steps/create-notebook.html -> /notebook/create-notebook.html
23+
* /first-steps/install.html -> /notebook/install.html
24+
* /workspace/jupyter/$rest -> /
25+
* /workspace/first-steps/$rest -> /notebook/
26+
* /workspace/ipython/$rest -> Python4DataScience:/workspace/ipython/
27+
* /workspace/numpy/$rest -> Python4DataScience:/workspace/numpy/
28+
* /workspace/pandas/$rest -> Python4DataScience:/workspace/pandas/
29+
* /data-processing/$rest -> Python4DataScience:/data-processing/
30+
* /clean-prep/$rest -> Python4DataScience:/clean-prep/
31+
* /parameterise/$rest -> /notebook/parameterise/
32+
* /performance/ipyparallel//$rest -> /hub/ipyparallel/
33+
* /performance/ -> Python4DataScience:/performance/
34+
* /productive/ -> Python4DataScience:/productive/
35+
* /testing/$rest -> /notebook/testing/
36+
* /web/dashboards/$rest -> /dashboards/

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ und neue Verwendungsmöglichkeiten eröffnen.
146146
:maxdepth: 0
147147

148148
intro
149+
whatsnew
149150
notebook/index
150151
jupyterlab/index
151152
hub/index

docs/whatsnew.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Was ist neu?
2+
============
3+
4+
.. include:: ../CHANGELOG.rst
5+
:start-after: changelog

0 commit comments

Comments
 (0)