From 7cfbba04baec2f885f6b243ad68d1dcb770ea3f7 Mon Sep 17 00:00:00 2001 From: Wytamma Wirth Date: Fri, 1 Mar 2024 22:35:42 +1100 Subject: [PATCH] :wheelchair: update blue in docs --- docs/index.md | 2 +- docs/tutorial/first-steps.md | 2 +- docs/tutorial/log-file-format.md | 2 +- docs/tutorial/logs-from-the-command-line.md | 6 +++--- docs/tutorial/remote-beastiary.md | 4 ++-- docs/tutorial/running-in-the-background.md | 2 +- docs/tutorial/security.md | 4 ++-- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/index.md b/docs/index.md index 65bc28d..7f4c03a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -28,7 +28,7 @@ To start beastiary use the `beastiary` command. This will start the beastiary se ```console $ beastiary -🐙🐁 STARTING BEASTIARY 🐁🐙 +🐙🐁 STARTING BEASTIARY 🐁🐙 Go to: http://127.0.0.1:5000/login?token=8e02d06b-d30e-4a89-8476-fb22712a31b3 If prompted enter token: 8e02d06b-d30e-4a89-8476-fb22712a31b3 diff --git a/docs/tutorial/first-steps.md b/docs/tutorial/first-steps.md index de0b081..621275a 100644 --- a/docs/tutorial/first-steps.md +++ b/docs/tutorial/first-steps.md @@ -5,7 +5,7 @@ To start beastiary use the `beastiary` command. This will start the beastiary se ```console $ beastiary -🐙🐁 STARTING BEASTIARY 🐁🐙 +🐙🐁 STARTING BEASTIARY 🐁🐙 Go to: http://127.0.0.1:5000/login?token=8e02d06b-d30e-4a89-8476-fb22712a31b3 If prompted enter token: 8e02d06b-d30e-4a89-8476-fb22712a31b3 diff --git a/docs/tutorial/log-file-format.md b/docs/tutorial/log-file-format.md index 4756f5d..a669e82 100644 --- a/docs/tutorial/log-file-format.md +++ b/docs/tutorial/log-file-format.md @@ -17,7 +17,7 @@ Beastiary can read other delimited text file e.g. csv. To change the default del ```console $ beastiary --delimiter , data/beast.csv -🐙🐁 STARTING BEASTIARY 🐁🐙 +🐙🐁 STARTING BEASTIARY 🐁🐙 Adding log files: ✅ - data/beast.csv diff --git a/docs/tutorial/logs-from-the-command-line.md b/docs/tutorial/logs-from-the-command-line.md index 181551d..c9ec2da 100644 --- a/docs/tutorial/logs-from-the-command-line.md +++ b/docs/tutorial/logs-from-the-command-line.md @@ -7,7 +7,7 @@ A path to a log file can be passed to `beastiary` via the command line. The ✅ ```console $ beastiary data/hcv_coal.log -🐙🐁 STARTING BEASTIARY 🐁🐙 +🐙🐁 STARTING BEASTIARY 🐁🐙 Adding log files: ✅ - data/hcv_coal.log @@ -28,7 +28,7 @@ Multiple paths can be passed to `beastiary` via the command line. The ✅ indica ```console $ beastiary data/hcv_coal.log data/prior.ebola.log -🐙🐁 STARTING BEASTIARY 🐁🐙 +🐙🐁 STARTING BEASTIARY 🐁🐙 Adding log files: ✅ - data/hcv_coal.log @@ -49,7 +49,7 @@ Bash style pattern matching can be used as short hand to specify multiple files. ```console $ beastiary data/*.log -🐙🐁 STARTING BEASTIARY 🐁🐙 +🐙🐁 STARTING BEASTIARY 🐁🐙 Adding log files: ✅ - data/hcv_coal.log diff --git a/docs/tutorial/remote-beastiary.md b/docs/tutorial/remote-beastiary.md index e796128..3547236 100644 --- a/docs/tutorial/remote-beastiary.md +++ b/docs/tutorial/remote-beastiary.md @@ -19,7 +19,7 @@ The easiest way to access beastiary on a remote server is to use the `--share` f ```console $ beastiary --share -🐙🐁 STARTING BEASTIARY 🐁🐙 +🐙🐁 STARTING BEASTIARY 🐁🐙 Go to: http://127.0.0.1:5000/login?token=8e02d06b-d30e-4a89-8476-fb22712a31b3 @@ -77,7 +77,7 @@ Now that you are logged into the HPC start beastiary using the `beastiary` comma ```console $ beastiary -🐙🐁 STARTING BEASTIARY 🐁🐙 +🐙🐁 STARTING BEASTIARY 🐁🐙 Go to: http://127.0.0.1:5000/login?token=8e02d06b-d30e-4a89-8476-fb22712a31b3 diff --git a/docs/tutorial/running-in-the-background.md b/docs/tutorial/running-in-the-background.md index db4c516..9b4895f 100644 --- a/docs/tutorial/running-in-the-background.md +++ b/docs/tutorial/running-in-the-background.md @@ -10,7 +10,7 @@ Putting a `&` at the end of the `beastiary` will run beackground, but output wil $ beastiary & [1] 46918 -🐙🐁 STARTING BEASTIARY 🐁🐙 +🐙🐁 STARTING BEASTIARY 🐁🐙 Adding log files: ✅ - data/hcv_coal.log diff --git a/docs/tutorial/security.md b/docs/tutorial/security.md index 3f5d543..60983d0 100644 --- a/docs/tutorial/security.md +++ b/docs/tutorial/security.md @@ -5,7 +5,7 @@ By default beastiary will generate a unique token used to log in to the webapp. ```console $ beastiary --no-security -🐙🐁 STARTING BEASTIARY 🐁🐙 +🐙🐁 STARTING BEASTIARY 🐁🐙 Go to: http://127.0.0.1:5000/login?token=8e02d06b-d30e-4a89-8476-fb22712a31b3 @@ -28,7 +28,7 @@ Use the `--token` option to define your own token e.g. so it's the same every ti ```console $ beastiary --token weakPassword -🐙🐁 STARTING BEASTIARY 🐁🐙 +🐙🐁 STARTING BEASTIARY 🐁🐙 Go to: http://127.0.0.1:5000/login?token=weakPassword