Dave Pearson
e6f620db44
Remove underscore pauses from (hopefully) all snapshots
...
This seeks to remove the "_" from the key presses of snapshots and inline
runs in the documentation. The "_" no longer does anything, but got legacy
reasons at the moment we can't actually allow "_" to be an input to a
"faked" keypress in the docs and snapshots.
Removing these clears the way to letting "_" have the same status as any
other character.
See #1994 .
2023-03-09 20:32:27 +00:00
Andrii Yurchuk
fa07802468
Fix typo
2023-01-04 11:42:38 +01:00
Will McGugan
f8aa18a953
typo
2022-12-31 22:27:57 +00:00
UriyaHarpeness
ad47b9167e
Fix some typos in docs.
2022-10-26 08:39:36 +03:00
UriyaHarpeness
98fdb9d1a1
Fix some inaccuracies in the tutorial.
2022-10-25 19:32:14 +03:00
Tesch
2d003603bf
Add highlighting for id="timers" line in tutorial
2022-10-23 12:55:18 -05:00
Will McGugan
759287b29e
bump to 0.2.0
2022-10-22 17:57:55 +01:00
Will McGugan
5b80ee7500
Tutorial fix
2022-10-22 15:44:49 +01:00
Aaron Stephens
1066c4a224
docs: remove extra the
2022-10-21 10:31:07 -07:00
Will McGugan
bfba0dca09
optimized focus within
2022-10-20 21:20:30 +01:00
Will McGugan
4f4696e832
docs and examples polish
2022-10-20 14:55:07 +01:00
Dave Pearson
bd43f0466a
Harmonise the tutorial's markup of filenames
...
In some cases filenames where `marked-up.py`, in other cases they were
"marked-up.py", and in some cases they were just mentioned with
no-markup.py. This commit seeks to make all filename mentions, in text, the
same.
2022-10-13 14:41:10 +01:00
Dave Pearson
a342a2cb53
Add code markup to the mention of a class name
2022-10-13 14:37:03 +01:00
Dave Pearson
d6a2c88713
Add code markup to a number of code-oriented things in a line
2022-10-13 14:35:39 +01:00
Dave Pearson
45db071bb5
Add missing end quote to a string
2022-10-13 14:32:20 +01:00
Dave Pearson
1dbde34b40
Add code markup a string that is a class
...
Elsewhere a string that is a class is marked up this way, so let's follow
that earlier standard.
2022-10-13 14:31:32 +01:00
Dave Pearson
86b5612c9f
Lower-case mention of stopwatches
...
This looks more like it's been used as a normal word, rather than as a
plural for the class.
2022-10-13 14:28:04 +01:00
Dave Pearson
be36c55d37
Add code markup to the mention of a class name
2022-10-13 14:26:44 +01:00
Dave Pearson
ed20f4a8e6
Add code markup a string that is a widget ID
...
Elsewhere in the docs we see `"something"` for a class, so I feel it follows
that "#something" should really be `"#something"` too.
2022-10-13 14:23:26 +01:00
Dave Pearson
e109599a97
Add code markup to the mention of a class name
2022-10-13 14:21:39 +01:00
Dave Pearson
758ddfa86f
Add code markup to the mention of a method name
2022-10-13 14:20:41 +01:00
Dave Pearson
50fb723965
Add code markup to the mention of a class name
2022-10-13 14:19:50 +01:00
Dave Pearson
2e25c894e3
Add code markup to the mention of a class name
2022-10-13 14:18:23 +01:00
Dave Pearson
82499c31e7
Capital at the start of a sentence
2022-10-13 14:16:24 +01:00
Dave Pearson
93e403c8dc
Mark mention of Widget as a class as code
2022-10-13 14:11:12 +01:00
Dave Pearson
a90a2fd728
Correct the name of mypy
...
It seems that mypy's preference for its name is mypy (or even my[py]), but
not Mypy.
2022-10-13 13:45:34 +01:00
Dave Pearson
91a13406e6
Remove trailing whitespace
...
Including one instance that I wouldn't have, but the pre-commit hooks have,
and it seems fine.
2022-10-13 13:41:10 +01:00
Will McGugan
9c7a48fc13
words
2022-10-09 16:11:16 +01:00
Will McGugan
0ed13d393f
Update docs/tutorial.md
2022-10-07 16:38:46 +01:00
Mike Driscoll
317c2c60e1
Fix minor readability issue in modifying CSS class
2022-10-06 13:30:49 -05:00
Will McGugan
ab40f75d60
Merge pull request #833 from kimvanwyk/docs-set-interval-highlight
...
Highlight changed set_interval line in stopwatch06 example
2022-10-06 11:28:35 +01:00
kimv
2c0ad02760
Highlight changed set_interval line in stopwatch06 example
2022-10-05 21:46:58 +02:00
kimv
b8bd810b9f
Correct grammar
2022-10-05 21:17:23 +02:00
Kim van Wyk
6ac227121c
Add timers ID comment
2022-10-05 20:52:15 +02:00
Will McGugan
7196a0f849
Merge pull request #831 from driscollis/patch-3
...
Fix some minor typos about the Stopwatch widget
2022-10-05 16:58:56 +01:00
Mike Driscoll
fcd0016e00
Fix some minor typos about the Stopwatch widget
2022-10-05 10:57:10 -05:00
Mike Driscoll
20b59cdf6d
Highlight import of container
2022-10-05 10:51:52 -05:00
Will McGugan
8efd33a378
beta tester info
2022-10-05 10:11:02 +01:00
Will McGugan
9de1a87024
more docs and compute example
2022-10-03 16:55:40 +01:00
Will McGugan
ae513e8e10
polish docs
2022-09-26 11:07:27 +01:00
Will McGugan
24d4491bf8
doc screenshots
2022-09-20 18:16:03 +01:00
Will McGugan
d0293c2c89
changed to CSS_PATH
2022-09-18 22:02:08 +01:00
Will McGugan
614b29e222
event docs
2022-09-18 09:10:22 +01:00
Will McGugan
3d4cd09549
tutorial update and py37 fix
2022-09-09 11:54:19 +01:00
Will McGugan
12a8773c5c
fix stopwatch example
2022-09-09 11:38:26 +01:00
Will McGugan
2128ea62a5
added reactive to reference docs
2022-09-06 16:43:08 +01:00
Will McGugan
43c45158dd
edit
2022-09-06 16:32:40 +01:00
Will McGugan
4a7f601205
indexes and tweaks
2022-09-06 13:26:55 +01:00
Will McGugan
195bb31044
tweak
2022-09-05 21:35:32 +01:00
Will McGugan
e7d57a4aa2
renamed introduction to tutorial
2022-09-05 21:30:29 +01:00