Changes between Version 3 and Version 4 of Ticket #922, comment 3


Ignore:
Timestamp:
Jul 25, 2018, 1:01:57 PM (7 years ago)
Author:
Eric Pettersen

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #922, comment 3

    v3 v4  
    3434        :py:class:`chimerax.core.ui.HtmlToolInstance`
    3535        :py:class:`chimerax.core.ui.widgets.HtmlView.
    36         :py:func:`chimerax.core.io.open_filename`
     36        ~~:py:func:`chimerax.core.io.open_filename`~~
    3737
    3838Source code will also need to be updated so that supported API functions, methods and attributes are annotated with the string "Supported API" at the beginning of their doc-strings.  The first time an API entry is proposed, it should be labeled with "Supported API: proposed x.y" where x.y is the ChimeraX version in which this entry is officially supported.  When ChimeraX x.y is released, the doc-string must be changed to "Supported API: added x.y".  Once an API has been "added", it can never go back to being "proposed".  Instead, keywords added after the initial API should be annotated with "proposed: x.y" during development and "added: x.y" when committed/released.