symengine / symengine.github.io

Docs for SymEngine
https://symengine.github.io
Creative Commons Attribution 4.0 International
1 stars 2 forks source link

In another terminal, you can and should set up a file-watching task with a server to visualize the completed docs.

+begin_src bash

sphinx-autobuild docs public

+end_src

In case you have cloned the repo for the first time, and are modifying an existing tutorial, note that the ~ipynb~ files need to be created.

+begin_src bash

cd docs/ conda run "jupytext --to ipynb firststeps.md"

+end_src