Skip to content

Commit

Permalink
New header
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaron committed Feb 20, 2024
1 parent 7abbbdf commit 282e805
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
7 changes: 4 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// suppress inspection "Annotator" for whole file
= Roboquant
image::/docs/roboquant_header.png[roboquant Logo, align="center", link="https://roboquant.org"]

:icons: font

ifdef::env-github[]
Expand All @@ -25,7 +26,7 @@ image:https://sonarcloud.io/api/project_badges/measure?project=neurallayer_roboq
image:https://sonarcloud.io/api/project_badges/measure?project=neurallayer_roboquant&metric=security_rating[Security Rating, link=https://sonarcloud.io/component_measures?metric=new_security_rating&view=list&id=neurallayer_roboquant]
image:https://sonarcloud.io/api/project_badges/measure?project=neurallayer_roboquant&metric=sqale_rating[Maintainability Rating, link=https://sonarcloud.io/component_measures?id=neurallayer_roboquant&metric=new_maintainability_rating&view=list]

image::/docs/roboquant_header.png[roboquant Logo, align="center", link="https://roboquant.org"]


_Roboquant_ is an algorithmic trading platform that is lightning fast and flexible while at the same time strives to be developer friendly. It is fully open source, written in Kotlin, and can be used in Jupyter Notebooks as well as standalone applications.

Expand Down Expand Up @@ -115,7 +116,7 @@ docker run -p 8888:8888 roboquant/jupyter
----

== Features
Some key features of roboquant are:
Some key features of _roboquant_ are:

* [x] Blazingly fast back-testing, even on large volumes of historical data
* [x] Easy to develop your own strategies and integrate with third party brokers and data providers
Expand Down
Binary file modified docs/roboquant_header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 0 additions & 6 deletions roboquant-binance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,5 @@
<version>2.9.0</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id/>
<url>https://repo.maven.apache.org/maven2/</url>
</repository>
</repositories>

</project>

0 comments on commit 282e805

Please sign in to comment.