mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Two new routes: * `GET /{_locale}/person/api/1.0/accompanying-course/{parcours_id}/show.json`: get a json representation for a course * `POST /{_locale}/person/api/1.0/accompanying-course/{parcours_id}/participation.json`: add a particitipation to course. Usage: `curl -v --cookie "PHPSESSID=fed98aa23e40cb36e630f84155aea3bb;" -X POST --data '{ "id": 481 }' http://localhost:8001/fr/person/api/1.0/accompanying-course/270/participation.json` Will add the person with id "481" to the course.
Chill documentation
Documentation of the Chill software.
The compiled documentation may be read at http://docs.chill.social
Compilation into HTML
To compile this documentation :
- Install sphinx-doc
$ virtualenv .venv # creation of the virtual env (only the first time) $ source .venv/bin/activate # activate the virtual env (.venv) $ pip install -r requirements.txt
- Install submodules : $ git submodule update --init;
- run
make html
from the root directory - The base file is located on build/html/index.html
$ cd build/html $ python -m http.server 8888 # will serve the site on the port 8888
Contribute
Issue tracker : https://git.framasoft.org/groups/Chill-project/issues
Licence
This documentation is available under the GNU Free Documentation Licence.
Languages
PHP
77.3%
Twig
10.4%
Vue
7.4%
JavaScript
3.1%
TypeScript
1%
Other
0.8%