From bd74549095991a8f5e284d9a62a7b97f924160c3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Mon, 1 Apr 2019 21:56:15 -0300 Subject: [PATCH] qi: doc/example.order: update info reference for invocation --- qi/Makefile | 2 - qi/TODO | 3 - qi/doc/document-1.0.1.css | 228 ---------------------------------------------- qi/doc/example.order | 3 +- 4 files changed, 2 insertions(+), 234 deletions(-) delete mode 100644 qi/TODO delete mode 100644 qi/doc/document-1.0.1.css diff --git a/qi/Makefile b/qi/Makefile index b274fe9f..16f45bf4 100644 --- a/qi/Makefile +++ b/qi/Makefile @@ -120,10 +120,8 @@ dist : doc $(DISTNAME)/Makefile \ $(DISTNAME)/NEWS \ $(DISTNAME)/README \ - $(DISTNAME)/TODO \ $(DISTNAME)/configure \ $(DISTNAME)/doc/recipe \ - $(DISTNAME)/doc/document*.css \ $(DISTNAME)/doc/example.order \ $(DISTNAME)/doc/fdl.texi \ $(DISTNAME)/doc/qi.1 \ diff --git a/qi/TODO b/qi/TODO deleted file mode 100644 index 795d9c5e..00000000 --- a/qi/TODO +++ /dev/null @@ -1,3 +0,0 @@ - -- Update documentation. - diff --git a/qi/doc/document-1.0.1.css b/qi/doc/document-1.0.1.css deleted file mode 100644 index 9cf25fd8..00000000 --- a/qi/doc/document-1.0.1.css +++ /dev/null @@ -1,228 +0,0 @@ -/* - My custom CSS style for Texinfo documents - Public domain 2016 sirgazil. All rights waived. - ~@~ - Modified for Qi. - Original: http://bitbucket.org/sirgazil/texinfo-css -*/ - - -/* NATIVE ELEMENTS */ -a:link, -a:visited { - color: #008000; - text-decoration: none; -} - -a:active, -a:focus, -a:hover { - text-decoration: underline; -} - -abbr, -acronym { - cursor: help; -} - -blockquote { - color: #555753; - font-style: oblique; - margin: 30px 0px; - padding-left: 1.5em; -} - -body { - background-color: white; - box-shadow: 0 0 2px gray; - box-sizing: border-box; - color: #4E4E4E; - line-height: 1.1; - text-align: justify; - font-family: "Verdana", Arial, sans-serif; - font-size: 1.12em; - margin: 50px auto; - max-width: 980px; - padding: 50px; -} - -code { - color: black; - font-size: 1.2em; -} - -samp, -tt, -var { - color: purple; - font-size: 1em; -} - -div.example, -div.lisp { - margin: 0px; -} - -dl { - margin: 2em 0em; -} - -dl dl { - margin: 0em; -} - -dt { - padding: 0.3em; -} - -h1, -h2, -h2.contents-heading, -h3, -h4 { - padding: 20px 0px 0px 0px; - font-weight: normal; -} - -h1 { - font-size: 2.3em; -} - -h2 { - font-size: 2.2em; - font-weight: bold; -} - -h3 { - font-size: 2em; -} - -h4 { - font-size: 1.7em; -} - -hr { - background-color: silver; - border-style: none; - height: 2px; - margin: 0px; -} - -html { - background-color: #F5F5F5; -} - -img { - max-width: 100%; -} - -li { - padding: 5px; -} - -pre { - display: block; - unicode-bidi: embed; - font-family: monospace; - white-space: pre; -} - -pre.example, -pre.lisp, -pre.verbatim { - background-color: #f5f5dc; // beige - border-color: #000; - border-style: solid; - border-width: thin; - color: #000000; - font-size: large; - padding: 1em; - overflow: auto; -} - -table { - border-collapse: collapse; - margin: 40px 0px; -} - -table.index-cp *, -table.index-fn *, -table.index-ky *, -table.index-pg *, -table.index-tp *, -table.index-vr * { - background-color: inherit; - border-style: none; -} - -td, -th { - border-color: silver; - border-style: solid; - border-width: thin; - padding: 10px; -} - -th { - background-color: #F5F5F5; -} -/* END NATIVE ELEMENTS */ - - - -/* CLASSES */ -.contents { - margin-bottom: 3em; -} - -.float { - margin: 3em 0em; -} - -.float-caption { - font-size: smaller; - text-align: center; -} - -.float > img { - display: block; - margin: auto; -} - -.footnote { - font-size: medium; - margin: 1em 0em; -} - -.footnote h3 { - display: inline; - font-size: small; -} - -.header { - background-color: #F2F2F2; - font-size: small; - padding: 0.2em 1em; -} - -.key { - color: purple; - font-size: 0.8em; -} - -.menu * { - border-style: none; -} - -.menu td { - padding: 0.5em 0em; -} - -.menu td:last-child { - width: 60%; -} - -.menu th { - background-color: inherit; -} -/* END CLASSES */ \ No newline at end of file diff --git a/qi/doc/example.order b/qi/doc/example.order index 1f297bb6..9be0705f 100644 --- a/qi/doc/example.order +++ b/qi/doc/example.order @@ -18,10 +18,11 @@ # Commented lines starting with a '#' are allowed. Blank lines, # colons, parentheses, and end of line are removed. # -# For more information, type: info qi 'order file' +# For more information, type: info qi 'order files' # # This is a commentary line + a.recipe: c.recipe b.recipe b.recipe: c.recipe: b.recipe -- 2.11.4.GIT