Skip to content

Commit 0f4d13d

Browse files
committed
add direct link to Python API
1 parent 278397d commit 0f4d13d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,12 @@ <h3>Develop</h3>
7272
<li><a href="doc/gf-developers.html">Developers Guide</a></li>
7373
<!-- <li><a href="/~hallgren/gf-experiment/browse/">Browse Source Code</a></li> -->
7474
<li>PGF library API:<br>
75-
<a href="http://hackage.haskell.org/package/gf/docs/PGF.html">Haskell</a> /
76-
<a href="doc/runtime-api.html">C&nbsp;runtime</a>
75+
<ul>
76+
<li><a href="http://hackage.haskell.org/package/gf/docs/PGF.html">Haskell</a>
77+
</li><li><a href="doc/runtime-api.html#python">Python</a>
78+
</li><li><a href="doc/runtime-api.html">C&nbsp;runtime</a>
79+
</li>
80+
</ul>
7781
</li>
7882
<li><a href="http://hackage.haskell.org/package/gf/docs/GF.html">GF compiler API</a></li>
7983
<!-- <li><a href="src/ui/android/README">GF on Android (new)</a></li>

0 commit comments

Comments
 (0)