Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Jan 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions utils/update-docs-dialects.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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