This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 61c43047939cb8185dbb4368408a3eb8e2ae3d44
tree 4e59fe081930bc9cfc8f5ca543bd4d2c65df5008
parent 33bc006b7a02d3433b585d1c544b382c804a9b92
tree 4e59fe081930bc9cfc8f5ca543bd4d2c65df5008
parent 33bc006b7a02d3433b585d1c544b382c804a9b92
pinax / docs
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
Makefile | Fri Jul 31 09:14:17 -0700 2009 | |
| |
README | Mon Apr 06 10:13:08 -0700 2009 | |
| |
_images/ | ||
| |
build_docs.sh | Fri Jul 31 09:14:17 -0700 2009 | |
| |
buildout.txt | Sun Jul 12 10:55:32 -0700 2009 | |
| |
conf.py | Fri Sep 11 12:17:27 -0700 2009 | |
| |
contributing.txt | ||
| |
customization.txt | Sun Aug 23 11:41:52 -0700 2009 | |
| |
dependencies.txt | Sat Aug 22 04:30:50 -0700 2009 | |
| |
deployment.txt | ||
| |
external/ | Mon Jan 26 02:34:03 -0800 2009 | |
| |
external_apps.txt | Mon Jan 26 02:34:03 -0800 2009 | |
| |
faq.txt | ||
| |
groups.txt | ||
| |
index.txt | ||
| |
install.txt | ||
| |
intro.txt | Sat Sep 12 19:05:23 -0700 2009 | |
| |
media.txt | Sat Sep 12 17:32:34 -0700 2009 | |
| |
pil.txt | Wed Sep 02 22:32:51 -0700 2009 | |
| |
releases/ | Sun Apr 05 15:55:40 -0700 2009 | |
| |
settings.txt | Mon Aug 24 04:35:15 -0700 2009 | |
| |
tabs.txt | Sat Sep 12 16:00:48 -0700 2009 |
docs/README
Building documentation
======================
To build the documentation (from root of source tree)::
cd docs/
bash build_docs.sh
This will create ``external/repos`` where it will checkout external
repositories. It will create symlinks in ``external/`` pointing to the docs
directories. This allows Sphinx to properly reference external documentation.
Running ``build_docs.sh`` more than once is okay. It cleans up any previous
runs.
@@@ Don't do full checkouts on each run of ``build_docs.sh``.
Building documentation on pinaxproject.com
==========================================
This section only applies to individuals wanting to build documentation on
pinaxproject.com. To build the documentation (assuming working directory is
``/home/pinax``)::
cd docs_build/pinax-master
git pull
cd docs/
bash build_docs.sh
While ``build_docs.sh`` is running the online documentation goes down. Ideally
we build in support to show a page indicating the rebuild while running.








