TechnoteState#
- class technote.metadata.model.TechnoteState(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)#
-
Standardized states for a technote.
flowchart LR draft --> stable stable --> draft stable --> deprecated draft --> deprecatedAttributes Summary
The technote is no longer relevant and accurate, and may have been replaced by other documents.
The technote is being actively drafted and updated.
The technote's state is not described by the controlled vocabulary.
The content is considered stable and intended to be complete and accurate.
Attributes Documentation
- deprecated = 'deprecated'#
The technote is no longer relevant and accurate, and may have been replaced by other documents.
- draft = 'draft'#
The technote is being actively drafted and updated. It may not be complete.
- other = 'other'#
The technote’s state is not described by the controlled vocabulary. Use the
TechnoteStatus.note
field to explain.
- stable = 'stable'#
The content is considered stable and intended to be complete and accurate.