aboutsummaryrefslogtreecommitdiff
path: root/doc/git-annex-assistant.mdwn
diff options
context:
space:
mode:
authorGravatar Antoine Beaupré <anarcat@koumbit.org>2015-05-29 12:12:55 -0400
committerGravatar Antoine Beaupré <anarcat@koumbit.org>2015-05-29 12:12:55 -0400
commit39c4212769449c5c763dc047d299fadb330c3eb2 (patch)
tree5e54beb57ebf743e1e443bb333724a6b73ceca51 /doc/git-annex-assistant.mdwn
parent7cbb246e3e4718d9c21fe737307b08d889f60090 (diff)
expand manpages cross-references significantly
i found that most man pages only had references to the main git-annex manpage, which i stillfind pretty huge and hard to navigate through. i tried to sift through all the man pages and add cross-references between relevant pages. my general rule of thumb is that links should be both ways unless one of the pages is a more general page that would become ridiculously huge if all backlinks would be added (git-annex-preferred-content comes to mind). i have also make the links one per line as this is how it was done in the metadata pages so far. i did everything but the plumbing, utility and test commands, although some of those are linked from the other commands so cross-links were added there as well.
Diffstat (limited to 'doc/git-annex-assistant.mdwn')
-rw-r--r--doc/git-annex-assistant.mdwn10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/git-annex-assistant.mdwn b/doc/git-annex-assistant.mdwn
index 5c0f6408b..ce2e996c9 100644
--- a/doc/git-annex-assistant.mdwn
+++ b/doc/git-annex-assistant.mdwn
@@ -11,9 +11,6 @@ git annex assistant
Watches for changes to files in the current directory and its subdirectories,
and automatically syncs them to other remotes.
-For more details about the git-annex assistant, see
-<https://git-annex.branchable.com/assistant/>
-
# OPTIONS
* `--autostart`
@@ -45,6 +42,13 @@ For more details about the git-annex assistant, see
[[git-annex]](1)
+[[git-annex-watch]](1)
+
+[[git-annex-schedule]](1)
+
+For more details about the git-annex assistant, see
+<https://git-annex.branchable.com/assistant/>
+
# AUTHOR
Joey Hess <id@joeyh.name>