Loading CONDUCT.md +5 −4 Original line number Diff line number Diff line Loading @@ -32,13 +32,14 @@ or other unprofessional conduct. Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. that are not aligned to our [Code of Conduct][coc]. Project maintainers who do not follow the Code of Conduct may be removed from the project team. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers. may be reported by following our [reporting guidelines][coc-reporting]. This Code of Conduct is adapted from the [Contributor Covenant][contrib-covenant] Version 1.0.0. - [Software and Data Carpentry Code of Conduct][coc] - [Code of Conduct Reporting Guide][coc-reporting] {% include links.md %} Makefile +4 −4 Original line number Diff line number Diff line Loading @@ -65,9 +65,9 @@ MARKDOWN_SRC = \ index.md \ CONDUCT.md \ setup.md \ $(wildcard _episodes/*.md) \ $(sort $(wildcard _episodes/*.md)) \ reference.md \ $(wildcard _extras/*.md) \ $(sort $(wildcard _extras/*.md)) \ LICENSE.md # Generated lesson files in the order they appear in the navigation menu. Loading @@ -75,9 +75,9 @@ HTML_DST = \ ${DST}/index.html \ ${DST}/conduct/index.html \ ${DST}/setup/index.html \ $(patsubst _episodes/%.md,${DST}/%/index.html,$(wildcard _episodes/*.md)) \ $(patsubst _episodes/%.md,${DST}/%/index.html,$(sort $(wildcard _episodes/*.md))) \ ${DST}/reference/index.html \ $(patsubst _extras/%.md,${DST}/%/index.html,$(wildcard _extras/*.md)) \ $(patsubst _extras/%.md,${DST}/%/index.html,$(sort $(wildcard _extras/*.md))) \ ${DST}/license/index.html ## lesson-md : convert Rmarkdown files to markdown Loading _includes/carpentries.html +2 −2 Original line number Diff line number Diff line Loading @@ -29,10 +29,10 @@ <br/> <div class="row"> <div class="col-md-2" align="center"> <a href="{{ site.lc_site }}"><img src="{{ page.root }}/assets/img/lc-icon-black.svg" alt="Library Carpentry logo" /></a> <a href="{{ site.lc_site }}"><img src="{{ page.root }}/assets/img/lc-icon-black.png" alt="Library Carpentry logo" /></a> </div> <div class="col-md-8"> Library Carpentry is made by librarians to help librarians <a href="{{ site.lc_site }}">Library Carpentry</a> is made by librarians to help librarians automate repetitive, boring, error-prone tasks; create, maintain and analyse sustainable and reusable data; work effectively with IT and systems colleagues; Loading _includes/episode_navbar.html +5 −5 Original line number Diff line number Diff line Loading @@ -2,8 +2,8 @@ Navigation bar for an episode. {% endcomment %} <div class="row"> <div class="col-md-1"> <h3> <div class="col-xs-1"> <h3 class="text-left"> {% if page.previous.url %} <a href="{{ page.root }}{{ page.previous.url }}"><span class="glyphicon glyphicon-menu-left" aria-hidden="true"></span><span class="sr-only">previous episode</span></a> {% else %} Loading @@ -11,13 +11,13 @@ {% endif %} </h3> </div> <div class="col-md-10"> <div class="col-xs-10"> {% if include.episode_navbar_title %} <h3 class="maintitle"><a href="{{ page.root }}/">{{ site.title }}</a></h3> {% endif %} </div> <div class="col-md-1"> <h3> <div class="col-xs-1"> <h3 class="text-right"> {% if page.next.url %} <a href="{{ page.root }}{{ page.next.url }}"><span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span><span class="sr-only">next episode</span></a> {% else %} Loading _includes/main_title.html +1 −1 Original line number Diff line number Diff line {% comment %} Main title for lesson pages. {% endcomment %} <h1 class="maintitle"><a href="{{ page.root }}/">{{ site.title }}</a>{% if page.title %}: {{ page.title }}{% endif %}</h1> <h1 class="maintitle"><a href="{{ page.root }}{% link index.md %}">{{ site.title }}</a>{% if page.title %}: {{ page.title }}{% endif %}</h1> Loading
CONDUCT.md +5 −4 Original line number Diff line number Diff line Loading @@ -32,13 +32,14 @@ or other unprofessional conduct. Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. that are not aligned to our [Code of Conduct][coc]. Project maintainers who do not follow the Code of Conduct may be removed from the project team. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers. may be reported by following our [reporting guidelines][coc-reporting]. This Code of Conduct is adapted from the [Contributor Covenant][contrib-covenant] Version 1.0.0. - [Software and Data Carpentry Code of Conduct][coc] - [Code of Conduct Reporting Guide][coc-reporting] {% include links.md %}
Makefile +4 −4 Original line number Diff line number Diff line Loading @@ -65,9 +65,9 @@ MARKDOWN_SRC = \ index.md \ CONDUCT.md \ setup.md \ $(wildcard _episodes/*.md) \ $(sort $(wildcard _episodes/*.md)) \ reference.md \ $(wildcard _extras/*.md) \ $(sort $(wildcard _extras/*.md)) \ LICENSE.md # Generated lesson files in the order they appear in the navigation menu. Loading @@ -75,9 +75,9 @@ HTML_DST = \ ${DST}/index.html \ ${DST}/conduct/index.html \ ${DST}/setup/index.html \ $(patsubst _episodes/%.md,${DST}/%/index.html,$(wildcard _episodes/*.md)) \ $(patsubst _episodes/%.md,${DST}/%/index.html,$(sort $(wildcard _episodes/*.md))) \ ${DST}/reference/index.html \ $(patsubst _extras/%.md,${DST}/%/index.html,$(wildcard _extras/*.md)) \ $(patsubst _extras/%.md,${DST}/%/index.html,$(sort $(wildcard _extras/*.md))) \ ${DST}/license/index.html ## lesson-md : convert Rmarkdown files to markdown Loading
_includes/carpentries.html +2 −2 Original line number Diff line number Diff line Loading @@ -29,10 +29,10 @@ <br/> <div class="row"> <div class="col-md-2" align="center"> <a href="{{ site.lc_site }}"><img src="{{ page.root }}/assets/img/lc-icon-black.svg" alt="Library Carpentry logo" /></a> <a href="{{ site.lc_site }}"><img src="{{ page.root }}/assets/img/lc-icon-black.png" alt="Library Carpentry logo" /></a> </div> <div class="col-md-8"> Library Carpentry is made by librarians to help librarians <a href="{{ site.lc_site }}">Library Carpentry</a> is made by librarians to help librarians automate repetitive, boring, error-prone tasks; create, maintain and analyse sustainable and reusable data; work effectively with IT and systems colleagues; Loading
_includes/episode_navbar.html +5 −5 Original line number Diff line number Diff line Loading @@ -2,8 +2,8 @@ Navigation bar for an episode. {% endcomment %} <div class="row"> <div class="col-md-1"> <h3> <div class="col-xs-1"> <h3 class="text-left"> {% if page.previous.url %} <a href="{{ page.root }}{{ page.previous.url }}"><span class="glyphicon glyphicon-menu-left" aria-hidden="true"></span><span class="sr-only">previous episode</span></a> {% else %} Loading @@ -11,13 +11,13 @@ {% endif %} </h3> </div> <div class="col-md-10"> <div class="col-xs-10"> {% if include.episode_navbar_title %} <h3 class="maintitle"><a href="{{ page.root }}/">{{ site.title }}</a></h3> {% endif %} </div> <div class="col-md-1"> <h3> <div class="col-xs-1"> <h3 class="text-right"> {% if page.next.url %} <a href="{{ page.root }}{{ page.next.url }}"><span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span><span class="sr-only">next episode</span></a> {% else %} Loading
_includes/main_title.html +1 −1 Original line number Diff line number Diff line {% comment %} Main title for lesson pages. {% endcomment %} <h1 class="maintitle"><a href="{{ page.root }}/">{{ site.title }}</a>{% if page.title %}: {{ page.title }}{% endif %}</h1> <h1 class="maintitle"><a href="{{ page.root }}{% link index.md %}">{{ site.title }}</a>{% if page.title %}: {{ page.title }}{% endif %}</h1>