Skip to content

Contributing

Jeanne Joachim edited this page Mar 12, 2021 · 12 revisions

Check the utils folder for additional cases, scripts, geo files and meshes.

Wiki

Edition with Markdown wiki: Markdown Cheatsheet and Synthax guidance.

Images

Add in the git project:

  1. Clone the wiki git project locally:

        git clone https://github.com/lethe-cfd/lethe.wiki.git
    
    • NB: if previously cloned, go to lethe.wiki folder and pull: git pull
  2. Navigate to lethe.wiki/images and create a sub-folder to organize the images (ex/ myPage)

  3. Copy/paste the images in the new subfolder (ex/ myFolder)

  4. Add it to the git project:

        git add images/myFolder/*
        git commit -m "added images for page myPage"
        git push
    

Use the image in a wiki page with the html code (allow to define the width in pixel):

   <img src="./images/myFolder/image.png" width="800">

Table of content

Equations

Special characters in the text: &alpha; gives α

Clone this wiki locally