apluslms / a-plus-rst-tools

Tools to publish RST course content for mooc-grader and a-plus. Should be cloned as a course submodule.
MIT License
6 stars 24 forks source link

Chapter links are compiled incorrectly if the course has a subdirectory above the module directories #146

Open markkuriekkinen opened 2 years ago

markkuriekkinen commented 2 years ago

Course directory structure:

mycourse/
|-- _content
   |-- module01
   |-- module02

Usually, the module directories are directly in the root of the course repository.

Links from chapter to another chapter are broken in the above course structure.