chiark / gitweb /
Add a Documentation directory inspired by the git one.
authorYann Dirson <ydirson@altern.org>
Wed, 28 Feb 2007 08:41:55 +0000 (08:41 +0000)
committerCatalin Marinas <catalin.marinas@gmail.com>
Wed, 28 Feb 2007 08:41:55 +0000 (08:41 +0000)
commit4ec677417c8bfb4d30b2cd7482c5ceca9b542fc8
tree118015f8acf7f7905db650bb53afdc249c840566
parent83bb4e4cba222cb3f7701d5ab50cd6966c8b4dab
Add a Documentation directory inspired by the git one.

The html and manpages are generated from asciidoc source.  Short
description strings are extracted from the python modules.

Only the stg(7) frontpage and the stg-new(1) command page are already
written.  A template is provided for new command pages.

This also reworks a couple of help strings and command classification.

Signed-off-by: Yann Dirson <ydirson@altern.org>
13 files changed:
Documentation/COMMAND-TEMPLATE.txt [new file with mode: 0644]
Documentation/Makefile [new file with mode: 0644]
Documentation/asciidoc.conf [new file with mode: 0644]
Documentation/build-docdep.perl [new file with mode: 0755]
Documentation/callouts.xsl [new file with mode: 0644]
Documentation/stg-new.txt [new file with mode: 0644]
Documentation/stg.txt [new file with mode: 0644]
stgit/commands/branch.py
stgit/commands/clone.py
stgit/commands/export.py
stgit/commands/id.py
stgit/commands/patches.py
stgit/main.py