probmods / probmods2

probmods 2: electric boogaloo
https://probmods.org/v2
301 stars 76 forks source link

fix exercise solution links #72

Closed benpeloquin7 closed 6 years ago

benpeloquin7 commented 6 years ago

@hawkrobe @ngoodman Exercise pages are linking to the conditioning exercises.

screen shot 2018-09-30 at 3 38 01 pm

This has to do with default behavior in chapter layouts. Fix should just check if .md file is a chapter or exercise.

hawkrobe commented 6 years ago

Hmmm, just tested locally and this had the peculiar property of linking all the exercises not the next chapter but to a hidden chapter on non-parametric models. I think the issue is that you're not checking whether the current file is chapter or exercise, but checking whether the next one is?

benpeloquin7 commented 6 years ago

@hawkrobe weird - how are you testing locally?

hawkrobe commented 6 years ago

the probmods readme here is all about setting up for testing locally!

benpeloquin7 commented 6 years ago

great, thanks. that'll make it much more straightforward ;)

benpeloquin7 commented 6 years ago

@hawkrobe, @ngoodman I've just removed the Next Chapter link from exercises which seems fine to me. It's not going to make navigating to the next chapter any harder. Looks fine when I test locally.

hawkrobe commented 6 years ago

sounds like a great solution to me!