MolSSI / QCFractal

A distributed compute and database platform for quantum chemistry.
https://molssi.github.io/QCFractal/
BSD 3-Clause "New" or "Revised" License
143 stars 47 forks source link

add quickstart files #754

Closed janash closed 10 months ago

janash commented 10 months ago

Description

This PR adds a quickstart section and some quick start notebooks to the docs.

Quickstarts are added as jupyter notebooks. Jupyter notebooks are converted to html using MyST-NB.

You can see a preview of these docs here.

Note that for these to build correctly, repository secrets must be added and set as environment variables in the workflow. Here is how I did it for the sample docs.. The repository owner would have to handle this for the main docs. No real idea if this is the best way!

Status