Reorganize further reading and example repositories#193
Reorganize further reading and example repositories#193srerickson merged 3 commits intoLibraryCarpentry:mainfrom
Conversation
All entries now consist of a link to the repository, a description, and where applicable a list of related non-Git links (usually a rendering of the source code). This should make it easier to compare the Git-controlled source with the end product in each case. Relates to LibraryCarpentry#187.
I think the progression from a quick reference for Git, to manuals and tutorials for Git, to examples of Git being used in the wild, is more logical: that way, the scope broadens out the further down the page you go. Relates to LibraryCarpentry#187.
Thank you!Thank you for your pull request 😃 🤖 This automated message can help you check the rendered files in your submission for clarity. If you have any questions, please feel free to open an issue in {sandpaper}. If you have files that automatically render output (e.g. R Markdown), then you should check for the following:
Rendered Changes🔍 Inspect the changes: https://github.com/LibraryCarpentry/lc-git/compare/md-outputs..md-outputs-PR-193 The following changes were observed in the rendered markdown documents: What does this mean?If you have source files that require output and figures to be generated (e.g. R Markdown), then it is important to make sure the generated figures and output are reproducible. This output provides a way for you to inspect the output in a diff-friendly manner so that it's easy to see the changes that occur due to new software versions or randomisation. ⏱️ Updated at 2025-11-20 17:07:10 +0000 |
|
looks good to me! |
Auto-generated via `{sandpaper}`
Source : b0f1e9c
Branch : md-outputs
Author : GitHub Actions <actions@github.com>
Time : 2025-12-03 00:07:26 +0000
Message : markdown source builds
Auto-generated via `{sandpaper}`
Source : 8459fef
Branch : main
Author : Seth Erickson <seth@crude.computer>
Time : 2025-12-03 00:06:33 +0000
Message : Merge pull request #193 from alex-ball/patch-187
Reorganize further reading and example repositories
This PR addresses some of the issues with the resources listed in
learners/reference.md:It moves the diverse collection of git repositories to after the list of further reading into using git, as I think that makes a more logical progression.
It moves the Code4Lib 2008 slides to the further reading section (it is not an example of a GitHub repository);
It moves the Programming Historian collection of lessons to the Git repositories section (it is an example of a git repository and GitHub Pages site, but only one of its 117 lessons is further reading about Git).
Some of the git repositories are listed as bare links, with no hint of their library or lesson relevance apart from the name, and some of the links in the git repository section are links to rendered resources where you have to do some detective work to find the actual git repository where it is maintained. In this proposal, each GitHub (or GitLab) repository is presented in the following format:
I have not added or removed any resources, and I have left alone the question of whether the resources in each list could be placed in a better order.
Closes #187.