Creating a new example#
The workflow for creating a new example is similar to the workflow for creating a new feature.
A new example is added using a feature branch with additions to the examples directory and documentation.
Checklist#
Example files
Example files:
README.md,Makefile.am, parameter files, spatial databases, mesh generation scripts.Add directory in
examples/Makefile.amUpdate
configure.acto include example Makefile.
User Guide
Include sections: overview, meshing, common, steps, exercises
Update
update-synopsis.sh(generate list of features from example parameter files) to include example directory.Use include directive in example Markdown file to add list of features, etc in synopsis file.
Add example to table and toc in
examples/index.md.Add files to
docs/Makefile.amCheck that all Markdown files have each sentence on its own single line.