Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tex format issue #98

Closed
wants to merge 24 commits into from
Closed

Conversation

phaustin
Copy link
Contributor

Lab 7 fixed, thanks -- here's Lab 8 with an couple of equations where nbsphinx succeeds and myst_nb fails

phaustin and others added 20 commits April 1, 2020 08:07
* added functionality of jupyter-cache
* writing tests to cover the all/most cases
* adding execution and cacheing documentation
* moved fixtures to conftest
The previous implementation fails when an existing notebook is changed with failing code
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
…s#107)

This commit move to markdown-it-py markdown parser implementation, concurrently with myst-parser. Additionally:

- Add notebook render tests
- Add simple solution for reporting correct cell index/line number:
  Report line number as <cell index>*10000 + <line number>. This is a simple solution to addresses executablebooks#71, that doesn't require any complex overrides of the sphinx reporting machinery.
- Make tests use the actual sphinx Application
- Re-write validation of which docs to execute/cache:
  Rather than having a global variable, we save the exclude paths in the sphinx env and use a seperate function `is_valid_exec_file`. Also added tests
@phaustin phaustin closed this Apr 1, 2020
@phaustin phaustin deleted the tex_format branch April 1, 2020 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants