Skip to content

Commit 07276aa

Browse files
committed
Replace changelog by release notes
1 parent 450acc8 commit 07276aa

23 files changed

+770
-751
lines changed

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@
349349
"${workspaceFolder}/build/doc",
350350
"-b",
351351
"html",
352-
"-W",
352+
// "-W",
353353
],
354354
"options": {
355355
"cwd": "${workspaceFolder}",

CHANGELOG.md

Lines changed: 0 additions & 724 deletions
This file was deleted.

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ graft qtdesigner
33
graft src
44
graft colormaps
55
include *.desktop
6-
include CHANGELOG.md
76
include requirements.txt

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ It is part of the [PlotPyStack](https://github.com/PlotPyStack) project, aiming
2323

2424
<img src="https://raw.githubusercontent.com/PlotPyStack/plotpy/master/doc/images/panorama.png">
2525

26-
See [documentation](https://plotpy.readthedocs.io/en/latest/) for more details on the library and [changelog](https://github.com/PlotPyStack/PlotPy/blob/master/CHANGELOG.md) for recent history of changes.
26+
See [documentation](https://plotpy.readthedocs.io/en/latest/) for more details on the library.
2727

2828
Copyrights and licensing:
2929

doc/changelog.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

doc/dev/gitworkflow.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,9 @@ Best Practices
294294

295295
- Clearly differentiate between ``fix/xxx`` (non-urgent fixes) and ``hotfix/xxx`` (critical production fixes).
296296

297-
- When creating the ``release`` branch, update CHANGELOG to indicate which version it targets (e.g., add a comment in the merge commit: "Create release branch for v2.8.x maintenance").
297+
- When creating the ``release`` branch, update release notes to indicate which version it targets (e.g., add a comment in the merge commit: "Create release branch for v2.8.x maintenance").
298298

299-
- The ``release`` branch always represents the current maintenance line. To know which version it targets, check the most recent tag on ``master`` or the CHANGELOG.
299+
- The ``release`` branch always represents the current maintenance line. To know which version it targets, check the most recent tag on ``master`` or the release notes.
300300

301301
Takeaway
302302
--------

doc/features/colormapmanager.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.. automodule:: plotpy.widgets.colormap
2+
:no-index:
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
.. automodule:: plotpy.mathutils.colormap
1+
.. automodule:: plotpy.mathutils.colormap
2+
:no-index:

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ Table of contents
5050
intro/index
5151
features/index
5252
dev/index
53-
changelog
53+
release_notes/index
5454

5555
* :ref:`genindex`

doc/intro/examples.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Curve plotting
2222
Basic curve plotting
2323
~~~~~~~~~~~~~~~~~~~~
2424

25-
.. literalinclude:: ../../plotpy/tests/items/test_curve.py
25+
.. literalinclude:: ../../plotpy/tests/items/test_curves.py
2626
:start-after: guitest:
2727

2828

@@ -86,7 +86,7 @@ Affine transforms example on 3000x3000 images (real-time transforms):
8686
Image rectangular filter
8787
~~~~~~~~~~~~~~~~~~~~~~~~
8888

89-
.. literalinclude:: ../../plotpy/tests/features/test_imagefilter.py
89+
.. literalinclude:: ../../plotpy/tests/features/test_image_filter.py
9090
:start-after: guitest:
9191

9292

0 commit comments

Comments
 (0)