aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2015-01-25 10:51:28 -0800
committerTim Harder <radhermit@gmail.com>2015-01-25 10:51:28 -0800
commitc3373a3503d5486cb8837377e338da664dbec9ac (patch)
treea3314c5f5a1a4074cda8870823c6251076ba5901 /.gitignore
parentuse argparse from standard lib (diff)
downloadpkgcore-c3373a3503d5486cb8837377e338da664dbec9ac.tar.gz
pkgcore-c3373a3503d5486cb8837377e338da664dbec9ac.tar.bz2
pkgcore-c3373a3503d5486cb8837377e338da664dbec9ac.zip
doc: first step towards having better man pages
Now we only generate each script's synopsis and options from the related argparse code instead of generating the whole file. This allows us to easily add content to the man pages. Further down the road, we might move away from auto-generated man pages for scripts entirely and instead rely on generating option and synopsis dumps that can be compared manually against the current content of a man page. This is mostly because it would be nice to allow extra content to be added for various subcommands which in the current method is tricky without adding lots of extraneous content to the code.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index cc3ccd346..dccb92c2b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,10 +7,8 @@ pkgcore/restrictions/*.so
/cache
/dist
_trial_temp
-/man/*.1
/doc/dev-notes/index.rst
/doc/dev-notes/*/index.rst
/doc/doc/index.rst
/doc/_build/
/doc/api/
-/doc/man/