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 (
pinax / docs
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
Makefile | Thu Aug 21 22:15:04 -0700 2008 | |
| |
README | Mon Apr 06 10:13:08 -0700 2009 | |
| |
build_docs.sh | ||
| |
conf.py | ||
| |
customization.txt | ||
| |
dependencies.txt | ||
| |
deployment.txt | ||
| |
developers.txt | Sun Apr 05 16:06:23 -0700 2009 | |
| |
external/ | Mon Jan 26 02:34:03 -0800 2009 | |
| |
external_apps.txt | Mon Jan 26 02:34:03 -0800 2009 | |
| |
index.txt | ||
| |
install.txt | ||
| |
intro.txt | Mon Apr 06 08:27:51 -0700 2009 | |
| |
media.txt | ||
| |
releases/ | Sun Apr 05 15:55:40 -0700 2009 | |
| |
settings.txt | ||
| |
tabs.txt | Mon Mar 30 15:09:58 -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.








