Gustavo Picon is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

tabo / django-treebeard

Efficient tree implementations for Django 1.0+ :: https://tabo.pe/projects/django-treebeard/

Clone this repository (size: 646.5 KB): HTTPS / SSH
hg clone https://bitbucket.org/tabo/django-treebeard
hg clone ssh://hg@bitbucket.org/tabo/django-treebeard

django-treebeard / docs / build.sh

1
2
3
4
5
6
#!/bin/sh

DOC_OUTPUTDIR=../../docs
rm -f $DOC_OUTPUTDIR/*
rm -rf $DOC_OUTPUTDIR/_static/* $DOC_OUTPUTDIR/_sources/*
HTMLDIR=$DOC_OUTPUTDIR make -e html