Online docs for CCP
Go to file
Alfredo Oliviero f777511fbf methods develpment 2024-10-10 18:00:47 +02:00
source methods develpment 2024-10-10 18:00:47 +02:00
.gitignore gitignore 2024-10-10 17:22:34 +02:00
LICENSE Initial commit 2023-05-03 09:53:35 +02:00
Makefile first share 2023-05-03 10:00:30 +02:00
README.md updated README with pip requirements and make instructions 2024-07-10 17:06:41 +02:00
make.bat first share 2023-05-03 10:00:30 +02:00
requirements.txt reorganized as md, started with use cases 2024-07-23 19:24:04 +02:00

README.md

ccp.docs

Online docs for CCP

prerequisites:

  • (optionally) create a virtualenv
python -m venv venv
. ./venv/bin/activate
pip install --upgrade pip

install Sphinx

install pip requirements pip install -r requirements.txt

compile

if using a venv, activate it

. ./venv/bin/activate

then

windows

make.bat html

unix/macOs

make html