Skip to content
/ website Public

Source repository for the deal.II website hosted at https://www.dealii.org/

License

Notifications You must be signed in to change notification settings

dealii/website

Repository files navigation

Installation instructions for mkdocs

pip install mkdocs
pip install mkdocs-material
pip install markdown-include

Alternatively you can use conda to install all packages into a new environment named dealii-website like this:

conda env create -f environment.yml

Then the server can be run locally as

mkdocs serve

and you should see something like

INFO    -  Documentation built in 0.15 seconds
INFO    -  [08:40:55] Watching paths for changes: 'docs', 'mkdocs.yml'
INFO    -  [08:40:55] Serving on <http://127.0.0.1:8000/>
INFO    -  [08:40:57] Browser connected: <http://127.0.0.1:8000/>

Notes

About

Source repository for the deal.II website hosted at https://www.dealii.org/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages