dev: demo: drop two confusing demos for now

This commit is contained in:
Simon Michael 2023-05-31 17:23:17 -10:00
parent 89e0c05f11
commit f7b59c8950

View File

@ -57,8 +57,9 @@ import System.IO (hClose)
demos :: [Demo] demos :: [Demo]
demos = map readDemo [ demos = map readDemo [
$(embedFileRelative "embeddedfiles/install.cast"), -- https://asciinema.org/a/567934 Installing hledger from source with hledger-install $(embedFileRelative "embeddedfiles/install.cast"), -- https://asciinema.org/a/567934 Installing hledger from source with hledger-install
$(embedFileRelative "embeddedfiles/help.cast"), -- https://asciinema.org/a/568112 Getting help -- XXX these are confusing, redo
$(embedFileRelative "embeddedfiles/demo.cast"), -- https://asciinema.org/a/567944 Watching the built-in demos -- $(embedFileRelative "embeddedfiles/help.cast"), -- https://asciinema.org/a/568112 Getting help
-- $(embedFileRelative "embeddedfiles/demo.cast"), -- https://asciinema.org/a/567944 Watching the built-in demos
$(embedFileRelative "embeddedfiles/add.cast"), -- https://asciinema.org/a/567935 The easiest way to start a journal (add) $(embedFileRelative "embeddedfiles/add.cast"), -- https://asciinema.org/a/567935 The easiest way to start a journal (add)
$(embedFileRelative "embeddedfiles/print.cast"), -- https://asciinema.org/a/567936 Show full transactions (print) $(embedFileRelative "embeddedfiles/print.cast"), -- https://asciinema.org/a/567936 Show full transactions (print)
$(embedFileRelative "embeddedfiles/balance.cast") -- https://asciinema.org/a/567937 Show account balances and changes (balance) $(embedFileRelative "embeddedfiles/balance.cast") -- https://asciinema.org/a/567937 Show account balances and changes (balance)