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 --recursiveIf you want to update all submodules add --remote to the previous command.
Create a new virtual environment, install the dependencies and build the Sphinx project.
pip install -r requirements.txt
cd docs && make htmlIf you run into build issues, clean the Sphinx output directory and AutoAPI output:
cd docs && make cleanWhen writing documentation you can use the convenience command below. This rebuilds the Sphinx project when source files change and automatically reloads your browser.
Please note that in order for the make watch command to work, you will have to
run make html first at least once.
cd docs && make watchThe 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.