Skip to content
PhiSpel edited this page Apr 15, 2021 · 21 revisions

Welcome to the Modellbildung-und-Simulation wiki!

Schreibkonventionen

  • "Differential" mit t statt mit z
  • Punkt als Dezimaltrennzeichen im Fließtext, da es so einheitlich mit dem Matlab-Code ist.
  • Der Leser wird über "Sie" (possessiv "Ihr"), als Einzelperson, angesprochen

File-naming conventions

  • Numbering starts at 00_ for chapters and exercises.
  • Chapters are ordered in folders in /content.
  • Exercises are ordered in the folder with the corresponding topic in .md or .ipynb files.
  • Titles of chapters must be titles in the first file within the folder, e.g. # Interpolation und Approximation in 05_interp_approx/00_interpolation_Und_approximation.md. Same goes for titles of sections and subsections, e.g. Skripte und Funktionen in 00_einleitung/02_first_steps/02_skripte_und_funktionen.ipynb.

Also keep in mind the conventions from JupyterBooks:

  • Each sub-folder must have at least one content file inside it
  • The ordering of files in _toc.yml will depend on the alphanumeric order of the filenames (e.g., folder_01 comes before folder_02, and apage comes before b_page)
  • If there is a file called index.md in any folder, it will be listed first.
Clone this wiki locally