Skip to content

Commit

Permalink
fixed column spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
vsun757 committed Jul 14, 2023
1 parent cd76f3d commit 7a49d1d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions docs/attacktoexcel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ overview of the available methods follows.


.. list-table:: Title
:widths: 25 25 50
:widths: 33 33 34
:header-rows: 1

* - method name
Expand All @@ -70,7 +70,7 @@ stixToDf provides various methods to process and manipulate the STIX data in ord
processing. A brief overview of these methods follows.

.. list-table:: Title
:widths: 25 25 50
:widths: 33 33 34
:header-rows: 1

* - method name
Expand Down
2 changes: 1 addition & 1 deletion docs/collections.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ For more information about ATT&CK collections, see the corresponding


.. list-table:: Title
:widths: 25 25 50
:widths: 50 50
:header-rows: 1

* - script
Expand Down
4 changes: 2 additions & 2 deletions docs/diffinstix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ A brief explanation of key pieces can be found below.
* The following table helps break down the change types that are currently tracked.

.. list-table:: Title
:widths: 25 25 50
:widths: 33 33 34
:header-rows: 1

* - field
Expand Down Expand Up @@ -134,7 +134,7 @@ For example, objects that are brand new do not have `previous_version` available
The following table lists the extra fields that can be found in objects in the changelog.

.. list-table:: Title
:widths: 25 25 50
:widths: 25 25 25 25
:header-rows: 1

* - Field
Expand Down
16 changes: 8 additions & 8 deletions docs/navlayers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ and version 4.X layers, upgrading them to version 4.3.
## Core Modules

.. list-table:: Title
:widths: 25 25 50
:widths: 50 50
:header-rows: 1

* - script
Expand All @@ -42,7 +42,7 @@ and version 4.X layers, upgrading them to version 4.3.
**Manipulator Scripts
.. list-table:: Title
:widths: 25 25 50
:widths: 50 50
:header-rows: 1

* - script
Expand All @@ -53,7 +53,7 @@ and version 4.X layers, upgrading them to version 4.3.
**Exporter Scripts
.. list-table:: Title
:widths: 25 25 50
:widths: 50 50
:header-rows: 1

* - script
Expand All @@ -68,7 +68,7 @@ and version 4.X layers, upgrading them to version 4.3.
**Generator Scripts
.. list-table:: Title
:widths: 25 25 50
:widths: 50 50
:header-rows: 1

* - script
Expand All @@ -83,7 +83,7 @@ and version 4.X layers, upgrading them to version 4.3.
**Utility Modules
.. list-table:: Title
:widths: 25 25 50
:widths: 50 50
:header-rows: 1

* - script
Expand All @@ -100,7 +100,7 @@ and version 4.X layers, upgrading them to version 4.3.
**Command Line Tools
.. list-table:: Title
:widths: 50 50 100
:widths: 50 50
:header-rows: 1
* - script
- description
Expand All @@ -117,7 +117,7 @@ The Layer class API and a usage example are below.
The class currently supports version 3 and 4 of the ATT&CK Layer spec, and will upgrade version 3 layers into compatible version 4 ones whenever possible.

.. list-table:: Title
:widths: 25 25 50
:widths: 50 50
:header-rows: 1

* - method [x = Layer()]
Expand Down Expand Up @@ -338,7 +338,7 @@ The configuration can also be populated from a json file using the `.load_from_f
or stored to one using the `.save_to_file(filename="path/to/file.json)` method.

.. list-table:: Title
:widths: 25 25 50
:widths: 25 25 25 25
:header-rows: 1

* - attribute
Expand Down

0 comments on commit 7a49d1d

Please sign in to comment.