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

https://github.com/mfschubert/fmmax-notes


https://github.com/mfschubert/fmmax-notes

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# fmmax-notes

View the docs at [https://mfschubert.github.io/fmmax-notes/index.html](https://mfschubert.github.io/fmmax-notes/index.html).

To build the docs locally, clone this repository and install its dependencies.

```
pip install -e .
```

Then, you can build docs via

```
jb build docs
```