Website
Last updated
Last updated
This website is built using , a modern website generator.
See for instructions on how to get a notebook in the notebook
directory rendered on the website.
To build and test documentation locally, first install . For example,
Then, install the required packages by running the following commands:
You also need to install quarto. Please click on the Pre-release
tab from to download the latest version of quarto
and install it. Ensure that the quarto
version is 1.5.23
or higher.
Finally, run the following commands to build and serve the documentation:
The last command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
To build and test documentation using devcontainer, open the project using , press Ctrl+Shift+P
and select Dev Containers: Reopen in Container
.
This will open the project in a devcontainer with all the required dependencies installed.
Open a terminal and run the following command to build and serve the documentation:
Once done you should be able to access the documentation at http://localhost:3000/
.