Documentation#350
Merged
leandrotoledo merged 2 commits intopython-telegram-bot:masterfrom Jul 14, 2016
Merged
Conversation
added 2 commits
July 14, 2016 03:58
Use code-blocks instead of literals, change headings for portability and use a relative link to AUTHORS instead of linking to a specific copy.
Member
|
Hi @Faalentijn, thanks for this PR! |
| $(SPHINXBUILD) -b pseudoxml $(ALLSPHINXOPTS) $(BUILDDIR)/pseudoxml | ||
| @echo | ||
| @echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml." | ||
| @echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml." No newline at end of file |
Member
There was a problem hiding this comment.
Any specific reasons for EOF without a newline?
Contributor
Author
There was a problem hiding this comment.
I was asked to do it by @tsnoam in the previous pull request.
Member
|
One minor comment, everything else looks good. |
Member
|
Looks nicer, thanks @Faalentijn. Merging. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Fixing the first item in my todo list in #338 which is to use code-blocks instead of literals to make it more readable. There are also a few more minor fixes which mainly revolve around making it easier to add it to the sphinx documentation.