Skip to content

Commit

Permalink
adding more tables part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vsun757 committed Jul 11, 2023
1 parent 24758ce commit 0ae8abb
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions docs/navlayers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,16 @@ and version 4.X layers, upgrading them to version 4.3.

**Utility Modules
| script | description |
|:-------|:------------|
| `excel_templates <https://github.com/mitre-attack/mitreattack-python/blob/master/mitreattack/navlayers/exporters/excel_templates.py>`_ | Provides a means by which to convert a matrix into a clean excel matrix template. |
| `matrix_gen <https://github.com/mitre-attack/mitreattack-python/blob/master/mitreattack/navlayers/exporters/matrix_gen.py>`_ | Provides a means by which to generate a matrix from raw data, either from the ATT&CK TAXII server, from a local STIX Bundle, or from an ATT&CK Workbench instance (via url). |
| `svg_templates <https://github.com/mitre-attack/mitreattack-python/blob/master/mitreattack/navlayers/exporters/svg_templates.py>`_ | Provides a means by which to convert a layer file into a marked up svg file. |
| `svg_objects <https://github.com/mitre-attack/mitreattack-python/blob/master/mitreattack/navlayers/exporters/svg_objects.py>`_ | Provides raw templates and supporting functionality for generating svg objects. |
* - script
- description
* - `excel_templates <https://github.com/mitre-attack/mitreattack-python/blob/master/mitreattack/navlayers/exporters/excel_templates.py>`_
- Provides a means by which to convert a matrix into a clean excel matrix template.
* - `matrix_gen <https://github.com/mitre-attack/mitreattack-python/blob/master/mitreattack/navlayers/exporters/matrix_gen.py>`_
- Provides a means by which to generate a matrix from raw data, either from the ATT&CK TAXII server, from a local STIX Bundle, or from an ATT&CK Workbench instance (via url).
* - `svg_templates <https://github.com/mitre-attack/mitreattack-python/blob/master/mitreattack/navlayers/exporters/svg_templates.py>`_
- Provides a means by which to convert a layer file into a marked up svg file.
* - `svg_objects <https://github.com/mitre-attack/mitreattack-python/blob/master/mitreattack/navlayers/exporters/svg_objects.py>`_
- Provides raw templates and supporting functionality for generating svg objects.

**Command Line Tools
Expand Down

0 comments on commit 0ae8abb

Please sign in to comment.