-
Notifications
You must be signed in to change notification settings - Fork 145
WIP: Pre release doc cleanup #204
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
matthew-brett
merged 21 commits into
nipy:master
from
matthew-brett:pre-release-doc-cleanup
Jul 22, 2012
Merged
WIP: Pre release doc cleanup #204
matthew-brett
merged 21 commits into
nipy:master
from
matthew-brett:pre-release-doc-cleanup
Jul 22, 2012
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
We were carrying old copy of sphinx extensions. They are now all in Debian stable (squeeze) which is soon to be replaced by Debian Wheezy, so time to drop the old extension code. Switch from matplotib 'htmlonly' directive to sphinx's own 'only' directive.
Causing warning in sphinx build
There was a stray "plots" and there were several ".. plot :: " statements.
Update to changes in use of symbolic HRFs. Turn of 'usetex' for matplotlib; matplotlib handles the TeX in the plots fine with its own renderer. Add comments and change imports to more canonical form.
We had a lot of information in the INSTALL file in the root directory of the project. Now we're releasing, this should go in the docs instead.
We were pointing to the INSTALL page, that's now gone.
Fill out stuff about temporary files.
The registration documentation was also out of date - removed.
Moving parts of coordinate map discussion into separate files.
Rewrite the examples in doctest format. Make them match the current approved API.
Add description to try and put people off reading most of these documents.
matthew-brett
added a commit
that referenced
this pull request
Jul 22, 2012
MRG: Pre release doc cleanup Various cleanups of the documentation.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Removing old sphinx extensions
Using newer versions of extensions.
Switching to PNG math for math (mplmath sometimes fails)
Fixing examples in plots.