Fix for issue searching and documentation updates.#25
Merged
5 commits merged intoask:masterfrom Dec 13, 2010
JNRowe:master
Merged
Fix for issue searching and documentation updates.#255 commits merged intoask:masterfrom JNRowe:master
5 commits merged intoask:masterfrom
JNRowe:master
Conversation
This was already added users.search(see c079bbf), so I shouldn't have missed this.
Contributor
|
Thanks for the docs and the patch! Cheers, |
This pull request was closed.
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.
As nvie rightly pointed out in my other pull request, I hadn't added any documentation for my changes... here that is.
I've also fixed issue searches for multiple words. I only spotted the problem as a result of adding the entry to
README.rst, so I should probably learn something from that ;)Finally, there is some slight reformatting of the documentation. Most of the text was wrapped at ~80 characters and code samples indented 4 spaces, the final commit just makes that consistent across the rest of the documentation. I realise that may be controversial, but wrapped or not wrapped it should at least be consistent.
Thanks,
James