librascal
librascal copied to clipboard
Improve Visibility of Tutorials Folder
Tutorials are currently housed in docs/source/tutorials because nbsphinx will not include them unless they are housed in the current folder. This raises a few questions:
Do we want our user-interactive tutorials and static, pre-compiled tutorials to be one in the same? If so, how can we link the notebooks between a more user-visible folder? If not, point is moot.
Current issues include benchmark tutorial (c++ based, needs to be compiled, #202 ), which cannot be housed in docs/source/tutorials for the compiler to locate it.
Thoughts?
Related to #202, with the caveat that this issue is about users tutorials, and #202 is about developers tutorials / doc
Current issues include benchmark tutorial (c++ based, needs to be compiled, #202 ), which cannot be housed in docs/source/tutorials for the compiler to locate it.
This can be made to work pretty easily if needed.
Current issues include benchmark tutorial (c++ based, needs to be compiled, #202 ), which cannot be housed in docs/source/tutorials for the compiler to locate it.
This can be made to work pretty easily if needed.
sorry my bad, thought this is not possible