Reorganize further reading and example repositories #193
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.