diff options
author | Daniel Schadt <kingdread@gmx.de> | 2023-05-13 16:01:56 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2023-05-13 16:01:56 +0200 |
commit | 55f8e9eae38d908e47badaf42c456d47174fb4d9 (patch) | |
tree | 69b2f3b8ecfad3cd8ad0156633c7373e63266768 /doc/man.rst | |
parent | dca030a075d2a1b12f8ca902ffb44fa1eeb6b718 (diff) | |
download | fietsboek-55f8e9eae38d908e47badaf42c456d47174fb4d9.tar.gz fietsboek-55f8e9eae38d908e47badaf42c456d47174fb4d9.tar.bz2 fietsboek-55f8e9eae38d908e47badaf42c456d47174fb4d9.zip |
add a manpage for fietsctl
It's a start, now it's there and can be improved!
Diffstat (limited to 'doc/man.rst')
-rw-r--r-- | doc/man.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/man.rst b/doc/man.rst new file mode 100644 index 0000000..03c7f78 --- /dev/null +++ b/doc/man.rst @@ -0,0 +1,15 @@ +Manpages +======== + +.. toctree:: + :maxdepth: 1 + + man/fietsctl + +In this section, you will find the manpages for the various commands that are +provided in Fietsboek. + +Each of those pages can also be turned into a "proper" manpage using +``rst2man``:: + + rst2man.py doc/man/fietsctl.rst fietsctl.1 |