20 lines
677 B
ReStructuredText
20 lines
677 B
ReStructuredText
|
**************************
|
||
|
Online OCaml Documentation
|
||
|
**************************
|
||
|
|
||
|
.. raw:: html
|
||
|
|
||
|
<iframe id="docframe" height="100%" width="100%" src="../api/odoc/index.html"></iframe>
|
||
|
<style>
|
||
|
@media (max-width: 771px) {
|
||
|
#docframe { border:none; position: fixed; top: 70px; bottom: 0; right: 0; left: 0; }
|
||
|
}
|
||
|
@media (min-width: 770px) {
|
||
|
#docframe { border:none; position: fixed; top: 0px; bottom: 0; right: 0; left: 300px; }
|
||
|
}
|
||
|
</style>
|
||
|
<script language="JavaScript">
|
||
|
if (window.location.hash.endsWith(".html"))
|
||
|
document.getElementById('docframe').src = "../api/odoc/" + window.location.hash.slice(1)
|
||
|
</script>
|