Chris Sewell
Chris Sewell
Heya, as already mentioned by @rowanc1 (https://github.com/executablebooks/meta/issues/838#issuecomment-1271868456), we have already discussed strategic documentation in the team meeting (https://github.com/executablebooks/meta/issues/831#issuecomment-1271168683) For this there is https://github.com/executablebooks/myst-eps, since such pages of high-level policy need...
Heya, firstly this looks great, theres some really awesome stuff here, but... > Agreed that a blog post is a good idea so that we can signal the intentions of...
(also another feature that I just thought of, that sphinx/jupyterbook offers but does not appear here, is multilingual support)
Thanks for your thoughts @choldgraf > Jupyter Book focuses on multi-page books or documentation ... > MyST JS focuses on single-document articles ... Yep sounds good, and indeed perhaps something...
Yes thanks @rowanc1, I think the thoughts from the team on what a strategy looks like for moving forward with both Python and JavaScript, will be very helpful going forward,...
Heya @echarles et al On the topic of parsers, I have some thoughts I’d like to share that I feel are somewhat programming language agnostic, and obviously came up in...
See the last para in https://myst-nb.readthedocs.io/en/latest/develop/contributing.html#code-style and https://myst-parser.readthedocs.io/en/latest/develop/contributing.html#code-style, and https://jupyter-cache.readthedocs.io/en/latest/develop/contributing.html#code-style 😄 I used to use the numpydoc format, but with the introduction of type annotations, having the type in the...
FYI you can use https://docs.codecov.io/docs/codecovyml-reference, e.g. I added one to https://github.com/executablebooks/sphinx-tabs/blob/master/codecov.yml
Coverage % is obviously a bit subjective, but ideally I guess > 90% is ideal and 80% ok currently: markdown-it-py: 95% myst-parser: 91% myst-nb: 85% jupyter-cache: 81% jupyter-book: 82% ...
In myst-parser, I have now added: ```yaml coverage: status: project: default: target: 90% threshold: 0.5% patch: default: target: 85% threshold: 0.5% ```