theochem / gbasis

Python library for analytical evaluation and integration of Gaussian-type basis functions and related quantities.
http://gbasis.qcdevs.org/
GNU Lesser General Public License v3.0
40 stars 22 forks source link

Website #184

Closed RichRick1 closed 6 months ago

RichRick1 commented 6 months ago

Add tutorials to the website

Alongside:

leila-pujal commented 6 months ago

Thanks a lot @RichRick1. Out of curiosity, why do you need to create a soft link to the tutorial folder? is just to have it at the same folder level?

The tests don't pass because of IOData. I am gonna merge this regardless of that and open a new PR to fix it.

RichRick1 commented 6 months ago

Thanks for the review @leila-pujal ! Exactly! We need to create a soft link because when we build the website using jb build website the Jupyter book only sees files inside the website folder. So instead of copying the entire folder examples/tutorial inside the website folder, it's just faster to create a soft link.

leila-pujal commented 6 months ago

Thanks a lot for your work and fast answer @RichRick1. I'll merge this and take care of IOData on github actions.