Commit Graph

79 Commits

Author SHA1 Message Date
jp
72261c2466 Update tutorial.md
Fix header.md hyperlink in tutorial.md
2025-05-11 11:40:18 +09:00
Will McGugan
036ac05500 disable live demos 2025-04-26 12:45:46 +01:00
Will McGugan
4e03fea882 docs 2025-02-06 13:14:51 +00:00
Will McGugan
34d2a8f313 Merge pull request #5432 from TomJGooding/docs-tutorial-misc-minor-fixes
docs(tutorial): misc minor fixes
2025-01-07 15:57:45 +00:00
TomJGooding
dcc24eae82 docs: fix 'into' grammar 2024-12-30 20:33:02 +00:00
TomJGooding
8a1c406b20 docs(tutorial): fix pgup pgdn keys styling 2024-12-24 17:13:03 +00:00
TomJGooding
5a72f26618 docs(tutorial): update imported container type 2024-12-24 17:00:38 +00:00
Will McGugan
4890c79944 Clipboard keys 2024-12-06 11:28:56 +00:00
Will McGugan
4ff8e096e9 words 2024-11-19 15:19:59 +00:00
Will McGugan
5cf1ced22f wording 2024-11-19 15:14:56 +00:00
Will McGugan
c12fe839e9 words 2024-11-19 14:51:00 +00:00
Will McGugan
e40f95d4f9 wording 2024-11-19 14:46:50 +00:00
Will McGugan
43befce654 Update docs/tutorial.md
Co-authored-by: Darren Burns <darrenburns@users.noreply.github.com>
2024-11-19 14:36:47 +00:00
Will McGugan
0ecd621209 Update docs/tutorial.md
Co-authored-by: Darren Burns <darrenburns@users.noreply.github.com>
2024-11-19 14:36:33 +00:00
Will McGugan
80bf6eb887 words 2024-11-19 12:43:45 +00:00
Will McGugan
0f4f423514 flesh out tutorial 2024-11-19 11:41:26 +00:00
Will McGugan
f3a98d1419 Tutorial update 2024-11-18 22:01:44 +00:00
Darren Burns
62b8da1a18 Fix highlighting in tutorial 2024-11-06 11:17:13 +00:00
Darren Burns
6ad521d1ca Further docs updates to get rid of App.dark 2024-10-24 17:22:54 +01:00
Will McGugan
af80839a20 changelog 2024-08-31 17:14:34 +01:00
Rodrigo Girão Serrão
0e6769721b Show TCSS as css instead of sass. 2023-12-20 17:11:30 +00:00
Will McGugan
5cf0e1a69c fix for textual-web links 2023-10-11 15:36:30 +01:00
Will McGugan
64703c04dd interactive examples (#3418)
* interactive examples

* words

* remove log
2023-09-29 15:23:42 +01:00
Rodrigo Girão Serrão
5ee0ebfef4 Rename CSS files to TCSS.
Related issue: #3137.
2023-08-22 13:21:17 +01:00
Will McGugan
2086353b56 Docs tutorial tweak (#3016)
* docs

* words

* words

* words

* Words
2023-07-26 14:58:35 +01:00
Will McGugan
ab609a89ea docs update 2023-07-04 11:10:34 +01:00
Dave Pearson
2055a8996f Move the tutorial over to using ScrollableContainer 2023-04-24 13:13:11 +01:00
Jackomatrus
c76667be5f Fixed a wrong reference (#2226)
The new line referred to in line 177 was added to the StopwatchApp class, not the Stopwatch class.
2023-04-06 11:14:30 +01:00
Will McGugan
2094d6b18c titltes on tutorial 2023-03-30 12:15:09 +01:00
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