Skip to content

Releases: jhudsl/OTTR_Template

Spell check and borrowing chapters!

21 Dec 20:20
Compare
Choose a tag to compare

Wiki/Documentation updates

Template/style changes:

  • None

Github action changes:

  • Spell check prints out the results in a comment on the pull request
  • Docker image tag is fixed

Docker image updates:

  • jhudsl/cow now has cow::borrow_chapter() function

What's Changed

Full Changelog: 1.4...1.5

Release v1.4: New name - OTTR

18 Dec 01:18
4c2e8e9
Compare
Choose a tag to compare

New name: OTTR - Opensource Tools for Training Resources

Template/style changes:

  • Issue with big-image.html was fixed.

Github action changes:

  • Minor fixes to spell check

Docker image updates:

  • jhudsl/cow: Course Organizer and Wrangler now added to the Docker image

What's Changed

Full Changelog: 1.3...1.4

v1.3

08 Dec 14:30
739b342
Compare
Choose a tag to compare

Wiki/Documentation updates

Template/style changes:

  • Style-sets are now in effect

Github action changes:

  • Fix the fact that GAScript.html should not be in the _output.yml file when transfered to Leanpub
  • There's a method of testing sync PRs
  • docs/ folder is deleted before refreshing in render-bookdown.yml. This should make things cleaner: #333
  • More files you don't need in new courses are deleted in starting-course.yml
  • Render preview will tell you if no changes have occurred in the rendering

Docker image updates:

  • None

Detailed PR list:

Full Changelog: 1.2.1...1.3

v1.2.1

03 Nov 16:01
Compare
Choose a tag to compare

A docx version of the course is automatically created and uploaded to docs/! But note that the sync PR will not include an add to the index.Rmd that you will need to make this work.
Add this to the end of your index.Rmd if you would like a docx created:

output:
    bookdown::word_document2:
      toc: true
---

Wiki/Documentation updates

Template/style changes:

  • A Credit table formatting fix: #294

Github action changes:

  • A docx version of the course is uploaded and linked to in the render preview comment.

Docker image updates:

  • None

v1.2

03 Nov 15:49
Compare
Choose a tag to compare

A docx version of the course is automatically created and uploaded to docs/!

Wiki/Documentation updates

Template/style changes:

  • A Credit table formatting fix: #294

Github action changes:

  • A docx version of the course is uploaded and linked to in the render preview comment.

Docker image updates:

  • None

v1.1

30 Sep 18:49
44f975e
Compare
Choose a tag to compare

Wiki/Documentation updates

Template/style changes:

  • None

Github action changes:

  • render-bookdown.yml was re-added to the files to get updates about (in sync.yml).
  • An automatic issue about adding one's repository to sync.yml has been added to starting-a-new-course.yml
  • issue templates have been added to the sync.yml
  • Issue templates for each course have been added so individuals can file ideas and problems

Docker image updates:

  • None

v1.0

29 Sep 13:02
Compare
Choose a tag to compare

Wiki/Documentation updates

Template/style changes:

  • The About.Rmd file now has the title of the course
  • The about authors section is not numbered
  • Removed the session info header since it will not have the typically headings

Github action changes:

  • A delay has been added to delete-preview.yml so that it properly deletes preview branches that may not be done processing

Docker image updates:

  • None

Pre-release of Template

27 Sep 18:01
Compare
Choose a tag to compare
Pre-release

This is a first "release". There are a few more issues to be addressed before we call this version 1.0 but this allows us to check the releasing system.

Template/style changes:

  • References.Rmd is a new file where all references are printed out. (Note it is added to the _bookdown.yml file).
  • About.Rmd contains a template credit table that guides you through how to write credits.

Github action changes:

  • render-preview.yml This Github action will create a preview branch upon opening a pull request and will update a comment on the PR that will bring you to a preview of what your changes make the Bookdown and Coursera versions of the course will look like. (Note that this does not include any Docker changes)
  • delete-preview.yml deletes the preview branch created by render-preview.yml after the pull request is closed.
  • transfer-rendered-files.yml will not transfer the docs/coursera folder files to the `_Leanpub repository.

Docker image updates:

  • Bookdown has been updated 0.20 to 0.24
  • vim has been added.