1
0
Fork 0
Go to file
2024-06-14 09:37:41 -06:00
docs one parrot 2024-06-14 09:37:41 -06:00
scripts scriptlet to generate python.rst 2024-06-13 16:11:17 -06:00
src Update src to sndid v0.5.0 2024-06-13 15:16:05 -06:00
.gitignore Ignore files 2024-06-10 14:53:35 -06:00
.gitmodules Add sndid source as submodule 2024-06-10 15:15:29 -06:00
CHANGELOG.txt v0.5.0 2024-06-13 15:37:55 -06:00
LICENSE-apache.txt Code under Apache 2.0 2024-06-10 14:53:24 -06:00
LICENSE-CC.txt Docs under CC by SA 4.0 International 2024-06-10 14:53:11 -06:00
Makefile Makefile to build docs with sphinx 2024-06-10 14:55:20 -06:00
pyproject.toml Working draft build 2024-06-10 15:03:46 -06:00
README.md sndid-docs 2024-06-10 14:52:33 -06:00

sndid

sndid, AI sound identification documentation.

Build

Note this is to build the documentation for sndid, not sndid itself.

Build thusly. Adjust Python setup to suit to taste.

This builds the docs:

git clone --recursive https://spacecruft.org/deepcrayon/sndid-docs
cd sndid-docs/
virtualenv venv
source venv/bin/activate
pip install -U setuptools pip wheel
pip install -e .
make all

License

CC by SA 4.0 International.

Copyright © 2024, Jeff Moe.