From 31afaa239e5e41a18d4234be3176bbbd3ea777a2 Mon Sep 17 00:00:00 2001
From: Stefan Bienert <stefan.bienert@unibas.ch>
Date: Thu, 6 Sep 2018 10:42:48 +0200
Subject: [PATCH] Documentation for publisher handling in mmCIF citations

---
 modules/io/doc/mmcif.rst | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/modules/io/doc/mmcif.rst b/modules/io/doc/mmcif.rst
index ec42173bb..479085543 100644
--- a/modules/io/doc/mmcif.rst
+++ b/modules/io/doc/mmcif.rst
@@ -373,6 +373,21 @@ of the annotation available.
     Also available as :meth:`GetTitle`. May also be modified by
     :meth:`SetTitle`.
 
+  .. attribute:: book_publisher
+
+    Name of publisher of the citation, relevant for books and book chapters.
+
+    Also available as :meth:`GetBookPublisher` and :meth:`SetBookPublisher`.
+
+  .. attribute:: book_publisher_city
+
+    City of the publisher of the citation, relevant for books and book
+    chapters.
+
+    Also available as :meth:`GetBookPublisherCity` and
+    :meth:`SetBookPublisherCity`.
+
+ 
   .. attribute:: citation_type
 
      Defines where a citation was published. Either journal, book or unknown.
@@ -472,6 +487,22 @@ of the annotation available.
 
     See :attr:`title`
 
+  .. method:: GetBookPublisher
+
+    See :attr:`book_publisher`
+
+  .. method:: SetBookPublisher
+
+    See :attr:`book_publisher`
+
+  .. method:: GetBookPublisherCity
+
+    See :attr:`book_publisher_city`
+
+  .. method:: SetBookPublisherCity
+
+    See :attr:`book_publisher_city`
+
   .. method:: GetCitationType()
 
     See :attr:`citation_type`
-- 
GitLab