8000 documentation updates for 1.9 by juliantaylor · Pull Request #4906 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

documentation updates for 1.9 #4906

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 15 commits into from
Jul 27, 2014
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
MAINT: add common source indexer files to .gitignore
ignore cscope and gnu global files
  • Loading branch information
juliantaylor committed Jul 27, 2014
commit 0bdd45a6305b0f0526d092c480b6fcd28f574892
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
*.tmp
*.vim
tags
cscope.out
# gnu global
GPATH
GRTAGS
GSYMS
GTAGS

# Compiled source #
###################
Expand Down
0