Skip to content

Commit

Permalink
doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rpiazza committed Jul 8, 2020
1 parent f075a81 commit 3964c90
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.rst
Expand Up @@ -35,7 +35,7 @@ ReadTheDocs.
Requirements
------------

- Python 2.7, or 3.3+
- Python 3.5+
- `python-stix <https://stix.readthedocs.io/en/stable/>`_ and its dependencies

.. note::
Expand All @@ -45,8 +45,8 @@ Requirements
1.2.0.x, depending on whether you want to support STIX 1.1.1 or
STIX 1.2.

- `python-stix2 <https://pypi.org/project/python-stix2>`_ >= 1.1.0
- `stixmarx <https://pypi.org/project/stixmarx>`_ >= 1.0.3
- `python-stix2 <https://pypi.org/project/python-stix2>`_ >= 2.0.0
- `stixmarx <https://pypi.org/project/stixmarx>`_ >= 1.0.7
- `stix-validator <https://pypi.org/project/stix-validator>`_ >= 2.5.0

Installation
Expand Down Expand Up @@ -91,7 +91,7 @@ STIX 2.x content to STIX 1.x content::
[--use-namespace USE_NAMESPACE]
file

stix2-slider v2.0.0
stix2-slider v3.0.0

The stix2-slider is a work-in-progress. It should be used to explore how
existing STIX 2.x would potentially be represented in STIX 1.x. Using the
Expand Down
2 changes: 1 addition & 1 deletion docs/command-line.rst
Expand Up @@ -13,7 +13,7 @@ STIX 2.x content to STIX 1.x content:
[--use-namespace USE_NAMESPACE]
file
stix2-slider v2.1.0
stix2-slider v3.0.0
The stix2-slider is a work-in-progress. It should be used to explore how
existing STIX 2.x would potentially be represented in STIX 1.x. Using the
Expand Down
6 changes: 3 additions & 3 deletions docs/install.rst
Expand Up @@ -4,7 +4,7 @@ Installing
Requirements
------------

- Python 2.7, or 3.4+
- Python 3.5+
- `python-stix <https://stix.readthedocs.io/en/stable/>`_ and its dependencies

.. note::
Expand All @@ -14,8 +14,8 @@ Requirements
1.2.0.x, depending on whether you want to support STIX 1.1.1 or
STIX 1.2.

- `python-stix2 <https://pypi.org/project/python-stix2>`_ >= 1.3.0
- `stixmarx <https://pypi.org/project/stixmarx>`_ >= 1.0.6
- `python-stix2 <https://pypi.org/project/python-stix2>`_ >= 2.0.0
- `stixmarx <https://pypi.org/project/stixmarx>`_ >= 1.0.7
- `stix-validator <https://pypi.org/project/stix-validator>`_ >= 2.5.0

Installation Steps
Expand Down
4 changes: 2 additions & 2 deletions docs/stix-mappings.rst
Expand Up @@ -190,7 +190,7 @@ STIX 1.x in XML
</ttp:Behavior>
<ttp:Information_Source>
<stixCommon:References>
<stixCommon:Reference>SOURCE: capec - https://capec.mitre.org/data/definitions/148.html</stixCommon:Reference>
<stixCommon:Reference>https://capec.mitre.org/data/definitions/148.html</stixCommon:Reference>
</stixCommon:References>
</ttp:Information_Source>
</stix:TTP>
Expand Down Expand Up @@ -790,7 +790,7 @@ STIX 1.x in XML
<report:Indicators>
<report:Indicator idref="example:indicator-66647c79-5766-4ca7-ab8a-a579056e3c83" xsi:type='indicator:IndicatorType'/>
</report:Indicators>
</stix:Report>
</stix:Report>
Threat Actor
------------------
Expand Down

0 comments on commit 3964c90

Please sign in to comment.