Skip to content
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

Doc multi version master #1100

Merged
merged 16 commits into from Aug 19, 2012
Merged

Conversation

mdboom
Copy link
Member

@mdboom mdboom commented Aug 17, 2012

This is #1067 rebased against master. There shouldn't be too much to vet here, except for @pelson's benefit to see how the changes to boilerplate.py were handled.

There was no need to generate a colormap list in this case, since master already has a correct and autogenerated list of colormaps thanks to the work by @endolith.

It was not possible to generate the plotting docstring in boilerplate.py, since boilerplate.py doesn't know about any of the hard-coded functions in pyplot.py (gca, gcf etc.) -- ideally at some point all that stuff should probably be cleaned up, but this is working for now.

 stix_fonts_demo.py fails with bad refcount
This allows for multiple versions of the matplotlib documentation to
be made available.  The scheme is that the root
documentation (i.e. http://matplotlib.sf.net/) will always be the
latest stable version.  Other versions of the documentation will be
available in subdirectories off of the root (the latest stable version
is merely a symlink or redirect back to the root).  This is the same
convention used by "docs.python.org", as an aside.

The index.html page uses some JavaScript to load a little snippet of
HTML from "/versions.html" that lists the available versions.
"versions.html" is not part of this repository, but is part of the
matplotlib.github.com repository and is updated by hand whenever new
versions are added or removed from the archive.  This approach allows
all versions of the documentation to point to all other versions of
the documentation.  This JavaScript XMLHttpRequest magic doesn't
happen when the user is viewing static files on their local machine,
and this is a happy coincidence.

The perhaps controversial outcome of this change is that the summary
list of plotting commands is removed from the front page.  For one, we
want to steer people toward the version of the documentation that
corresponds to the version they are running.  Also, this was a
manually created list, and has become quite out of date over time.
Better, IMHO, to link to the pyplot documentation.

This freed up room to move much of the content that existed in the
sidebar to the main body, where I feel it's much less buried.  I plan
to add a lot more external resources and links, so having the room to
do this would be very helpful.

Adds a "Fork me on Github" banner.
Support multi-version documentation on the website
…_master

Conflicts:
	boilerplate.py
	lib/matplotlib/image.py
	lib/matplotlib/pyplot.py
@mdboom
Copy link
Member Author

mdboom commented Aug 17, 2012

Note also: There are a ton of warnings and errors in the master doc build right now. I will create another pull request for that.

mdboom added a commit that referenced this pull request Aug 19, 2012
@mdboom mdboom merged commit b3f6783 into matplotlib:master Aug 19, 2012
@mdboom mdboom deleted the doc_multi_version_master branch March 3, 2015 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants