This project houses the Sphinx documentation for the Dissect project.
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
The Dissect project encourages any contribution to the codebase. To make your contribution fit into the project, please refer to the style guide.
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.