8000 Add section headers · losingkeys/github3.py@5f25700 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5f25700

Browse files
committed
Add section headers
1 parent 372a6f6 commit 5f25700

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/examples/issue.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,18 @@ of the issue you're concerned with in ``num``.
2121

2222
issue.edit('New issue title', issue.body + '\n------\n**Update:** Text to append')
2323

24+
Closing and Commenting on Issues
25+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
26+
2427
::
2528

2629
# Assuming issue is the same as above ...
2730
issue.create_comment('This should be fixed in 6d4oe5. Closing as fixed.')
2831
issue.close()
2932

33+
Example issue to comment on
34+
---------------------------
35+
3036
If you would like to test the above, see
3137
`issue #109 <https://github.com/sigmavirus24/github3.py/issues/108>`_. Just
3238
follow the code there and fill in your username, password (or token), and

0 commit comments

Comments
 (0)
0