stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

Sphinx documentation for stdlib specs

Open jalvesz opened this issue 1 year ago • 0 comments

Proposal to start putting in place a Sphinx based documentation for stdlib. Relates to https://github.com/fortran-lang/stdlib/issues/697

It already covers the documentation in the specs. Needed a change in the way of including external files for the examples

TODO:

  • [ ] How to enable embedding or linking the FORD generated dev doc to the Sphinx-generated user doc?
  • [ ] Polish deployment
  • [ ] Change welcome page? currently using the README content

Building locally to test:

cd doc
python -m pip install -r requirements.txt
make html

jalvesz avatar Aug 07 '24 21:08 jalvesz