diff --git a/docs/attacktoexcel.rst b/docs/attacktoexcel.rst index e9766577..50d82ddb 100644 --- a/docs/attacktoexcel.rst +++ b/docs/attacktoexcel.rst @@ -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 @@ -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 diff --git a/docs/collections.rst b/docs/collections.rst index 8825853d..f6503d59 100644 --- a/docs/collections.rst +++ b/docs/collections.rst @@ -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 diff --git a/docs/diffinstix.rst b/docs/diffinstix.rst index 88352a48..e1b33c05 100644 --- a/docs/diffinstix.rst +++ b/docs/diffinstix.rst @@ -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 @@ -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 diff --git a/docs/navlayers.rst b/docs/navlayers.rst index 2450a507..976d5b97 100644 --- a/docs/navlayers.rst +++ b/docs/navlayers.rst @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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()] @@ -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