8000 Sundry doc changes by tacaswell · Pull Request #5368 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

Sundry doc changes #5368

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 7 commits into from
Dec 13, 2014
Merged

Sundry doc changes #5368

merged 7 commits into from
Dec 13, 2014

Conversation

tacaswell
Copy link
Contributor

Replaces #5360 targeted at the right branch.

tacaswell and others added 7 commits December 12, 2014 14:00
change '{ndarray, float}' -> 'ndarray or float' as {} are for
when the value is an enumeration
 - {ndarray, bool} -> ndarray or bool
 - {int, array of ints} -> int or array of ints
 - {str, function} -> str or function
 - {sequnce, int} -> sequence or int
 - {array_like, poly1d} -> array_like or poly1d
 - {None, list of `m` scalars, scalar} -> list of `m` scalars or scalar
rgommers pushed a commit that referenced this pull request Dec 13, 2014
Cleanups in documentation formatting.
@rgommers rgommers merged commit 3ef77ee into numpy:master Dec 13, 2014
@rgommers
Copy link
Member

Merged, thanks @tacaswell.

@tacaswell tacaswell deleted the sundry_doc_changes branch December 13, 2014 17:58
@tacaswell
Copy link
Contributor Author

I am working on a project to parse the docstrings to auto-wrap numpy into VisTrails so I suspect I will be back with more changes as I find things that are not quite right.

@rgommers
Copy link
Member

@tacaswell sounds interesting, would be good to see an announcement on numpy-discussion once your project is ready for consumption.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0