Skip to content
Snippets Groups Projects
Commit 31afaa23 authored by Bienchen's avatar Bienchen
Browse files

Documentation for publisher handling in mmCIF citations

parent 42efd978
No related branches found
No related tags found
No related merge requests found
......@@ -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`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment