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

https://github.com/elevans/elevans-kb

This repository will host information (a knowledge base) on how to do things that I've figured out.
https://github.com/elevans/elevans-kb

Last synced: 5 months ago
JSON representation

This repository will host information (a knowledge base) on how to do things that I've figured out.

Awesome Lists containing this project

README

          

# elevans-kb
This repository hosts information (a knowledge base) on how to do things that I've figured out.

To build the docs, pull this repository and construct a conda/mamba environment using the `environment.yml` file in this repository.

```bash
$ mamba env create -f environment.yml -n docs
```

Then navigate the `docs` folder and build the docs with:

```bash
$ make clean html
```

You can view the knowledge base by opening `index.html` in a web browser.