awslabs / palace

3D finite element solver for computational electromagnetics
https://awslabs.github.io/palace/dev
Apache License 2.0
237 stars 49 forks source link

Upgrade documentation to MkDocs #136

Open sebastiangrimberg opened 10 months ago

sebastiangrimberg commented 10 months ago

The use of Julia's Documenter.jl was an early decision that got us up and running quickly, but we aren't tied to it and it doesn't provide any Julia-specific functionality. Using MkDocs provides better visual appeal as well as a larger feature set (increased section depth, better math mode support, for examples).