Online docs for CCP
Go to file
Alfredo Oliviero 7a4e854756 rebuild of source with new config 2024-07-10 17:13:16 +02:00
build rebuild of source with new config 2024-07-10 17:13:16 +02:00
source support for markdown 2024-07-10 17:10:47 +02:00
.gitignore gitignore 2024-07-10 17:10:24 +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 support for markdown 2024-07-10 17:10:47 +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