# HG changeset patch
# User Giampaolo Fadel <gp.fa...@gmail.com>
# Date 1248260852 -7200
# Node ID adc89710a56f486bfefd957f2c409a0e64e171d4
# Parent  563e140f079fd04110eb87e99f13ea72248fffcb
doc: add the module directive in each chapter

so the modindex.html will be generated

diff --git a/doc/source/changelog.txt b/doc/source/changelog.txt
--- a/doc/source/changelog.txt
+++ b/doc/source/changelog.txt
@@ -2,6 +2,9 @@
 TortoiseHg Changelog Viewer
 ===========================
 
+.. module:: changelog.dialog
+   :synopsis: Dialog used to view log
+
 .. figure:: figures/log.png
    :alt: Changelog
 
diff --git a/doc/source/commit.txt b/doc/source/commit.txt
--- a/doc/source/commit.txt
+++ b/doc/source/commit.txt
@@ -2,6 +2,10 @@
 TortoiseHg Commit Tool
 ======================
 
+.. module:: commit.dialog
+   :synopsis: Dialog used to perform commit
+
+
 This page describes the 0.8 version of commit
 
 **The win32text extension can cause trouble with hunk selection.  This
diff --git a/doc/source/common.txt b/doc/source/common.txt
--- a/doc/source/common.txt
+++ b/doc/source/common.txt
@@ -2,6 +2,9 @@
 Common Features
 ===============
 
+.. module:: common.dialog
+   :synopsis: Common features to all the dialog
+
 These features are commonly available in many TortoiseHg tools, so we
 document them here just once.
 
diff --git a/doc/source/datamine.txt b/doc/source/datamine.txt
--- a/doc/source/datamine.txt
+++ b/doc/source/datamine.txt
@@ -2,6 +2,9 @@
 TortoiseHg Datamine
 ===================
 
+.. module:: datamine.dialog
+   :synopsis: Dialog used to search in the history
+
 This page describes the 0.7 version of datamine
 
 The datamine application is used to inspect the revision history of your
diff --git a/doc/source/explorer.txt b/doc/source/explorer.txt
--- a/doc/source/explorer.txt
+++ b/doc/source/explorer.txt
@@ -2,6 +2,9 @@
 Windows Explorer Integration
 ============================
 
+.. module:: explorer
+   :synopsis: Windows explorer integration
+
 Overlay Icons
 -------------
 TortoiseHg provides visual representation of the file status via overlay
diff --git a/doc/source/recovery.txt b/doc/source/recovery.txt
--- a/doc/source/recovery.txt
+++ b/doc/source/recovery.txt
@@ -2,6 +2,9 @@
 TortoiseHg Recovery
 ===================
 
+.. module:: recovery.dialog
+   :synopsis: Dialog used to perform recovery operations
+
 This page describes the 0.7 version of recovery, though very little was
 changed in 0.8
 
diff --git a/doc/source/serve.txt b/doc/source/serve.txt
--- a/doc/source/serve.txt
+++ b/doc/source/serve.txt
@@ -2,6 +2,9 @@
 TortoiseHg Serve
 ================
 
+.. module:: serve.dialog
+   :synopsis: Dialog used to start/stop the web server
+
 The serve tool is a wrapper for Mercurial's built-in web server. Once
 launched, any computer can attach to the http port and browse your
 repository(ies) or perform clone, pull, or even push operations (if you
diff --git a/doc/source/settings.txt b/doc/source/settings.txt
--- a/doc/source/settings.txt
+++ b/doc/source/settings.txt
@@ -2,6 +2,9 @@
 TortoiseHg Settings
 ===================
 
+.. module:: settings.dialog
+   :synopsis: Dialog used to set preferences
+
 This page describes the 0.7 version of settings
        
 The Settings dialog is used to configure both TortoiseHg and the
diff --git a/doc/source/shelve.txt b/doc/source/shelve.txt
--- a/doc/source/shelve.txt
+++ b/doc/source/shelve.txt
@@ -2,6 +2,9 @@
 TortoiseHg Shelve Tool
 ======================
 
+.. module:: commit.dialog
+   :synopsis: Dialog used to perform shelve/unshelve operations
+
 **The win32text extension can cause trouble with hunk selection.  This
 has been resolved in Mercurial 1.3 and TortoiseHg 0.8, but requires
 proper configuration. See issue #82.**
diff --git a/doc/source/synchronize.txt b/doc/source/synchronize.txt
--- a/doc/source/synchronize.txt
+++ b/doc/source/synchronize.txt
@@ -2,6 +2,9 @@
 TortoiseHg Synchronize
 ======================
 
+.. module:: synchronize.dialog
+   :synopsis: Dialog used to perform synchronization operations
+
 This page describes the 0.7 version of synchronize
        
 The synchronize tool is used to transmit changesets between repositories

------------------------------------------------------------------------------
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to