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 /docs/faq.rst | |
| parent | 41cbc32621004aab2cae5f7c14fc60005ef7b966 (diff) | |
| download | gitlab-261f9470f457673e8082e673fb09861a993fdabc.tar.gz | |
Docs: drop the FAQ
The only question is now documented in the API examples.
Diffstat (limited to 'docs/faq.rst')
| -rw-r--r-- | docs/faq.rst | 15 |
1 files changed, 0 insertions, 15 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() |
