This is a collection of students' projects, showcasing their work in progress (bugs, artifacts, and anything that is scrappy and unfinished).
Follow these steps to add your screenshots to the showoff website:
-
Clone the fork
git clone <your-fork-url> cd pretty-bugs
-
Change the main documentation file Edit
pretty-bugs/docs/source/index.md
-
Write a description of your image Add a section describing what your screenshot shows
-
Add your image Place your image file in
pretty-bugs/docs/source/_static/
-
Link the image in the documentation Add the image to
index.md
using this syntax:
-
Commit and push your changes
git add . git commit -m "Add my screenshot and description" git push