Skip to content

open-modex/mathematical-documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mathematical documentation of open_MODEX frameworks

Documentation

Click on the badge to get to the compiled version of the mathematical documentation.

To write the documentation, use an editor of your choice and add your formulas in the respective rst file in doc/source/frameworks.

Compiling is done by sphinx, therefore you need a python environment. If you use conda, you can install the necessary packages doing the following steps:

  1. Download the environment file.
  2. Launch a new command prompt (Windows: Win+R, type "cmd", Enter)
  3. Install it via conda by conda env create -f mathdoc.yml.
  4. Each time you open a new terminal for compiling, you can activate the environment by conda activate mathdoc.

You can build the html pages by simply running while you are in the doc folder (ensure that you have a subfolder in doc named build and a subfolder named _static in doc/source):

sphinx-build -b html source build

About

Mathematical documentation of frameworks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published