about summary refs log tree commit diff stats
path: root/html/001help.cc.html
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 2611Kartik K. Agaram2015-11-291-0/+10
|
* 2423 - describe shape-shifting in html docsKartik K. Agaram2015-11-101-53/+84
|
* 2062Kartik K. Agaram2015-08-231-13/+12
|
* 1949Kartik K. Agaram2015-08-061-12/+13
|
* 1925Kartik K. Agaram2015-08-031-1/+1
|
* 1885Kartik K. Agaram2015-07-291-13/+12
|
* 1853Kartik K. Agaram2015-07-251-12/+13
|
* 1631 - update html versionsKartik K. Agaram2015-06-231-4/+4
| | | | | | Html is a little more readable thanks to feedback from J David Eisenberg (https://news.ycombinator.com/item?id=9766330), in particular the suggestion to use https://addons.mozilla.org/En-us/firefox/addon/wcag-contrast-checker.
* 1556Kartik K. Agaram2015-06-121-1/+1
|
* 1549Kartik K. Agaram2015-06-091-2/+2
|
* 1517Kartik K. Agaram2015-05-301-2/+2
|
* 1461 - descriptions/table of contents for the layersKartik K. Agaram2015-05-261-1/+1
|
* 1459Kartik K. Agaram2015-05-251-6/+55
|
* 1376 - update github docsKartik K. Agaram2015-05-141-1/+1
|
* 1291Kartik K. Agaram2015-05-061-1/+1
|
* 1279 - colorized rendering of the source filesKartik K. Agaram2015-05-061-0/+87
ef='#n43'>43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183