From c5124181726e6362b9173d83d1fbb84da35e5e78 Mon Sep 17 00:00:00 2001 From: Sun Date: Tue, 18 Jul 2023 14:12:01 -0400 Subject: [PATCH] fixing navlayer code syntax part 2 --- docs/navlayers.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/navlayers.rst b/docs/navlayers.rst index 5c9cd024..d4bd5d0c 100644 --- a/docs/navlayers.rst +++ b/docs/navlayers.rst @@ -139,7 +139,7 @@ Examples on how to create a layer programmatically, as opposed to loading it fro **Example Usage** .. code-block:: python - + example_layer3_dict = { "name": "example layer", "version": "3.0", @@ -277,7 +277,7 @@ to a local stix bundle, or if the source is set to `remote`, in which case it sh .. code-block:: python -x.to_xlsx(layerInit=layer, filepath="layer.xlsx") + x.to_xlsx(layerInit=layer, filepath="layer.xlsx") The `to_xlsx` method exports the layer file referenced as `layer`, as an excel file to the `filepath` specified.