From 23e7cf9c5218c581f62529433bcc3c65a25b9086 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 13 Mar 2022 14:00:46 -0700 Subject: [PATCH] starting to spend some time improving docs --- doc/manual.css | 8 ++++++++ doc/manual.html | 11 +++++++++++ 2 files changed, 19 insertions(+) diff --git a/doc/manual.css b/doc/manual.css index b49b362..9156162 100644 --- a/doc/manual.css +++ b/doc/manual.css @@ -22,3 +22,11 @@ p+h1, ul+h1 { margin-left: -30px ; background-color: #E0E0FF ; } + +.teliva { + background-color: #f1a7fe; + padding-left: 2px; + padding-right: 2px; + padding-top: 5px; + padding-bottom: 2px; +} diff --git a/doc/manual.html b/doc/manual.html index e0c9d1a..a69c914 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -15,14 +15,21 @@ Teliva Reference Manual + +by Kartik Agaram + + +

Based on Lua 5.1 by Roberto Ierusalimschy, Luiz Henrique de Figueiredo, Waldemar Celes +

Copyright © 2006–2012 Lua.org, PUC-Rio. Freely available under the terms of the Lua license. +


@@ -50,6 +57,10 @@ environment for making changes to it. For a more detailed introduction, see Teliva is free software, and is provided as usual with no guarantees, as stated in its license. +

+This manual is based on the Lua manual. Lua features absent in Teliva should +be absent in this manual as well. Features added to +Teliva above and beyond Lua will be described in text like this.

For a discussion of the decisions behind the design of Lua,