cti-python-stix2/docs
Michael Chisholm 9f428c5efd Updates to extensions.ipynb:
- Change CS 02 reference to CS 03
- Fix typos
- Remove the extension definition from the first example.
It's not relevant.  Change the explanation to explain the
real reason why that example works: if unregistered toplevel
property extensions are present, the library lets unrecognized
toplevel properties pass.
- Change the explained rationale for registering an extension.
It had described "repetitive instantiation" of an extension, but
I think it was referring to an extension definition, and that is
not what happens.  The benefit of registration is that the library
will know which properties are associated with the extension and
can enforce their requirements.  Changed the commentary to explain
this.
- Fix the custom marking example to not use the @CustomMarking
decorator.  It is no longer used for extension-based custom
markings.  Instead, it just shows a normal extension being
registered and applied to a marking-definition.  The commentary
is changed to explain this too.
2021-07-11 20:16:55 -04:00
..
_templates/autosummary
api add new rst files and directories 2020-10-16 16:42:17 -04:00
guide Updates to extensions.ipynb: 2021-07-11 20:16:55 -04:00
Makefile Ran trailing-whitespace pre-commit hook. It changed a bunch of 2018-11-27 15:24:08 -05:00
api_ref.rst
conf.py update guide example, conf.py and remove some unused imports 2021-03-01 13:14:03 -05:00
contributing.rst Update contributing.rst 2021-04-02 13:04:08 -04:00
guide.rst
index.rst Update CHANGELOG, docs for v1.0.0 2018-04-16 14:56:23 -04:00
overview.rst add entry on extensions.ipynb, typos, and a couple of fixes for registry module and Marking decorator 2021-03-31 18:11:38 -04:00