Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.89 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.89 KB

How to navigate this directory

Every folder inside fdm-devito-notebooks refers to a section of the book. The chapters are labelled numerically and the appendices are labelled alphabetically.

The folder for each section contains the Jupyter notebooks (.ipynb files) for that section, a readme to explain which notebooks correspond to which chapters of the original book section, and some subdirectories. The most important of these subdirectories are:

  • exer-<section>: the Python code for that section's exercises
  • fig-<section>: the images displayed in that section
  • mov-<section>: the videos displayed in that section
  • src-<section>: the Python code that makes up that section's tutorials (including tests)

As there are occasionally issues with the rendering of Jupyter notebooks on GitHub, you can view these notebooks using NBViewer here.

Information for contributors

A Jupyter notebook is considered 'complete' when the following is true:

  • The Python code segments have been correctly re-implemented using Devito - i.e., the tests still pass. (For more on testing, see here)
  • The following are all correctly formatted and, if applicable, link to the correct file:
    • LaTeX symbols
    • Images
    • Videos
    • Websites
    • Links to Python files
    • References to other sections of the book (either within the same notebook or to other .ipynb files)

For information on how to make sure your notebook is correctly formatted, see the wiki for this repository. To compare your notebook with the original book pdf, click here.