italia / daf-docs

Documentation for the Data & Analytics Framework (DAF)

Home Page:https://docs.italia.it/italia/daf/daf-docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DAF-DOC

Welcome to the official documentation of the DAF project. The documentation is made using readthedocs.io.

Local Setup

To run the server on you local machine you need have a working python interpreter or you can use Anaconda.

Anaconda Environment Setup

$ conda create --name=daf-doc

$ source activate daf-doc

$ pip install sphinx sphinx-autobuild

Run the website locally

To run the website locally

$ sphinx-autobuild . _build/html

About

Documentation for the Data & Analytics Framework (DAF)

https://docs.italia.it/italia/daf/daf-docs/

License:Creative Commons Attribution Share Alike 4.0 International


Languages

Language:Python 60.2%Language:Makefile 39.8%