Skip to content

Commit 4125345

Browse files
committed
update repo links
1 parent bbf65df commit 4125345

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

documentation.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,11 @@
4848

4949

5050
<h1 id="description">Documentation</h1>
51-
<p>Will be public as soon as the code is released</p>
51+
52+
<p> Shamrock documentation : <a href="https://shamrock-code.github.io/Shamrock/mkdocs/index.html">Link</a></p>
53+
<p> C++ API documentation : <a href="https://shamrock-code.github.io/Shamrock/doxygen/index.html">Link</a></p>
54+
<p> Python module documentation : <a href="https://shamrock-code.github.io/Shamrock/sphinx/index.html">Link</a></p>
55+
5256

5357

5458

index.html

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,26 @@
4949

5050
<hr>
5151

52-
53-
54-
5552
<h1 id="description">Description</h1>
5653
<p>An general purpose code tu perform hydrodynamical simulations with various numerical methods.
5754
This code is platform agnostic, meaning that it can run on a laptop up to a multi-GPU cluster</p>
5855
<p>The code works using MPI with <a href="https://www.khronos.org/sycl/">SYCL</a> </p>
56+
57+
<hr>
58+
59+
<h1 id="description">Download the code</h1>
60+
<p> On Github : <a href="https://github.com/Shamrock-code/Shamrock">Link</a></p>
61+
62+
<hr>
63+
64+
<h1 id="description">Documentation</h1>
65+
66+
<p> Shamrock documentation : <a href="https://shamrock-code.github.io/Shamrock/mkdocs/index.html">Link</a></p>
67+
<p> C++ API documentation : <a href="https://shamrock-code.github.io/Shamrock/doxygen/index.html">Link</a></p>
68+
<p> Python module documentation : <a href="https://shamrock-code.github.io/Shamrock/sphinx/index.html">Link</a></p>
69+
70+
<hr>
71+
5972
<h2 id="status">Status</h2>
6073
<p>First paper submitted to MNRAS (see <a href="./publications.html">Publications</a>)</p>
6174

0 commit comments

Comments
 (0)