mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-04 18:20:09 +01:00
added doc badges
This commit is contained in:
15
README.rst
15
README.rst
@@ -1,4 +1,4 @@
|
|||||||
.. image:: doc/img/osaca-logo.png
|
.. image:: docs/img/osaca-logo.png
|
||||||
:alt: OSACA logo
|
:alt: OSACA logo
|
||||||
:width: 80%
|
:width: 80%
|
||||||
|
|
||||||
@@ -12,12 +12,23 @@ For an innermost loop kernel in assembly, this tool allows automatic instruction
|
|||||||
|
|
||||||
.. image:: https://travis-ci.org/RRZE-HPC/OSACA.svg?branch=master
|
.. image:: https://travis-ci.org/RRZE-HPC/OSACA.svg?branch=master
|
||||||
:target: https://travis-ci.org/RRZE-HPC/OSACA
|
:target: https://travis-ci.org/RRZE-HPC/OSACA
|
||||||
|
:alt: Build Status
|
||||||
|
|
||||||
.. image:: https://codecov.io/github/RRZE-HPC/OSACA/coverage.svg?branch=master
|
.. image:: https://codecov.io/github/RRZE-HPC/OSACA/coverage.svg?branch=master
|
||||||
:target: https://codecov.io/github/RRZE-HPC/OSACA?branch=master
|
:target: https://codecov.io/github/RRZE-HPC/OSACA?branch=master
|
||||||
|
:alt: Code Coverage
|
||||||
|
|
||||||
|
.. image:: https://readthedocs.org/projects/osaca/badge/?version=latest
|
||||||
|
:target: https://osaca.readthedocs.io/en/latest/?badge=latest
|
||||||
|
:alt: Documentation Status
|
||||||
|
|
||||||
|
.. image:: https://img.shields.io/badge/read-the_docs-blue
|
||||||
|
:target: https://osaca.readthedocs.io/
|
||||||
|
:alt: Docs
|
||||||
|
|
||||||
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
|
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
|
||||||
:target: https://github.com/ambv/black
|
:target: https://github.com/ambv/black
|
||||||
|
:alt: Code Style
|
||||||
|
|
||||||
Getting started
|
Getting started
|
||||||
===============
|
===============
|
||||||
@@ -53,7 +64,7 @@ Design
|
|||||||
======
|
======
|
||||||
A schematic design of OSACA's workflow is shown below:
|
A schematic design of OSACA's workflow is shown below:
|
||||||
|
|
||||||
.. image:: doc/img/osaca-workflow.png
|
.. image:: docs/img/osaca-workflow.png
|
||||||
:alt: OSACA workflow
|
:alt: OSACA workflow
|
||||||
:width: 80%
|
:width: 80%
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user