Skip to content

awvwgk/daresbury

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DFTB+ school in Daresbury

This repository contains the material for the session on extended tight-binding for the DFTB+ school in Daresbury, made available in the public domain (Unlicense). It is highly appreciated if you credit this work if you reuse it for whatever purpose, but not required.

Building the pages

If you do not have a conda environment get a mambaforge installer. Create a new environment using

mamba env create -n sphinx -f environment.yml
mamba activate sphinx

Now you can compile the pages with

sphinx-build pages _doc

You can view the pages by starting a webserver with

python3 -m http.server -d _doc

Visit the shown URL to inspect the pages.