-
Notifications
You must be signed in to change notification settings - Fork 132
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
Include notebooks from outside the root directory #170
Comments
At the moment, I am using a workaround in my conf.py.
... this works, but does not seem quite right. |
This is not directly supported in As an alternative, you can try https://github.com/vidartf/nbsphinx-include My favorite option is indeed moving the notebooks to the If you have another idea how to handle this, I'm open for suggestions! |
Thank you. |
* Closes #7 * Closes #32 * Closes #70 * Closes #72 * docs: reorganise notebooks into workflow steps * docs: add previous/next buttons on top as well * chore: remove dalitz fit script * docs: rewrite workflow notebooks * docs: fix cross-references * docs: add download buttons for each notebook * docs: set correct notebook cell types * docs: switch to nbsphinx instead of nbconvert Examples had to be moved and but are kept in the main directory with a symlink spatialaudio/nbsphinx#170 * docs: add copy button * docs: add trick to execute cells on local build * docs: add download buttons for each notebook * docs: reduce bins in Dalitz plot * docs: do not copy rst source files to build * build: fix setup install_requires * docs: remove copyright from website * docs: fix links to download notebook * docs: fix square value in Dalitz plots * docs: fix nbsphinx_execute switch * docs: move examples back to main directory * docs: rename examples to usage * docs: change maintainer email * docs: fix latex rendering \gamma * docs: add more API links and wrap notebook cells * docs: correct typos Implement suggestions from #74 * docs: implement new description expert system Implement suggestion from #74 * docs: fix typo
Hello @Olllom , @kolibril13. At the present day you still recommend copying the files? |
Currently, I am mostly using JupyterLite builds to publish my notebooks. |
I have a directory tree like
Is there a straightforward way to include the example notebooks into the toctree of my index.rst without copying them over to docs?
The text was updated successfully, but these errors were encountered: