8000 GitHub - tamiko/website: Source repository for the deal.II website hosted at https://www.dealii.org/
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ website Public
forked from dealii/website

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

License

Notifications You must be signed in to change notification settings

tamiko/website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
0