https://github.com/major/rhel7stig-sphinx
Red Hat Enterprise Linux 7 Security Technical Implementation Guide in Sphinx
https://github.com/major/rhel7stig-sphinx
Last synced: 8 months ago
JSON representation
Red Hat Enterprise Linux 7 Security Technical Implementation Guide in Sphinx
- Host: GitHub
- URL: https://github.com/major/rhel7stig-sphinx
- Owner: major
- License: apache-2.0
- Created: 2016-07-27T21:01:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:49:39.000Z (over 2 years ago)
- Last Synced: 2025-04-10T09:13:50.981Z (about 1 year ago)
- Language: Python
- Homepage: http://rhel7stig.rtfd.io/
- Size: 345 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
RHEL 7 STIG in Sphinx
=====================
.. image:: https://travis-ci.org/major/rhel7stig-sphinx.svg?branch=master
:target: https://travis-ci.org/major/rhel7stig-sphinx
This is an attempt to make the `Red Hat Enterprise Linux 7 Security Technical
Implementation Guide (STIG)`_ a little easier to work with by converting it into
Sphinx documentation.
.. _Red Hat Enterprise Linux 7 Security Technical Implementation Guide (STIG): http://iase.disa.mil/stigs/os/unix-linux/Pages/index.aspx
Pre-built documentation is available here:
* http://rhel7stig.rtfd.io/
To build documentation:
.. code-block:: console
$ pip install -r requirements.txt
$ git clone https://github.com/major/rhel7stig-sphinx
$ cd rhel7stig-sphinx
$ stig/parser.py
$ make -C doc html