From 0bab47890065010583dd8f7a9857431cbf8adeeb Mon Sep 17 00:00:00 2001 From: Seyon Sivarajah Date: Mon, 15 Apr 2024 10:59:18 +0100 Subject: [PATCH] docs: add logo svg to readme and spec (#925) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Using vector with no size specified but github seems to scale it to something sensible 🤷 line by line source tracking on logo definition woo --- .gitignore | 3 ++ hugr/README.md | 2 ++ hugr/assets/LICENCE.md | 4 +++ hugr/assets/hugr_logo.svg | 66 +++++++++++++++++++++++++++++++++++++++ specification/hugr.md | 3 ++ 5 files changed, 78 insertions(+) create mode 100644 hugr/assets/LICENCE.md create mode 100644 hugr/assets/hugr_logo.svg diff --git a/.gitignore b/.gitignore index d1780cda0..7a6651b05 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,6 @@ venv/ # ruff .ruff_cache + + +*.DS_Store diff --git a/hugr/README.md b/hugr/README.md index 63ba16bf0..96c823016 100644 --- a/hugr/README.md +++ b/hugr/README.md @@ -1,3 +1,5 @@ +![](/hugr/assets/hugr_logo.svg) + hugr =============== diff --git a/hugr/assets/LICENCE.md b/hugr/assets/LICENCE.md new file mode 100644 index 000000000..5116872cf --- /dev/null +++ b/hugr/assets/LICENCE.md @@ -0,0 +1,4 @@ +HUGR logo (c) by the HUGR team. +HUGR is licensed under a +Creative Commons Attribution-ShareAlike 4.0 International License. +You should have received a copy of the license along with this diff --git a/hugr/assets/hugr_logo.svg b/hugr/assets/hugr_logo.svg new file mode 100644 index 000000000..6b023e65e --- /dev/null +++ b/hugr/assets/hugr_logo.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + diff --git a/specification/hugr.md b/specification/hugr.md index f2baa4602..0bc5ae59e 100644 --- a/specification/hugr.md +++ b/specification/hugr.md @@ -8,6 +8,9 @@ operations, that facilitates compilation and encodes complete programs, with subprograms that may execute on different (quantum and classical) targets. +![](/hugr/assets/hugr_logo.svg) + + ## Motivation Multiple compilers and tools in the Quantinuum stack use some graph-like