Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Reorganize the developer docs #1512

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Nov 20, 2012
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Fix release guide
  • Loading branch information
mdboom committed Nov 16, 2012
commit 050b27f100091ceeb998a08284a8042da097781b
5 changes: 3 additions & 2 deletions doc/devel/release_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,11 @@ In the matplotlib source repository, build the documentation::
python make.py latex

Then copy the build products into your local checkout of the
`matplotlib.github.com` repository::
`matplotlib.github.com` repository (assuming here to be checked out in
`~/matplotlib.github.com`::

cp -r build/html/* ~/matplotlib.github.com
cp
cp build/latex/Matplotlib.pdf ~/matplotlib.github.com

Then, from the `matplotlib.github.com` directory, commit and push the
changes upstream::
Expand Down