1.1 --- a/docs/index.txt Sat Mar 06 19:13:57 2010 +0100
1.2 +++ b/docs/index.txt Sat Mar 06 19:40:05 2010 +0100
1.3 @@ -17,15 +17,7 @@
1.4 bootstrap
1.5 config
1.6 ssh
1.7 -
1.8 -API
1.9 ----------
1.10 -
1.11 -.. toctree::
1.12 - :maxdepth: 2
1.13 - :glob:
1.14 -
1.15 - modules/*
1.16 + modules/index
1.17
1.18 Indices and tables
1.19 ==================
2.1 --- a/docs/modules/hgapp.apps.txt Sat Mar 06 19:13:57 2010 +0100
2.2 +++ b/docs/modules/hgapp.apps.txt Sat Mar 06 19:40:05 2010 +0100
2.3 @@ -9,12 +9,6 @@
2.4 Classes
2.5 =======
2.6
2.7 -DirApp
2.8 -------
2.9 -
2.10 -.. autoclass:: DirApp
2.11 - :members:
2.12 -
2.13 ProjectApp
2.14 ----------
2.15
2.16 @@ -27,6 +21,12 @@
2.17 .. autoclass:: RepoApp
2.18 :members:
2.19
2.20 +DirApp
2.21 +------
2.22 +
2.23 +.. autoclass:: DirApp
2.24 + :members:
2.25 +
2.26 UserDirApp
2.27 ----------
2.28
3.1 --- a/docs/modules/hgapp.script.txt Sat Mar 06 19:13:57 2010 +0100
3.2 +++ b/docs/modules/hgapp.script.txt Sat Mar 06 19:40:05 2010 +0100
3.3 @@ -11,20 +11,20 @@
3.4 Functions
3.5 =========
3.6
3.7 -admin
3.8 +serve
3.9 -----
3.10
3.11 -.. autofunction:: admin
3.12 +.. autofunction:: serve
3.13
3.14 main
3.15 ----
3.16
3.17 .. autofunction:: main
3.18
3.19 -serve
3.20 +admin
3.21 -----
3.22
3.23 -.. autofunction:: serve
3.24 +.. autofunction:: admin
3.25
3.26 ssh_keys
3.27 --------
4.1 --- a/docs/modules/hgapp.ssh.keys.txt Sat Mar 06 19:13:57 2010 +0100
4.2 +++ b/docs/modules/hgapp.ssh.keys.txt Sat Mar 06 19:40:05 2010 +0100
4.3 @@ -11,54 +11,54 @@
4.4 Functions
4.5 =========
4.6
4.7 -add_key
4.8 --------
4.9 +del_user
4.10 +--------
4.11
4.12 -.. autofunction:: add_key
4.13 +.. autofunction:: del_user
4.14
4.15 authorized_keys
4.16 ---------------
4.17
4.18 .. autofunction:: authorized_keys
4.19
4.20 -chmod
4.21 ------
4.22 +add_key
4.23 +-------
4.24
4.25 -.. autofunction:: chmod
4.26 +.. autofunction:: add_key
4.27
4.28 del_key
4.29 -------
4.30
4.31 .. autofunction:: del_key
4.32
4.33 -del_user
4.34 ---------
4.35 +user_keys
4.36 +---------
4.37
4.38 -.. autofunction:: del_user
4.39 +.. autofunction:: user_keys
4.40 +
4.41 +get_user_keys
4.42 +-------------
4.43 +
4.44 +.. autofunction:: get_user_keys
4.45
4.46 gen_keys
4.47 --------
4.48
4.49 .. autofunction:: gen_keys
4.50
4.51 -get_user_keys
4.52 --------------
4.53 +chmod
4.54 +-----
4.55
4.56 -.. autofunction:: get_user_keys
4.57 +.. autofunction:: chmod
4.58 +
4.59 +users
4.60 +-----
4.61 +
4.62 +.. autofunction:: users
4.63
4.64 user_dir
4.65 --------
4.66
4.67 .. autofunction:: user_dir
4.68
4.69 -user_keys
4.70 ----------
4.71
4.72 -.. autofunction:: user_keys
4.73 -
4.74 -users
4.75 ------
4.76 -
4.77 -.. autofunction:: users
4.78 -
4.79 -
5.1 --- a/docs/modules/hgapp.ssh.txt Sat Mar 06 19:13:57 2010 +0100
5.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
5.3 @@ -1,10 +0,0 @@
5.4 -===========================
5.5 -:mod:`hgapp.ssh`
5.6 -===========================
5.7 -
5.8 -.. automodule:: hgapp.ssh
5.9 -
5.10 -.. currentmodule:: hgapp.ssh
5.11 -
5.12 -
5.13 -
6.1 --- a/docs/modules/hgapp.txt Sat Mar 06 19:13:57 2010 +0100
6.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
6.3 @@ -1,10 +0,0 @@
6.4 -===============
6.5 -:mod:`hgapp`
6.6 -===============
6.7 -
6.8 -.. automodule:: hgapp
6.9 -
6.10 -.. currentmodule:: hgapp
6.11 -
6.12 -
6.13 -
7.1 --- a/docs/modules/hgapp.utils.txt Sat Mar 06 19:13:57 2010 +0100
7.2 +++ b/docs/modules/hgapp.utils.txt Sat Mar 06 19:40:05 2010 +0100
7.3 @@ -11,6 +11,36 @@
7.4 Functions
7.5 =========
7.6
7.7 +get_repo
7.8 +--------
7.9 +
7.10 +.. autofunction:: get_repo
7.11 +
7.12 +run
7.13 +---
7.14 +
7.15 +.. autofunction:: run
7.16 +
7.17 +isfile
7.18 +------
7.19 +
7.20 +.. autofunction:: isfile
7.21 +
7.22 +load_config
7.23 +-----------
7.24 +
7.25 +.. autofunction:: load_config
7.26 +
7.27 +get_binary
7.28 +----------
7.29 +
7.30 +.. autofunction:: get_binary
7.31 +
7.32 +get_ui
7.33 +------
7.34 +
7.35 +.. autofunction:: get_ui
7.36 +
7.37 check_perm
7.38 ----------
7.39
7.40 @@ -21,21 +51,6 @@
7.41
7.42 .. autofunction:: cmd
7.43
7.44 -get_binary
7.45 -----------
7.46 -
7.47 -.. autofunction:: get_binary
7.48 -
7.49 -get_repo
7.50 ---------
7.51 -
7.52 -.. autofunction:: get_repo
7.53 -
7.54 -get_ui
7.55 -------
7.56 -
7.57 -.. autofunction:: get_ui
7.58 -
7.59 hgrc
7.60 ----
7.61
7.62 @@ -46,19 +61,4 @@
7.63
7.64 .. autofunction:: is_repository
7.65
7.66 -isfile
7.67 -------
7.68
7.69 -.. autofunction:: isfile
7.70 -
7.71 -load_config
7.72 ------------
7.73 -
7.74 -.. autofunction:: load_config
7.75 -
7.76 -run
7.77 ----
7.78 -
7.79 -.. autofunction:: run
7.80 -
7.81 -
8.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
8.2 +++ b/docs/modules/index.txt Sat Mar 06 19:40:05 2010 +0100
8.3 @@ -0,0 +1,14 @@
8.4 +=========
8.5 +Modules
8.6 +=========
8.7 +
8.8 +.. toctree::
8.9 + :maxdepth: 3
8.10 +
8.11 + hgapp.apps
8.12 + hgapp.hooks
8.13 + hgapp.pool
8.14 + hgapp.script
8.15 + hgapp.ssh.keys
8.16 + hgapp.ssh.shell
8.17 + hgapp.utils