File: README

package info (click to toggle)
meep-openmpi 1.7.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 25,828 kB
  • sloc: cpp: 27,370; python: 10,574; lisp: 1,213; makefile: 437; sh: 28
file content (24 lines) | stat: -rw-r--r-- 815 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
This is the documentation tree for MEEP.

markdown (.md) files are in the doc/docs/.

To build and visualize the HTML documentation locally using the
mkdocs package (useful for verifying changes on your local machine
before committing), first install `mkdocs` (version 0.17.5) as
well as two auxiliary packages via e.g.:

% pip3 install --user mkdocs=0.17.5 python-markdown-math mkdocs-material

Next, run the following command from the top-level MEEP repository tree:

% mkdocs serve

Finally, open the following address in a browser window:

http://127.0.0.1:8000

This launches a web server on your local machine
plus a filesystem hook for rebuilding the documentation
tree automatically whenever any .md file is modified.
This enables viewing the HTML documentation in real time
as the source files are edited.