Skip to content

Commit

Permalink
Better ToC in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
davidedellagiustina authored Jan 17, 2024
1 parent 76c957b commit 4df81b5
Showing 1 changed file with 14 additions and 20 deletions.
34 changes: 14 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,21 @@
<br/>
<div align=right>Table of Contents ↗️</div>

<p align="center">
<a href="https://github.com/davidedellagiustina/qasp-solver">
<img src="img/logo.png" alt="Logo" height=80">
</a>
<h3 align="center">QASP Solver</h3>
<p align="center">
<img src="https://img.shields.io/static/v1?label=&message=ASP&color=yellow" alt="ASP">
<img src="https://img.shields.io/static/v1?label=&message=python&color=blue" alt="python">
<img src="https://img.shields.io/static/v1?label=&message=qiskit&color=purple" alt="qiskit">
<img src="https://img.shields.io/static/v1?label=license&message=MIT&color=green" alt="MIT license">
<br/>
<a href="https://github.com/davidedellagiustina/qasp-solver">
<img src="img/logo.png" alt="Logo" height=80">
</a>
<h1 align="center">QASP Solver</h1>
<p align="center">
<img src="https://img.shields.io/static/v1?label=&message=ASP&color=yellow" alt="ASP">
<img src="https://img.shields.io/static/v1?label=&message=python&color=blue" alt="python">
<img src="https://img.shields.io/static/v1?label=&message=qiskit&color=purple" alt="qiskit">
<img src="https://img.shields.io/static/v1?label=license&message=MIT&color=green" alt="MIT license">
<br/>
Quantum algorithms for solving ASP programs.
<br/>
</p>
<br/>
</p>
</p>

## Table of contents

- [Build instructions](#build-instructions)
- [Python virtual environment](#python-virtual-environment)
- [Dependencies](#dependencies)
- [Running the examples](#running-the-examples)

## Build instructions

### Python virtual environment
Expand Down

0 comments on commit 4df81b5

Please sign in to comment.