From 18ad2dc6dcd215eb9b2f929d32d6c8d035cdc4de Mon Sep 17 00:00:00 2001 From: JA Viljoen Date: Fri, 6 Sep 2024 11:32:23 +0200 Subject: [PATCH] move manpage instructions to installation page --- docs/pages/installation.html | 15 +++++++++++++++ docs/pages/manual.html | 17 +---------------- docs/static/style.css | 2 -- 3 files changed, 16 insertions(+), 18 deletions(-) diff --git a/docs/pages/installation.html b/docs/pages/installation.html index 7787c1a..9d42445 100644 --- a/docs/pages/installation.html +++ b/docs/pages/installation.html @@ -13,6 +13,21 @@ Please let me know on the mailing list if you run into any issues.

+

Manual

+ +

The manual page for the yatte command-line interface (CLI) + can be viewed online.

+ +

Once yatte is installed on your system, + you can view the same information locally by running yatte --help.

+ +

If you prefer to view the manual with man yatte, + download the man-format file + and place it on your $MANPATH, + e.g. in ~/.local/share/man/man1/.

+ +
+

Tab completion

To get tab-completion of tasks for the Fish shell, diff --git a/docs/pages/manual.html b/docs/pages/manual.html index c7b7b11..8f94581 100644 --- a/docs/pages/manual.html +++ b/docs/pages/manual.html @@ -1,20 +1,7 @@ -

+

User manual

-

This is the manual page for the yatte command-line interface (CLI).

- - -

If yatte is installed on your system, - you can view the same information locally by running yatte --help.

- -

If you prefer to view the manual with man yatte, - download the man-format file - and place it on your $MANPATH, - e.g. in ~/.local/share/man/man1/.

- -
-

NAME

yatte – a simple task runner

@@ -86,6 +73,4 @@ HELLO Hello hello

SEE ALSO

invoke(1), make(1)

-
-
diff --git a/docs/static/style.css b/docs/static/style.css index 19b78c7..6b0e4b2 100644 --- a/docs/static/style.css +++ b/docs/static/style.css @@ -32,8 +32,6 @@ footer { margin-top: 2rem; } section { margin-top: 3rem; } -.topborder { border-top: var(--blackish) solid 1px; } - h1, h2 { color: var(--purple); margin: 1em 0; -- 2.45.2