diff options
-rw-r--r-- | docs/faq.rst | 15 | ||||
-rw-r--r-- | docs/index.rst | 1 |
2 files changed, 0 insertions, 16 deletions
diff --git a/docs/faq.rst b/docs/faq.rst deleted file mode 100644 index 7c35567..0000000 --- a/docs/faq.rst +++ /dev/null @@ -1,15 +0,0 @@ -### -FAQ -### - -How can I close or reopen an issue? -=================================== - - -Set the issue ``state_event`` attribute to ``close`` or ``reopen`` and save the object: - -.. code-block:: python - - issue = my_project.issues.get(issue_id) - issue.state_event = 'close' - issue.save() diff --git a/docs/index.rst b/docs/index.rst index f38aea8..54472fe 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -15,7 +15,6 @@ Contents: cli api-usage api-objects - faq upgrade-from-0.10 api/modules |