add note about developing docs - #3480
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3480 +/- ##
==========================================
+ Coverage 91.67% 91.68% +0.01%
==========================================
Files 38 38
Lines 32188 32232 +44
Branches 5151 5153 +2
==========================================
+ Hits 29509 29553 +44
Misses 2346 2346
Partials 333 333
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
I don't have a better workflow, no. I tend to develop the code in a notebook and then simply paste into the markdown file, and debug by running jupyterbook locally. In https://tskit.dev/tutorials/intro.html we suggest running in a local notebook, but this is just done by copying the code examples from each jupyterbook cell and pasting into a new notebook cell, which is not ideal |
|
Start using Positron and you can send code to session from any text file:) |
|
This is minor, and @hyanwong looked at it; I"m merging. |
Documenting how to get the .md files as .ipynb files, for development.
@hyanwong - do you have a better workflow than this?