X Tutup
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ clean:

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

pyback:
Expand Down
4 changes: 0 additions & 4 deletions doc/devel/coding_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ Documentation

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

* If your changes are non-trivial, please make an entry in the
:file:`CHANGELOG`.

* If your change is a major new feature, add an entry to
:file:`doc/users/whats_new.rst`.

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



Backports
=========

Expand Down
2 changes: 0 additions & 2 deletions doc/make.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ def html(buildername='html'):
for filename in glob.glob('build/%s/_images/*.pdf' % buildername):
os.remove(filename)

shutil.copy('../CHANGELOG', 'build/%s/_static/CHANGELOG' % buildername)


def htmlhelp():
"""Build Sphinx 'htmlhelp' target. """
Expand Down
Loading
X Tutup