Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 97cfa5e

Browse filesBrowse files
authored
Merge pull request #8275 from NelleV/changelog
DOC moved changelog to the documentation
2 parents c6aebde + d019703 commit 97cfa5e
Copy full SHA for 97cfa5e

File tree

Expand file treeCollapse file tree

5 files changed

+177
-141
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+177
-141
lines changed

‎Makefile

Copy file name to clipboardExpand all lines: Makefile
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ clean:
2121

2222
release: ${DISTFILES}
2323
rm -f MANIFEST;\
24-
${PYTHON} license.py ${VERSION} license/LICENSE;\
2524
${PYTHON} setup.py sdist --formats=gztar,zip;
2625

2726
pyback:

‎doc/devel/coding_guide.rst

Copy file name to clipboardExpand all lines: doc/devel/coding_guide.rst
-4Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ Documentation
3535

3636
* See :ref:`documenting-matplotlib` for our documentation style guide.
3737

38-
* If your changes are non-trivial, please make an entry in the
39-
:file:`CHANGELOG`.
40-
4138
* If your change is a major new feature, add an entry to
4239
:file:`doc/users/whats_new.rst`.
4340

@@ -82,7 +79,6 @@ PR Review guidelines
8279
merge the PR and then open a new PR against upstream.
8380

8481

85-
8682
Backports
8783
=========
8884

‎doc/make.py

Copy file name to clipboardExpand all lines: doc/make.py
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ def html(buildername='html'):
117117
for filename in glob.glob('build/%s/_images/*.pdf' % buildername):
118118
os.remove(filename)
119119

120-
shutil.copy('../CHANGELOG', 'build/%s/_static/CHANGELOG' % buildername)
121-
122120

123121
def htmlhelp():
124122
"""Build Sphinx 'htmlhelp' target. """

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.