2021-04-26 11:30:20 +02:00
2021-04-26 11:30:20 +02:00
2021-04-22 12:12:31 +02:00
2021-04-20 17:20:57 +02:00
2021-04-20 17:20:57 +02:00
2021-04-20 21:45:06 +02:00
2021-04-20 17:20:57 +02:00
2021-03-25 17:43:44 +01:00

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 :

  1. 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
    
  2. Install submodules : $ git submodule update --init;
  3. run make html from the root directory
  4. 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.

Description
Miroir de chill-bundles
Readme AGPL-3.0 58 MiB
Languages
PHP 77.3%
Twig 10.4%
Vue 7.4%
JavaScript 3.1%
TypeScript 1%
Other 0.8%