Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
tools:project_reproducibility_guides_with_gh-pages [2025/08/18 10:41] – [Creating a Reproducibility Guide using Github Pages] will | tools:project_reproducibility_guides_with_gh-pages [2025/08/18 10:44] (current) – [Step 4. doc/index.md] will | ||
---|---|---|---|
Line 41: | Line 41: | ||
This file includes all of the text, links, etc. that you want to include on your Project Page! The text you write should comply to and will follow the formatting of Markdown syntax: https:// | This file includes all of the text, links, etc. that you want to include on your Project Page! The text you write should comply to and will follow the formatting of Markdown syntax: https:// | ||
+ | Here's a contrived example | ||
+ | < | ||
+ | # My Project | ||
+ | This project **does amazing things**. Use it like | ||
+ | ```bash | ||
+ | ./ | ||
+ | ./ | ||
+ | ``` | ||
+ | |||
+ | > [!NOTE] | ||
+ | > Watch out for this made up statistical //edge case// | ||
+ | </ | ||
===== Step 5. commit changes ===== | ===== Step 5. commit changes ===== | ||