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

Tag
1.5
1
2
3
4
5
6
7
8
#!/bin/sh

DOC_OUTPUTDIR=.
cd $DOC_OUTPUTDIR
#rm -f $DOC_OUTPUTDIR/*
make clean
HTMLDIR=$DOC_OUTPUTDIR make -e html
rm -rf _build