[NFC] Rearrange images in separate folder from docs/ (#386)

* rearrange images in separate folder

* remove images from docs/
This commit is contained in:
Shivam Gupta 2021-01-02 00:48:51 +05:30 committed by GitHub
parent a2b58ae25a
commit 4e48b74663
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
<p align="center"><img src="docs/circt-logo.svg"/></p>
<p align="center"><img src="docs/includes/img/circt-logo.svg"/></p>
[![](https://github.com/circt/circt/workflows/Build%20and%20Test/badge.svg?event=push)](https://github.com/llvm/circt/actions?query=workflow%3A%22Build+and+Test%22)
[![Nightly integration tests](https://github.com/llvm/circt/workflows/Nightly%20integration%20tests/badge.svg)](https://github.com/llvm/circt/actions?query=workflow%3A%22Nightly+integration+tests%22)
@ -23,9 +23,9 @@ for more information.
requests for the CIRCT repository, and gain commit access using the [standard
LLVM policies](https://llvm.discourse.group/c/Projects-that-want-to-become-official-LLVM-Projects/circt/).
Also take a look at the following diagram, which gives a brief overview of the current [dialects and how they interact](docs/dialects.svg):
Also take a look at the following diagram, which gives a brief overview of the current [dialects and how they interact](docs/includes/img/dialects.svg):
<p align="center"><img src="docs/dialects.svg"/></p>
<p align="center"><img src="docs/includes/img/dialects.svg"/></p>
## Motivation

View File

Before

Width:  |  Height:  |  Size: 621 B

After

Width:  |  Height:  |  Size: 621 B

View File

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 63 KiB

View File

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -30,5 +30,5 @@ if DRAWIO=`! which $DRAWIO`; then
fi
# Update the rendered diagrams in the docs.
$DRAWIO -x -t -s 2 -o $DOCS_DIR/dialects.png $DOCS_DIR/dialects.drawio
$DRAWIO -x -t -s 2 -o $DOCS_DIR/dialects.svg $DOCS_DIR/dialects.drawio
$DRAWIO -x -t -s 2 -o $DOCS_DIR/includes/img/dialects.png $DOCS_DIR/dialects.drawio
$DRAWIO -x -t -s 2 -o $DOCS_DIR/includes/img/dialects.svg $DOCS_DIR/dialects.drawio