From 98b21e76b06c11e26b314a0ea72f9699f677c846 Mon Sep 17 00:00:00 2001 From: Ziyang Hu Date: Sun, 6 Nov 2022 21:56:57 +0800 Subject: [PATCH] move images to folder --- README.md | 18 +++++++++--------- .../1_direct_reachable.png | Bin .../2_one_hop_reachable.png | Bin .../3_all_rechable.png | Bin 4_most_hops.png => static/4_most_hops.png | Bin 5_algo.png => static/5_algo.png | Bin 6_err_msg.png => static/6_err_msg.png | Bin 7_js_client.png => static/7_js_client.png | Bin Dockerfile => static/Dockerfile | 0 logo_c.png => static/logo_c.png | Bin .../release_process.md | 0 11 files changed, 9 insertions(+), 9 deletions(-) rename 1_direct_reachable.png => static/1_direct_reachable.png (100%) rename 2_one_hop_reachable.png => static/2_one_hop_reachable.png (100%) rename 3_all_rechable.png => static/3_all_rechable.png (100%) rename 4_most_hops.png => static/4_most_hops.png (100%) rename 5_algo.png => static/5_algo.png (100%) rename 6_err_msg.png => static/6_err_msg.png (100%) rename 7_js_client.png => static/7_js_client.png (100%) rename Dockerfile => static/Dockerfile (100%) rename logo_c.png => static/logo_c.png (100%) rename release_process.md => static/release_process.md (100%) diff --git a/README.md b/README.md index fade6e70..e07021ae 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - +Logo [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/cozodb/cozo/Build)](https://github.com/cozodb/cozo/actions/workflows/build.yml) [![Crates.io](https://img.shields.io/crates/v/cozo)](https://crates.io/crates/cozo) @@ -31,29 +31,29 @@ and `FRA` is the code for Frankfurt Airport. How many airports are directly connected to `FRA`? - +directly connected How many airports are reachable from `FRA` by one stop? - +one stop How many airports are reachable from `FRA` by any number of stops? - +recursion What are the two most difficult to reach airports -by the mininum number of hops required, +by the minimum number of hops required, starting from `FRA`? - +shortest routes What is the shortest path between `FRA` and `YPO`, by actual distance travelled? - +algorithm Cozo attempts to provide nice error messages when you make mistakes: - +error message ## Install @@ -290,7 +290,7 @@ and the body In fact, if you use your browser to navigate to `http://127.0.0.1:9070` and open your developer tools, you will be greeted with a very simple JS client: - +JS console ## Learning CozoScript diff --git a/1_direct_reachable.png b/static/1_direct_reachable.png similarity index 100% rename from 1_direct_reachable.png rename to static/1_direct_reachable.png diff --git a/2_one_hop_reachable.png b/static/2_one_hop_reachable.png similarity index 100% rename from 2_one_hop_reachable.png rename to static/2_one_hop_reachable.png diff --git a/3_all_rechable.png b/static/3_all_rechable.png similarity index 100% rename from 3_all_rechable.png rename to static/3_all_rechable.png diff --git a/4_most_hops.png b/static/4_most_hops.png similarity index 100% rename from 4_most_hops.png rename to static/4_most_hops.png diff --git a/5_algo.png b/static/5_algo.png similarity index 100% rename from 5_algo.png rename to static/5_algo.png diff --git a/6_err_msg.png b/static/6_err_msg.png similarity index 100% rename from 6_err_msg.png rename to static/6_err_msg.png diff --git a/7_js_client.png b/static/7_js_client.png similarity index 100% rename from 7_js_client.png rename to static/7_js_client.png diff --git a/Dockerfile b/static/Dockerfile similarity index 100% rename from Dockerfile rename to static/Dockerfile diff --git a/logo_c.png b/static/logo_c.png similarity index 100% rename from logo_c.png rename to static/logo_c.png diff --git a/release_process.md b/static/release_process.md similarity index 100% rename from release_process.md rename to static/release_process.md