summary refs log tree commit diff stats
path: root/doc/sets_fragment.txt
Commit message (Collapse)AuthorAgeFilesLines
* Markdown links migration part 1 (#20319)Andrey Makarov2022-09-091-2/+2
| | | | | | | | | | | | | Markdown link migration part 1 Also the warning is improved a bit. Local links (targeting inside its document) which had had a full anchor were turned into concise form. The very fact that they existed may be due to the bug in reference to subsections fixed https://github.com/nim-lang/Nim/pull/20279, now they are working well (both in RST syntax and new Pandoc Markdown syntax implemented in https://github.com/nim-lang/Nim/pull/20304)
* provide better error messages for large set (#20207)ringabout2022-08-251-3/+7
| | | Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
* Markdown code blocks part 5 (#20236)Andrey Makarov2022-08-171-5/+6
| | | No logic was added, just a few more `*.md` files have been migrated.
* Markdown code blocks part 2; migrate Nim Manual (#20080)Andrey Makarov2022-07-251-2/+1
| | | | | * Change headings underscored by `~~~` to `###` * Markdown code blocks part 2; migrate Nim Manual
* small improvements for tut1.rst (#17935)Miran2021-05-051-0/+3
| | | | | | | * small improvements for tut1.rst * remove unneeded paragraph * Update doc/tut1.rst Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
* turn on syntax highlighting in Manual & Tutorial (#17692)Andrey Makarov2021-04-111-19/+19
| | | | | | | | | * turn on syntax highlighting in Manual & Tutorial * avoid highlighting of "method" * use relative path * 2 more changes
* Fix many broken linksJjp1372019-10-221-1/+1
| | | | | | Note that contrary to what docgen.rst currently says, the ids have to match exactly or else most web browsers will not jump to the intended symbol.
* use proper mathematical expressions for subsets [ci skip]narimiran2019-06-041-1/+1
| | | | Fixes https://github.com/nim-lang/website/issues/46
* docs: minor subjective improvementAraq2019-05-051-2/+3
|
* Document bit fields usage (#11011)Federico Ceratto2019-05-041-3/+34
|
* manual: fix broken sentencenarimiran2019-02-191-8/+7
|
* manual: typoAndreas Rumpf2019-02-181-1/+1
|
* make set specification more clear; refs #10524Andreas Rumpf2019-02-181-0/+4
|
* Tut 1: tiny improvementsAndreas Rumpf2018-02-051-0/+2
|
* Misc documentation fixesSimon Ruderich2016-09-171-2/+2
|
* doc: Trim .txt files trailing whitespaceAdam Strzelecki2015-09-041-1/+1
| | | | via OSX: find . -name '*.txt' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Update sets_fragment.txtapense2015-07-081-2/+12
|
* Documentation renamesdef2015-01-161-2/+2
|
* fixes #693Araq2014-11-141-1/+0
|
* Nimrod renamed to NimAraq2014-08-281-1/+1
|
* Factors common documentation in fragment to avoid repetition.Grzegorz Adam Hankiewicz2014-07-271-0/+40
ter Thomas E. Dickey <dickey@invisible-island.net> 1998-12-13 04:18:55 -0500 snapshot of project "lynx", label v2-8-2dev_9' href='/ingrix/lynx-snapshots/commit/WWW/Library/Implementation/HTGroup.h?id=08fc6e5c6582f05f43c968931b04d698cf7abc86'>08fc6e5c ^
e087f6d4
08fc6e5c ^
e087f6d4

08fc6e5c ^
e087f6d4

08fc6e5c ^
e087f6d4
08fc6e5c ^
e087f6d4
08fc6e5c ^
e087f6d4
08fc6e5c ^
e087f6d4
08fc6e5c ^
e087f6d4

08fc6e5c ^
e087f6d4

08fc6e5c ^
e087f6d4

08fc6e5c ^
e087f6d4

08fc6e5c ^
e087f6d4

08fc6e5c ^
e087f6d4

08fc6e5c ^
e087f6d4
08fc6e5c ^
e087f6d4

1fc1d8af ^
d326f24d ^
e087f6d4





08fc6e5c ^
e087f6d4

1fc1d8af ^

d326f24d ^
e087f6d4





08fc6e5c ^
e087f6d4

1fc1d8af ^
d326f24d ^
e087f6d4



08fc6e5c ^
e087f6d4
08fc6e5c ^
e087f6d4

1fc1d8af ^
d326f24d ^
e087f6d4





1fc1d8af ^
d326f24d ^
e087f6d4




08fc6e5c ^
e087f6d4


d326f24d ^
















1fc1d8af ^








1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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