amsharifian / dandelion-tutorial

Complete tutorial for Dandelion framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building Docs

sudo pip install -r requirements.txt
make html

Look in the _build/html directory for output. You can also run

python -m SimpleHTTPServer

To get a proper locally-hosted version.

If you want to generate a pdf version, you will additionally need:

wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
tar -xvf install-tl-unx.tar.gz
cd install-tl*
sudo ./install-tl

Follow the prompts, add the suggested path to your .bashrc.

About

Complete tutorial for Dandelion framework

License:MIT License


Languages

Language:Python 51.3%Language:Shell 35.7%Language:Batchfile 7.2%Language:Makefile 5.8%