about summary refs log tree commit diff stats
path: root/html/001help.cc.html
Commit message (Collapse)AuthorAgeFilesLines
* 6958Kartik Agaram2020-10-051-194/+190
|
* 6084Kartik Agaram2020-03-061-2/+2
|
* 5893Kartik Agaram2020-01-141-2/+2
|
* 5878Kartik Agaram2020-01-031-243/+217
| | | | | The current prototype doesn't really use floating point; drop the guardrails there.
* 5806Kartik Agaram2019-12-091-213/+218
|
* 5490Kartik Agaram2019-07-271-227/+226
|
* 5485 - promote SubX to top-levelKartik Agaram2019-07-271-260/+294
|
* 4891Kartik Agaram2018-12-301-0/+1
| | | | | | | | | | | Couple more tweaks to html rendering: a) SubX definitions no longer link redundantly to themselves. This long-standing issue turns out to be tractable to solve for SubX files since the syntax is so simple. b) Fix links to SubX definitions in other directories. I forgot that I have to always generate tags from the directory of the file being linkified. c) Fix link colors. Before we lost all syntax highlighting for functions and Globals. Now they maintain their colors, just add an underline.
* 4890 - new html renderingsKartik Agaram2018-12-291-17/+12
| | | | | | | a) Switch to a light background. b) Linkify calls in .subx files. c) Keep all colorization in the Vim colorscheme, get rid of hacky special-cases in update_html.
* 4814Kartik Agaram2018-12-011-54/+58
|
* 4709Kartik Agaram2018-10-171-8/+8
|
* 4539Kartik Agaram2018-09-071-11/+10
|
* 4447Kartik Agaram2018-07-271-27/+25
|
* 4239Kartik Agaram2018-05-081-13/+13
|
* 4228Kartik K. Agaram2018-03-151-1/+1
|
* 4199Kartik K. Agaram2018-01-251-56/+55
|
* 4161Kartik K. Agaram2017-12-151-11/+11
|
* 4155Kartik K. Agaram2017-12-071-8/+8
|
* 4134 - 'input' = 'ingredient'Kartik K. Agaram2017-12-031-42/+43
|
* 4102Kartik K. Agaram2017-11-011-0/+4
|
* 4063Kartik K. Agaram2017-10-141-2/+2
|
* 3971Kartik K. Agaram2017-08-191-2/+2
|
* 3927Kartik K. Agaram2017-06-191-7/+7
|
* 3897 - various updates to documentationKartik K. Agaram2017-05-291-214/+217
|
* 3764 - better colors for cross-linksKartik K. Agaram2017-03-081-4/+5
|
* 3761Kartik K. Agaram2017-03-071-50/+51
|
* 3751Kartik K. Agaram2017-03-021-2/+2
| | | | Some hacky manual fixes to auto-generated html.
* 3750Kartik K. Agaram2017-03-021-8/+8
|
* 3749Kartik K. Agaram2017-03-021-8/+8
|
* 3716Kartik K. Agaram2016-12-261-0/+2
| | | | Make hyperlinks less salient in the rendered html since there's so many of them.
* 3713 - cross-link calls with definitions in htmlKartik K. Agaram2016-12-261-24/+24
|
* 3710Kartik K. Agaram2016-12-261-255/+255
| | | | | Turns out we don't need to explicitly add anchors for each line. Vim's TOhtml has magic for that out of the box.
* 3709 - line numbers in htmlKartik K. Agaram2016-12-261-258/+282
| | | | | | Each line number also gets an anchor name, but I'm not hyperlinking them for now because I don't want to encourage bookmarking these links just yet. They aren't permalinks because every revision may change what's at any given line number.
* 3707Kartik K. Agaram2016-12-121-1/+1
| | | | | | | | | | | | | | | | | | Be more disciplined about tagging 2 different concepts in the codebase: a) Use the phrase "later layers" to highlight places where a layer doesn't have the simplest possible self-contained implementation. b) Use the word "hook" to point out functions that exist purely to provide waypoints for extension by future layers. Since both these only make sense in the pre-tangled representation of the codebase, using '//:' and '#:' comments to get them stripped out of tangled output. (Though '#:' comments still make it to tangled output at the moment. Let's see if we use it enough to be worth supporting. Scenarios are pretty unreadable in tangled output anyway.)
* 3642Kartik K. Agaram2016-11-061-0/+6
|
* 3558Kartik K. Agaram2016-10-221-2/+2
|
* 3544Kartik K. Agaram2016-10-221-1/+1
|
* 3543Kartik K. Agaram2016-10-221-1/+1
|
* 3524Kartik K. Agaram2016-10-201-2/+2
|
* 3416Kartik K. Agaram2016-09-251-1/+4
|
* 3315Kartik K. Agaram2016-09-101-2/+3
|
* 3235Kartik K. Agaram2016-08-201-1/+1
|
* 3174Kartik K. Agaram2016-08-121-25/+45
|
* 3158Kartik K. Agaram2016-07-271-0/+12
|
* 3102Kartik K. Agaram2016-07-051-10/+75
|
* 2996Kartik K. Agaram2016-05-211-5/+8
|
* 2812Kartik K. Agaram2016-03-271-12/+26
|
* 2744Kartik K. Agaram2016-03-091-4/+4
| | | | Tweak colors and font-sizes in generated html.
* 2743Kartik K. Agaram2016-03-091-35/+27
| | | | | Looks like "TOhtml | <other command>" doesn't work on Mac OS X for some reason..
* 2706 - update htmlKartik K. Agaram2016-02-251-0/+1
|