This is a Sphinx generated documentation for DG Maxwell code.
You may download sphinx and numpydoc from official Ubuntu repository.
Enter these commands to install sphinx and numpydoc.
$ apt-get install python3-sphinx python3-numpydoc
Caution! If you are installing
sphinxandnumpydocfrom some other source, thePython3version ofsphinxandnumpydocshould be installed.
To generate HTML documentation, open the terminal and enter the following commands
$ cd <path/to/DG_Maxwell/directory>
$ cd docs
$ make html
This will generate a documentation in the _build directory.
To access the documentation, change the directory to _build/html
$ cd _build/html
Now open the file index.html in this directory in a web browser to access the documentation.