From 55f8e9eae38d908e47badaf42c456d47174fb4d9 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Sat, 13 May 2023 16:01:56 +0200 Subject: add a manpage for fietsctl It's a start, now it's there and can be improved! --- doc/man.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/man.rst (limited to 'doc/man.rst') 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 -- cgit v1.2.3