This is the source for the documentation of 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:
-
Clone the documentation repository -
git clone --recursive https://github.com/waynegm/WMPlugin-Docs.git -
Install a recent
extendedversion of Hugo. -
Run the website locally by running the following command in the root folder of the repository -
hugo server -
Publish the documentation to the
docsfolder of the repository using -hugo