Skip to content
Snippets Groups Projects
Verified Commit 9dc7b37e authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Update home page links

parent 8325ff10
No related branches found
No related tags found
1 merge request!8Resolve "Add deployment"
Pipeline #7121 passed
......@@ -15,7 +15,7 @@
<p>The term uhepp might refer to one of three distinct projects. It should be
clear from the context which component is meant. The three parts are:</p>
<div class="row">
<div class="col-lg-4 d-flex">
<div class="col-lg-4 d-flex py-2">
<div class="card">
<div class="card-body">
<h3 class="card-title">A storage format</h3>
......@@ -28,7 +28,7 @@ clear from the context which component is meant. The three parts are:</p>
in your favorite format that supports lists and maps, for example, YAML or
JSON.</p>
<p>
<a class="btn btn-primary" href="https://gitlab.cern.ch/fsauerbu/uhepp/-/blob/master/README.md">
<a class="btn btn-primary" href="https://uhepp.readthedocs.io/en/latest/storage_format.html">
Read the specs
</a>
</p>
......@@ -37,7 +37,7 @@ clear from the context which component is meant. The three parts are:</p>
</div>
</div>
<div class="col-lg-4 d-flex">
<div class="col-lg-4 d-flex py-2">
<div class="card">
<div class="card-body">
<h3 class="card-title">A Python package</h3>
......@@ -50,7 +50,7 @@ clear from the context which component is meant. The three parts are:</p>
<p>Additionally, the Python package offers methods to push plots to or pull
plots from a public web service.</p>
<p>
<a class="btn btn-primary" href="https://gitlab.cern.ch/fsauerbu/uhepp/-/blob/master/README.md">
<a class="btn btn-primary" href="https://pypi.org/project/uhepp/">
Get the package
</a>
</p>
......@@ -59,7 +59,7 @@ clear from the context which component is meant. The three parts are:</p>
</div>
</div>
<div class="col-lg-4 d-flex">
<div class="col-lg-4 d-flex py-2">
<div class="card">
<div class="card-body">
<h3 class="card-title">A web service</h3>
......@@ -74,8 +74,7 @@ clear from the context which component is meant. The three parts are:</p>
your colleagues.
</p>
<p>
<a class="btn btn-primary"
href="https://gitlab.cern.ch/fsauerbu/uhepp/-/blob/20-add-documentation/docs/GettingStarted.ipynb">
<a class="btn btn-primary" href="https://uhepp.readthedocs.io/en/latest/GettingStarted.html">
Let's get started
</a>
</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment