Documentation for the plugins I have developed for the open source seismic interpretation system OpendTect. The plugins are made available under the terms of the GNU General Public License Version 3.
To read the documentation click here.
To build the documentation:
- Urubu is required - install it in a python virtual environment
- virtualenv urubu
- source urubu/bin/activate
- pip install mardown==2.6.9
- pip install urubu
- cd to the documentation repo folder
- Run make to build the documentation
- Run make serve to start a local web server to display the build results - point a browser at localhost:8000 to see the result