Skip to content

Files

Latest commit

888e38c · Aug 24, 2022

History

History
This branch is 175 commits behind FEniCS/basix:main.

doc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 26, 2022
Jun 13, 2022
Aug 24, 2022
Oct 22, 2021

Basix documentation

C++ documentation

To build the documentation of the Basix C++ library, run the following commands:

cd cpp
doxygen

The documentation will then be built in the folder cpp/html/.

Python documentation

To build the documentation of the Basix Python interface, run the following commands:

cd python
make html

The documentation will then be built in the folder python/html/.

Documentation for website

To build the Basix documentation as it appears at docs.fenicsproject.org/basix/main/, run the following commands:

cd web
python3 make_html.py

The documentation will then be built in the folder web/html/.