From 0d5d19a8958923591759b5bcbc5164723a959c9a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 21 Oct 2022 13:29:15 -0500 Subject: manually adjust docs --- Makefile | 5 +++++ README.md | 2 +- doc.go | 13 ++++++++++++- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2382cbd..356458b 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,11 @@ examples-helloworld: examples-gui-demo: make -C cmds/gui-demo +# sync repo to the github backup +github: + git push origin master + git push github master + doc: GO111MODULE="off" godoc -v diff --git a/README.md b/README.md index f8e74b0..84a65a6 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Principles: * It's ok to guess. We will return something close. * Hide complexity internally here * Isolate the GUI toolkit -* Function names should follow [Wikipedia Graphical widget](https://en.wikipedia.org/wiki/Graphical_widget) +* Function names should follow [[Graphical widget]] ``` ## Quick Start diff --git a/doc.go b/doc.go index f51c735..e587d29 100644 --- a/doc.go +++ b/doc.go @@ -103,7 +103,18 @@ Bugs -- manpage quote from the excellent minimalistic window manager 'evilwm' -External References +References + +Useful links and other +external things +which might be useful + +[Wikipedia Graphical widget]: https://en.wikipedia.org/wiki/Graphical_widget +[Github mirror]: https://github.com/witorg/gui + + * [Wikipedia Graphical widget] + * [Github mirror] + */ package gui -- cgit v1.2.3