Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.02 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.02 KB

warning: under (heavy) construction!

Maillage et Éléments Finis

Requierement

This lecture note (in french, sorry), has been created using Python Sphinx Documentation, the Sphinx-book theme and the following plugins

You need to install all of them to make it work

pip install -U sphinx
pip install sphinx-book-theme
pip install sphinx-exercise sphinx-proof sphinx-togglebutton sphinx-copybutton

And then compile type make html (or make dirhmlt) to build the html folder in _build/html (or in _build/dirhtml) and/or make latex and make latexpdf to build the pdf of the lecture note.

A .gitlab-ci.yml file is also available to use it with Gitlab Page.