-
Notifications
You must be signed in to change notification settings - Fork 69
ENH: Add notebook documentation with nbsphinx
extension
#213
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
Conversation
@thewtex The CI documentation build check succeeds when the |
@tbirdso excellent! Due to the |
@thewtex Do we need additional checks if we are intending to build documentation on Windows and macOS? Current documentation checks cover Ubuntu 18.04 only.
|
Windows and macOS CI documentation builds would be good.
The content of
If this is easy enough, we could add a check for the availability of the executable with CMake |
@thewtex I've tested disabling
Is there another way to conditionally link blocks in . |
Yes, let's do this instead. |
@tbirdso could this please be rebased on master for updated CI? |
nbsphinx
extensionnbsphinx
extension
@thewtex It seems like
We can take a look at |
Add Jupyter Notebook printouts to Sphinx documentation. Resolves Issue 204.