manually adjust docs

This commit is contained in:
Jeff Carr 2022-10-21 13:29:15 -05:00
parent cee37ba89d
commit cfb9202bff
3 changed files with 18 additions and 2 deletions

View File

@ -21,6 +21,11 @@ examples-helloworld:
examples-gui-demo: examples-gui-demo:
make -C cmds/gui-demo make -C cmds/gui-demo
# sync repo to the github backup
github:
git push origin master
git push github master
doc: doc:
GO111MODULE="off" godoc -v GO111MODULE="off" godoc -v

View File

@ -21,7 +21,7 @@ Principles:
* It's ok to guess. We will return something close. * It's ok to guess. We will return something close.
* Hide complexity internally here * Hide complexity internally here
* Isolate the GUI toolkit * 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 ## Quick Start

13
doc.go
View File

@ -103,7 +103,18 @@ Bugs
-- manpage quote from the excellent minimalistic window manager 'evilwm' -- 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 package gui