Skip to content

Commit

Permalink
Add links across documentation versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mi-La committed Jun 3, 2024
1 parent c4b4c30 commit 47379c9
Show file tree
Hide file tree
Showing 24 changed files with 431 additions and 200 deletions.
17 changes: 12 additions & 5 deletions doc/runtime/2.10.0/cpp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,17 @@
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Zserio
&#160;<span id="projectnumber">2.10.0</span>
<div id="projectname">Zserio C++ runtime library</div>
<div id="projectbrief">
Built for Zserio
<select id="zserio-version-select" style="font-size: 100%; margin-bottom: 1px; padding: 2px;" onChange="(function(value){ var url = top.document.URL.split('/'); url[url.length-3] = `${value}`; top.location.href=url.join('/'); })(value)">
<option value="2.14.0">2.14.0</option>
<option value="2.13.0">2.13.0</option>
<option value="2.12.0">2.12.0</option>
<option value="2.11.0">2.11.0</option>
<option value="2.10.0" selected>2.10.0</option>
</select>
</div>
<div id="projectbrief">C++ runtime library</div>
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -58,7 +65,7 @@
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
Expand All @@ -77,7 +84,7 @@

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
Expand Down
12 changes: 11 additions & 1 deletion doc/runtime/2.10.0/java/overview-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,17 @@
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 class="title">
<h1>Zserio Java Runtime Library Documentation</h1><h2>Version 2.10.0</h2
<h1>Zserio Java Runtime Library Documentation</h1>
<h2>
Built for Zserio
<select id="zserio-version-select" style="font-size: 100%; margin-bottom: 1px; padding: 2px;" onChange="(function(value){ var url = top.document.URL.split('/'); url[url.length-3] = `${value}`; top.location.href=url.join('/'); })(value)">
<option value="2.14.0">2.14.0</option>
<option value="2.13.0">2.13.0</option>
<option value="2.12.0">2.12.0</option>
<option value="2.11.0">2.11.0</option>
<option value="2.10.0" selected>2.10.0</option>
</select>
</h2>
</h1>
</div>
<div class="header">
Expand Down
38 changes: 25 additions & 13 deletions doc/runtime/2.10.0/python/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,37 @@
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="zserio package" href="zserio.html" />

<link rel="stylesheet" href="_static/custom.css" type="text/css" />


<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />

</head><body>


<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">


<div class="body" role="main">

<section id="zserio-python-runtime-library-documentation">
<h1>Zserio Python runtime library documentation<a class="headerlink" href="#zserio-python-runtime-library-documentation" title="Permalink to this heading"></a></h1>
<p>Zserio Python runtime library version 2.10.0.</p>
<div class="line-block">
<div class="line">Zserio Python runtime library</div>
<div class="line">
Built for Zserio
<select id="zserio-version-select" style="font-size: 100%; margin-bottom: 1px; padding: 2px;" onChange="(function(value){ var url = top.document.URL.split('/'); url[url.length-3] = `${value}`; top.location.href=url.join('/'); })(value)">
<option value="2.14.0">2.14.0</option>
<option value="2.13.0">2.13.0</option>
<option value="2.12.0">2.12.0</option>
<option value="2.11.0">2.11.0</option>
<option value="2.10.0" selected>2.10.0</option>
</select>
</div>
</div>
<p>It implements all functionality needed by Zserio code generated by Python extension.</p>
<p>Furthermore, it provides the following convenient functionality for generated Zserio objects which can be
called by applications:</p>
Expand All @@ -56,7 +68,7 @@ <h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Pe


</div>

</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
Expand Down Expand Up @@ -120,15 +132,15 @@ <h3 id="searchlabel">Quick search</h3>
</div>
<div class="footer">
&copy;Copyright (c) 2018-2022, Navigation Data Standard e.v..

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 6.1.3</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.13</a>

</div>






</body>
</html>
</html>
38 changes: 25 additions & 13 deletions doc/runtime/2.10.0/python/zserio.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,37 @@
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="zserio.array module" href="zserio.array.html" />
<link rel="prev" title="Zserio Python runtime library documentation" href="index.html" />

<link rel="stylesheet" href="_static/custom.css" type="text/css" />


<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />

</head><body>


<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">


<div class="body" role="main">

<section id="module-zserio">
<span id="zserio-package"></span><h1>zserio package<a class="headerlink" href="#module-zserio" title="Permalink to this heading"></a></h1>
<p>Zserio Python runtime library version 2.10.0.</p>
<div class="line-block">
<div class="line">Zserio Python runtime library</div>
<div class="line">
Built for Zserio
<select id="zserio-version-select" style="font-size: 100%; margin-bottom: 1px; padding: 2px;" onChange="(function(value){ var url = top.document.URL.split('/'); url[url.length-3] = `${value}`; top.location.href=url.join('/'); })(value)">
<option value="2.14.0">2.14.0</option>
<option value="2.13.0">2.13.0</option>
<option value="2.12.0">2.12.0</option>
<option value="2.11.0">2.11.0</option>
<option value="2.10.0" selected>2.10.0</option>
</select>
</div>
</div>
<p>It implements all functionality needed by Zserio code generated by Python extension.</p>
<p>Furthermore, it provides the following convenient functionality for generated Zserio objects which can be
called by applications:</p>
Expand Down Expand Up @@ -787,7 +799,7 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this


</div>

</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
Expand Down Expand Up @@ -854,15 +866,15 @@ <h3 id="searchlabel">Quick search</h3>
</div>
<div class="footer">
&copy;Copyright (c) 2018-2022, Navigation Data Standard e.v..

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 6.1.3</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.13</a>

</div>






</body>
</html>
</html>
21 changes: 14 additions & 7 deletions doc/runtime/2.11.0/cpp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,17 @@
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Zserio
&#160;<span id="projectnumber">2.11.0</span>
<div id="projectname">Zserio C++ runtime library</div>
<div id="projectbrief">
Built for Zserio
<select id="zserio-version-select" style="font-size: 100%; margin-bottom: 1px; padding: 2px;" onChange="(function(value){ var url = top.document.URL.split('/'); url[url.length-3] = `${value}`; top.location.href=url.join('/'); })(value)">
<option value="2.14.0">2.14.0</option>
<option value="2.13.0">2.13.0</option>
<option value="2.12.0">2.12.0</option>
<option value="2.11.0" selected>2.11.0</option>
<option value="2.10.0">2.10.0</option>
</select>
</div>
<div id="projectbrief">C++ runtime library</div>
</td>
</tr>
</tbody>
Expand All @@ -59,8 +66,8 @@
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
Expand All @@ -76,7 +83,7 @@
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
Expand All @@ -93,7 +100,7 @@

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
Expand Down
12 changes: 11 additions & 1 deletion doc/runtime/2.11.0/java/overview-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,17 @@
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 class="title">
<h1>Zserio Java Runtime Library Documentation</h1><h2>Version 2.11.0</h2
<h1>Zserio Java Runtime Library Documentation</h1>
<h2>
Built for Zserio
<select id="zserio-version-select" style="font-size: 100%; margin-bottom: 1px; padding: 2px;" onChange="(function(value){ var url = top.document.URL.split('/'); url[url.length-3] = `${value}`; top.location.href=url.join('/'); })(value)">
<option value="2.14.0">2.14.0</option>
<option value="2.13.0">2.13.0</option>
<option value="2.12.0">2.12.0</option>
<option value="2.11.0" selected>2.11.0</option>
<option value="2.10.0">2.10.0</option>
</select>
</h2>
</h1>
</div>
<div class="header">
Expand Down
38 changes: 25 additions & 13 deletions doc/runtime/2.11.0/python/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,37 @@
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="zserio package" href="zserio.html" />

<link rel="stylesheet" href="_static/custom.css" type="text/css" />


<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />

</head><body>


<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">


<div class="body" role="main">

<section id="zserio-python-runtime-library-documentation">
<h1>Zserio Python runtime library documentation<a class="headerlink" href="#zserio-python-runtime-library-documentation" title="Permalink to this heading"></a></h1>
<p>Zserio Python runtime library version 2.11.0.</p>
<div class="line-block">
<div class="line">Zserio Python runtime library</div>
<div class="line">
Built for Zserio
<select id="zserio-version-select" style="font-size: 100%; margin-bottom: 1px; padding: 2px;" onChange="(function(value){ var url = top.document.URL.split('/'); url[url.length-3] = `${value}`; top.location.href=url.join('/'); })(value)">
<option value="2.14.0">2.14.0</option>
<option value="2.13.0">2.13.0</option>
<option value="2.12.0">2.12.0</option>
<option value="2.11.0" selected>2.11.0</option>
<option value="2.10.0">2.10.0</option>
</select>
</div>
</div>
<p>It implements all functionality needed by Zserio code generated by Python extension.</p>
<p>Furthermore, it provides the following convenient functionality for generated Zserio objects which can be
called by applications:</p>
Expand All @@ -55,7 +67,7 @@ <h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Pe


</div>

</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
Expand Down Expand Up @@ -119,15 +131,15 @@ <h3 id="searchlabel">Quick search</h3>
</div>
<div class="footer">
&copy;Copyright (c) 2018-2022, Navigation Data Standard e.v..

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 7.0.0</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.13</a>

</div>






</body>
</html>
</html>
Loading

0 comments on commit 47379c9

Please sign in to comment.