- Use '/' key to quickly access this field.
- Enter a name of repository, or repository group for quick search.
- Prefix query to allow special search:
user:admin, to search for usernames, always global
user_group:devops, to search for user groups, always global
pr:303, to search for pull request number, title, or description, always global
commit:efced4, to search for commits, scoped to repositories or groups
file:models.py, to search for file paths, scoped to repositories or groups
For advanced full text search visit: repository search
require specifying the version for gh-pages
From now on, we are only maintaining one build of the IPython docs per major release, e.g. latest 1.x docs served at ipython-doc/1/. This makes gh-pages no longer guess based on git tag. To build the 1.x docs:
VERSION=1 make gh-pages