[DOC] Updated the documentation#8373
Merged
tacaswell merged 2 commits intomatplotlib:masterfrom Apr 2, 2017
Merged
Conversation
NelleV
reviewed
Mar 24, 2017
| 3. IPython | ||
| 4. Mock | ||
| 5. colorspacious | ||
| 6. pillow |
Member
There was a problem hiding this comment.
graphviz is missing from the dependency list.
doc/devel/documenting_mpl.rst
Outdated
| Sphinx_ documentation generation tool. | ||
| The requirements are as follows (https://github.com/matplotlib/matplotlib/blob/master/doc-requirements.txt) | ||
|
|
||
| 1. Sphinx-1.0 or later(Version 1.5.0 is not supported) |
Member
There was a problem hiding this comment.
We are actually supporting sphinx 1.3 and greater (except 1.5.0)
| later is required. | ||
|
|
||
| Sphinx_ documentation generation tool. | ||
| The requirements are as follows (https://github.com/matplotlib/matplotlib/blob/master/doc-requirements.txt) |
Member
There was a problem hiding this comment.
This file only list the pip-installable dependencies, as these can be installed directly using:
pip install -r doc-requirements.txt
Unfortunalety, we also have dependencies that need to be installed separetaly (graphviz).
This was referenced Mar 24, 2017
tacaswell
added a commit
that referenced
this pull request
Apr 14, 2017
[DOC] Updated the documentation
Member
|
backported to v2.0.0-doc as 61f54d7 |
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
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.
This is the new PR for issue #8174. @phobson @NelleV