Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.11 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.11 KB

Dissect documentation

This project houses the Sphinx documentation for the Dissect project.

Build and instructions

Start by checking out the submodules if you haven't done so already:

git submodule update --init --recursive

Create a new virtual environment, install the dependencies and build the Sphinx project.

pip install -r requirements.txt
cd docs && make html

If you run into build issues, clean the Sphinx output directory and AutoAPI output:

cd docs && make clean

Contributing

The Dissect project encourages any contribution to the codebase. To make your contribution fit into the project, please refer to the style guide.

Copyright and license

Dissect is released as open source by Fox-IT (https://www.fox-it.com) part of NCC Group Plc (https://www.nccgroup.com).

Developed by the Dissect Team ([email protected]) and made available at https://github.com/fox-it/dissect.

License terms: AGPL3 (https://www.gnu.org/licenses/agpl-3.0.html). For more information, see the LICENSE file.