Skip to content
Snippets Groups Projects
Commit 7150cde1 authored by Andi Gerken's avatar Andi Gerken
Browse files

Documentation link does not get style.

parent 55d6adf9
No related branches found
No related tags found
No related merge requests found
Pipeline #37243 passed
......@@ -11,7 +11,7 @@
This repository implements an easy to use interface, to create, save, load, and work with [specification-compliant](https://git.imp.fu-berlin.de/bioroboticslab/robofish/track_format) hdf5 files, containing 2D swarm data. This repository should be used by the different swarm projects to generate comparable standardized files.
### <a href="http://agerken.de/io/index.html"><i class="fas fa-file-alt" aria-hidden="true"></i> Documentation</a>
### <a href="http://agerken.de/io/index.html">Documentation</a>
## Installation
......@@ -72,29 +72,4 @@ Current modes are:
- turn
- tank_positions
- trajectories
- follow_iid
<style>
.myButton {
background:#3971cc;
background-color:#3971cc;
border-radius:9px;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:20px;
padding:8px 16px;
text-decoration:none;
}
.myButton:hover {
background:#396bd1;
background-color:#396bd1;
color: #e0e0e0;
text-decoration: none;
}
.myButton:active {
position:relative;
top:1px;
}
</style>
\ No newline at end of file
- follow_iid
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment