hytest-org / hytest

https://hytest-org.github.io/hytest/
22 stars 10 forks source link

add md version of non-Nebari helpers #290

Closed amsnyder closed 1 year ago

amsnyder commented 1 year ago

Fix for execution issue mentioned in #286.

I didn't make these md files appear executed, but I think that's probably fine for these notebooks.

gzt5142 commented 1 year ago

We should talk about naming before committing this.

Here's why:

When building, the compiler will warn that it found two filenames of the same root name with different prefix. To avoid the warning and to ensure that the correct file gets compiled, the basename should be different.

In my opinion, we could easily hide these in a sub-folder (and keep the names they have) to both avoid this compiler problem and to reduce the confusion in the repo.

amsnyder commented 1 year ago

I've pushed them into a sub-folder! Let me know if you think this is ready to merge - or we can wait until we talk on Monday if you want to discuss the formatting.

gzt5142 commented 1 year ago

Good News....

I was mistaken when I said there was not a way to force a notebook into the book without executing it. I have a way to do that now that I didn't know before.... It involves touching the _config.yml (in addition to the _toc.yml), but we wouldn't have to make these ghost documents.