An open API service indexing awesome lists of open source software.

https://github.com/chazeon/vasp-docset

Tools to build a VASP docset
https://github.com/chazeon/vasp-docset

ab-initio dash-docset docset quantum-chemistry vasp

Last synced: about 2 months ago
JSON representation

Tools to build a VASP docset

Awesome Lists containing this project

README

          

# VASP Docset

[VASP](https://www.vasp.at/) (Vienna _ab initio_ simulation package) docset for [Dash](http://kapeli.com/dash/).

![](screenshot.png)

## How to scrape and build docset

First, install the required dependencies

```
python3 -m pip install -r requirements.txt
```

then run the scripts

```bash
mkdir -p vasp.docset/Contents/Resources/Documents
python3 scripts/scrape.py
python3 scripts/vaspdoc2set.py
```

## Prebuilt docset

[![Build docset](https://github.com/chazeon/vasp-docset/actions/workflows/build.yml/badge.svg)](https://github.com/chazeon/vasp-docset/actions/workflows/build.yml)

- Avaliable as [GitHub Action Artifact](https://github.com/chazeon/vasp-docset/actions/workflows/build.yml) (or via [direct link](https://nightly.link/chazeon/vasp-docset/workflows/build/master/vasp.tgz.zip)).

## Licence

- The code is licenced under the [MIT Licence](LICENCE).
- The original VASP document is licenced under [GNU Free Documentation License 1.2](https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt).