aoptk.literature.publication ============================ .. py:module:: aoptk.literature.publication Classes ------- .. autoapisummary:: aoptk.literature.publication.Publication Module Contents --------------- .. py:class:: Publication Data structure representing a publication. .. py:attribute:: id :type: aoptk.literature.id.ID .. py:attribute:: abstract :type: aoptk.literature.abstract.Abstract .. py:attribute:: full_text :type: str | list[str] .. py:attribute:: tables :type: list[pandas.DataFrame] .. py:attribute:: figures :type: list .. py:attribute:: figure_descriptions :type: list .. py:method:: __str__() -> str