Skip to content
Snippets Groups Projects
Forked from VTK / VTK
1290 commits behind the upstream repository.
David Gobbi's avatar
David Gobbi authored
672cbe3c Some doc fixups regarding subclassing in Python
f305011b Add documentation for __init__() in overrides
8ed0c03e Warn when default __init__() modifies C++ attributes

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Tested-by: default avatarbuildbot <buildbot@kitware.com>
Reviewed-by: default avatarJaswant Panchumarti (Kitware) <jaswant.panchumarti@kitware.com>
Merge-request: !11709
ed534165
History

Sphinx Documentation

This is the source of the vtk docs website.

Build environment

To compile the document locally create a python virtual environment and install the required packages.

For example in Linux / macOS:

python -m venv env
source env/bin/activate
pip install -r requirements.txt

Use make html in this directory to build the documentation. Open _build/html/index.html in your browser to inspect the result.