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

Fix documentation warnings #1108

Merged
merged 2 commits into from Aug 20, 2012
Merged

Conversation

mdboom
Copy link
Member

@mdboom mdboom commented Aug 19, 2012

Fixes a number of documentation warnings and problems in master.

Fixes #892.

@@ -4432,8 +4432,7 @@ def legend(self, *args, **kwargs):
instance. If *prop* is a dictionary, a new instance will be
created with *prop*. If *None*, use rc settings.

*fontsize*: [ size in points | 'xx-small' | 'x-small' | 'small' |
'medium' | 'large' | 'x-large' | 'xx-large' ]
*fontsize*: [ size in points | 'xx-small' | 'x-small' | 'small' | 'medium' | 'large' | 'x-large' | 'xx-large' ]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we normally wrap these?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be nice to, but doing so results in Sphinx warnings and incorrect rendering.

pelson added a commit that referenced this pull request Aug 20, 2012
@pelson pelson merged commit dc535b4 into matplotlib:master Aug 20, 2012
@mdboom mdboom deleted the fix_doc_warnings 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.

Update animation.py docstrings to "raw" Sphinx format
2 participants