This repo contains the released version of python source files for online documentation generating purpose, along with scripts to generate the docs, and GitHub actions to publish them.
Please note that this repository is not monitored by our tech support colleges or core developers. For discussions please use our forum (https://my.originlab.com/forum/). For issues or urgent requests please use either the "Submit a Support Ticket" button or the online chat option over our official website: https://www.originlab.com/index.aspx?go=COMPANY/ContactUS.
- Download and install Doxygen for Windows from https://doxygen.nl/download.html
- Add the installation path's bin folder to PATH
- Clone this repo to your local PC
- Run CMD / Terminal / Powershell, and CD into the locally cloned folder
- Run doxygen
- The generated files are located in the
docs/html
folder.