File tree 2 files changed +23
-0
lines changed
2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 8
8
api
9
9
ir-biology
10
10
glossary
11
+ versions
11
12
zzz_bibliography
13
+
Original file line number Diff line number Diff line change
1
+ Other versions
2
+ ==============
3
+
4
+ There are other versions of the documentation available:
5
+
6
+
7
+ .. raw :: html
8
+
9
+ <ul id =" versions_container" >
10
+ <li ><a href =" https://icbi-lab.github.io/scirpy" >latest release</a ></li >
11
+ <li ><a href =" https://icbi-lab.github.io/scirpy/develop" >latest development version</a ></li >
12
+ </ul >
13
+ <script type =" text/javascript" >
14
+ fetch (" https://icbi-lab.github.io/scirpy/versions/versions.json" )
15
+ .then (response => response .json ())
16
+ .then (versions => versions .forEach ((x , i ) => {
17
+ document .getElementById (" versions_container" ).innerHTML += ' <li><a href="https://icbi-lab.github.io/scirpy/tags/' + x + ' /">' + x + ' </a></li>\n '
18
+ })).catch ((error ) => {
19
+ document .getElementById (" versions_container" ).innerHTML = " Could not download version information..."
20
+ })
21
+ </script >
You can’t perform that action at this time.
0 commit comments