File: README.md

package info (click to toggle)
python-django-treebeard 4.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 988 kB
  • sloc: python: 5,317; javascript: 258; makefile: 180; sh: 6
file content (23 lines) | stat: -rw-r--r-- 518 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
This is the documentation source for django-treebeard.
You can read the documentation on:

http://django-treebeard.readthedocs.io/en/latest/

Or create the documentation yourself by compiling the ReStructured Text files:

If you want to build the docs you'll need the graphviz tool, if you are using a Mac and Brew
you can install it like this:

$ brew install graphviz

Then you'll need at least Django and Sphinx:

$ pip install Django
$ pip install Sphinx

To build the docs run:

```bash
$ cd docs/
$ make html
```