https://github.com/mfschubert/fmmax-notes
https://github.com/mfschubert/fmmax-notes
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mfschubert/fmmax-notes
- Owner: mfschubert
- License: mit
- Created: 2024-03-22T18:56:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T22:12:38.000Z (over 2 years ago)
- Last Synced: 2025-02-15T12:47:46.079Z (over 1 year ago)
- Homepage: https://mfschubert.github.io/fmmax-notes/
- Size: 8.79 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```