diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2016-07-24 17:58:30 +0200 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2016-07-24 17:58:30 +0200 |
commit | 261f9470f457673e8082e673fb09861a993fdabc (patch) | |
tree | 6dd3247adfe6ff62252c48f3005440f07df588e1 | |
parent | 41cbc32621004aab2cae5f7c14fc60005ef7b966 (diff) | |
download | gitlab-261f9470f457673e8082e673fb09861a993fdabc.tar.gz |
Docs: drop the FAQ
The only question is now documented in the API examples.
-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 |