Skip to content
Draft
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/Tutorials/Tools_for_Reproducible_Research/.pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
nav:
- Version_Control.md
Comment on lines +1 to +3

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Shiver me timbers! Ye forgot the ... in yer .pages.yml navigation! Unless ye want all other pages in this category to walk the plank and never be rendered, ye best add the ellipsis. Or was hidin' the rest of the documentation part of yer master plan? Arrr!

---
nav:
 - Version_Control.md
 - ...
References
  1. If you do set page order manually, make sure you include the ... else some pages will not be rendered. (link)

23 changes: 23 additions & 0 deletions docs/Tutorials/Tools_for_Reproducible_Research/Version_Control.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
created_at: 2026-06-24
description: Tutorial for version control
status: tutorial
---
Comment on lines +1 to +8

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Ahoy, matey! Did ye think the search winds would magically blow readers to yer tutorial without any tags? The code-scroll of style clearly demands tags in the front-matter. I've added a placeholder for ye, unless ye prefer yer work to remain buried treasure forever.

Suggested change
---
created_at: 2026-06-24
description: Tutorial for version control
status: tutorial
---
---
created_at: 2026-06-24
description: Tutorial for version control
status: tutorial
tags: []
---
References
  1. Should at minimum contain: created, description, tags (link)


!!! time ""

!!! objectives
-

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

low

Arrr! An empty time box and a list of objectives with absolutely nothin' but a lonely dash? Are we plannin' to teach the crew how to stare into the empty abyss of the sea? Fill 'em in with some actual content or get rid of 'em until ye actually have somethin' to say, ye lazy sea dog!




<!-- potential sources of info
https://swcarpentry.github.io/git-novice/index.html
https://carpentries-incubator.github.io/gitlab-novice/
https://carpentries-incubator.github.io/reproducible-research-through-reusable-code-in-1-day/
https://carpentries-incubator.github.io/managing-computational-projects/23_Ensuring-reproducibility.html
https://carpentries-incubator.github.io/byte-sized-rse-git-intermediate/
https://carpentries-incubator.github.io/good-practices-lesson/
https://carpentries-incubator.github.io/collaborative-git-and-github-lesson/
https://carpentries-lab.github.io/good-enough-practices/06-track_changes.html
-->
Loading