jhudsl / ottrpal

Tools for converting OTTR courses into Leanpub or Coursera courses :otter:
https://jhudatascience.org/ottrpal/
GNU General Public License v3.0
3 stars 1 forks source link

Reorganize the files and functions here #144

Closed cansavvy closed 3 days ago

cansavvy commented 3 days ago

Purpose/implementation Section

What changes are being implemented in this Pull Request?

Goals for this PR:

  1. Reorganize the files so we can find stuff
  2. Delete stuff we don't use anymore (keep an eye on the tests)
  3. Rename functions that need names that are more up to date to what they do now.

What was your approach?

Gonna start moving things and deleting things while keeping an eye on the tests run here.

bookdown_to_book_txt() -> course_to_book_txt() bookdown_to_embed_leanpub() -> website_to_embed_leanpub() bookdown_path() -> course_path() bookdown_destination() -> course_destination() bookdown_rmd_files() -> qrmd_files()

Other items have just been straight up deleted because we don't use them! I also added some quarto functionality here and there to make sure things move smoothly!

What GitHub issue does your pull request address?

First of many for #137

Tell potential reviewers what kind of feedback you are soliciting.