Skip to content

Source code for the documents website of the python package originpro.

Notifications You must be signed in to change notification settings

originlab/originpro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this

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.

Steps to build and test locally

Prerequisite

  1. Download and install Doxygen for Windows from https://doxygen.nl/download.html
  2. Add the installation path's bin folder to PATH

Build

  1. Clone this repo to your local PC
  2. Run CMD / Terminal / Powershell, and CD into the locally cloned folder
  3. Run doxygen
  4. The generated files are located in the docs/html folder.