summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2016-07-24 17:58:30 +0200
committerGauvain Pocentek <gauvain@pocentek.net>2016-07-24 17:58:30 +0200
commit261f9470f457673e8082e673fb09861a993fdabc (patch)
tree6dd3247adfe6ff62252c48f3005440f07df588e1
parent41cbc32621004aab2cae5f7c14fc60005ef7b966 (diff)
downloadgitlab-261f9470f457673e8082e673fb09861a993fdabc.tar.gz
Docs: drop the FAQ
The only question is now documented in the API examples.
-rw-r--r--docs/faq.rst15
-rw-r--r--docs/index.rst1
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