summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInari Listenmaa <inari.listenmaa@gmail.com>2025-08-22 10:37:54 +0200
committerInari Listenmaa <inari.listenmaa@gmail.com>2025-08-22 10:37:54 +0200
commit0f4d13dd20b1aaf5e5e7e021212505a369891334 (patch)
tree048f8ee6faeae584ec705895e161ba7c3fb789fe
parent278397db2070f6b923dbd0d7b10e0620c233f252 (diff)
add direct link to Python API
-rw-r--r--index.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/index.html b/index.html
index 0c4b812dd..0fb5db742 100644
--- a/index.html
+++ b/index.html
@@ -72,8 +72,12 @@
<li><a href="doc/gf-developers.html">Developers Guide</a></li>
<!-- <li><a href="/~hallgren/gf-experiment/browse/">Browse Source Code</a></li> -->
<li>PGF library API:<br>
- <a href="http://hackage.haskell.org/package/gf/docs/PGF.html">Haskell</a> /
- <a href="doc/runtime-api.html">C&nbsp;runtime</a>
+ <ul>
+ <li><a href="http://hackage.haskell.org/package/gf/docs/PGF.html">Haskell</a>
+ </li><li><a href="doc/runtime-api.html#python">Python</a>
+ </li><li><a href="doc/runtime-api.html">C&nbsp;runtime</a>
+ </li>
+ </ul>
</li>
<li><a href="http://hackage.haskell.org/package/gf/docs/GF.html">GF compiler API</a></li>
<!-- <li><a href="src/ui/android/README">GF on Android (new)</a></li>