You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cartodb/doc/manual
Alejandro Guirao 7bbcb29794
Replace reference to carto.com/attributions by carto.com/about-carto/
4 years ago
..
source Replace reference to carto.com/attributions by carto.com/about-carto/ 4 years ago
Makefile manual first version 9 years ago
README.md Full visualization export documentation #7057 9 years ago
make.bat manual first version 9 years ago

README.md

platform docs

How to generate

pip install Sphinx
pip install sphinx_rtd_theme

If previous commands trigger Permission denied error try with sudo.

make html

How to contribute

Documentation uses Sphinx, an easy way to create structured documentation based on rst. Start with this tutorial

Why not markdown?

markdown is nice but rst has the same features, it's really similar but allow to have cross references. It also allow to use Sphinx which create TOC, generate different formats (pdf, epub) and allow to change themes.