takluyver / bookbook

Tools to use a collection of notebooks as 'chapters'
MIT License
99 stars 24 forks source link

docs? #6

Open amueller opened 7 years ago

amueller commented 7 years ago

This looks amazing. Could you maybe write some docs? Maybe I overlooked them. What's the syntax for specifying links? Currently nbconvert doesn't even have links inside a single notebook, right?

willingc commented 7 years ago

@takluyver Cool! Happy to review/pitch in with docs.

ketch commented 7 years ago

I made an attempt to get this started with #8.

takluyver commented 7 years ago

The lack of docs here is kind of semi-deliberate - this is still a pretty rough and ready tool that I threw together for a need here at Southampton, and I don't want to raise expectations too much for people who come across it. There are unresolved questions about how to work with a collection of notebooks, and it's fairly brittle in the versions of nbconvert and pandoc it needs.

However, I'm happy that other people are looking into using it, and I'm not going to refuse docs if they appear.

takluyver commented 7 years ago

Currently nbconvert doesn't even have links inside a single notebook, right?

It didn't when I wrote bookbook, but we've since copied over part of bookbook's logic for converting the Markdown links within-notebook to Latex references.