Svn2git by ddale · Pull Request #2 · matplotlib/matplotlib · GitHub
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
86 changes: 0 additions & 86 deletions MIGRATION.txt

This file was deleted.

3 changes: 1 addition & 2 deletions Makefile
4 changes: 2 additions & 2 deletions doc/_templates/indexsidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h3>News</h3>
pathto('users/installing') }}">installing</a>
</p>

<p>Sandro Tosi has a new book
<p>Sandro Tosi has a new book
<a href="http://www.packtpub.com/matplotlib-python-development/book?utm_source=matplotlib.sourceforge.net&utm_medium=link&utm_content=pod&utm_campaign=mdb_002124">Matplotlib for python
developers</a>
also
Expand Down Expand Up @@ -64,7 +64,7 @@ <h3>Need help?</h3>
but it is a good idea to ping us on the mailing list too.</p>

<p>For details on what's new, see the detailed <a href="{{
pathto('_static/CHANGELOG', 1) }}">changelog</a> or browse the <a href="http://matplotlib.svn.sourceforge.net/viewvc/matplotlib/trunk/matplotlib/">source code</a>. Anything that could
pathto('_static/CHANGELOG', 1) }}">changelog</a> or browse the <a href="https://github.com/matplotlib/matplotlib.git">source code</a>. Anything that could
require changes to your existing codes is logged in the <a href="{{
pathto('api/api_changes.html', 1) }}">api changes</a> file.</p>

Expand Down
253 changes: 1 addition & 252 deletions doc/devel/coding_guide.rst
Loading