File: README.md

package info (click to toggle)
fenics-dolfinx 1%3A0.10.0.post4-1exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 6,028 kB
  • sloc: cpp: 36,535; python: 25,391; makefile: 226; sh: 171; xml: 55
file content (22 lines) | stat: -rw-r--r-- 662 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Building the DOLFINx Python documentation

To build the documentation:

1. Install DOLFINx Python interface using the ``docs`` optional dependency set, e.g.

       python -m pip install .[docs]

   It must be possible to import the module ``dolfinx`` to build the documentation.

2. Run in this directory:
 
       python -m sphinx -W -b html source/ build/html/

## Processing of the demo programs

Python demo programs are written in Python, with MyST-flavoured Markdown syntax
for comments.

1. `jupytext` reads the Python demo code, then converts it to a Markdown file and
   Jupyter notebook.
2. `myst_parser` allows Sphinx to process the Markdown file.