Skip to content

Commit

Permalink
deploy: 11940d4
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrutgers committed Feb 29, 2024
1 parent 955237b commit 6e852df
Show file tree
Hide file tree
Showing 52 changed files with 146 additions and 144 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 22c5bb306ed9d82d8b437980257dbcbb
config: 34a74a007a435359fb59d50c2082662e
tags: d16c622c04cf49759daab73d0e14b254
2 changes: 1 addition & 1 deletion _static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
VERSION: '1.7.1',
VERSION: '1.7.2-alpha',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
26 changes: 14 additions & 12 deletions doc/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CHANGELOG &mdash; libstored 1.7.1 documentation</title>
<title>CHANGELOG &mdash; libstored 1.7.2-alpha documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=19f00094" />

Expand All @@ -15,7 +15,7 @@

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=a77542ef"></script>
<script src="../_static/documentation_options.js?v=2bffa182"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/theme.js"></script>
Expand All @@ -37,7 +37,7 @@
libstored
</a>
<div class="version">
1.7.1
1.7.2.dev0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down Expand Up @@ -145,7 +145,8 @@
<section id="changelog">
<h1>CHANGELOG<a class="headerlink" href="#changelog" title="Link to this heading"></a></h1>
<p>All notable changes to this project will be documented in this file.</p>
<p>The format is based on <a class="reference external" href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>, and this project adheres to <a class="reference external" href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
<p>The format is based on <a class="reference external" href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>, and this project adheres to
<a class="reference external" href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
<section id="unreleased">
<h2><a class="reference external" href="https://github.com/DEMCON/libstored/compare/v1.7.1...HEAD">Unreleased</a><a class="headerlink" href="#unreleased" title="Link to this heading"></a></h2>
<section id="added">
Expand All @@ -158,15 +159,16 @@ <h2><a class="reference external" href="https://github.com/DEMCON/libstored/rele
<section id="id3">
<h3>Added<a class="headerlink" href="#id3" title="Link to this heading"></a></h3>
<ul class="simple">
<li><p>Implement <cite>NamedPipeLayer</cite> and <cite>DoublePipeLayer</cite> for Linux.</p></li>
<li><p>Allow running <cite>9_fpga</cite> on Linux.</p></li>
<li><p>CRC8, CRC6, Segmentation protocol layers in VHDL. ArqLayer is still missing.</p></li>
<li><p>Implement <code class="docutils literal notranslate"><span class="pre">NamedPipeLayer</span></code> and <code class="docutils literal notranslate"><span class="pre">DoublePipeLayer</span></code> for Linux.</p></li>
<li><p>Allow running <code class="docutils literal notranslate"><span class="pre">examples/9_fpga</span></code> on Linux.</p></li>
<li><p>CRC8, CRC16, Segmentation protocol layers in VHDL. ArqLayer is still missing.</p></li>
</ul>
</section>
<section id="changed">
<h3>Changed<a class="headerlink" href="#changed" title="Link to this heading"></a></h3>
<ul class="simple">
<li><p>Brake dependency on <cite>heatshrink2</cite> Python package by providing a pure-python heatshrink decoder.</p></li>
<li><p>Brake dependency on <code class="docutils literal notranslate"><span class="pre">heatshrink2</span></code> Python package by providing a pure-python
heatshrink decoder.</p></li>
<li><p>Bump ZeroMQ to 4.3.5 when building from source, fixing GCC 13 support.</p></li>
</ul>
</section>
Expand Down Expand Up @@ -197,9 +199,9 @@ <h2><a class="reference external" href="https://github.com/DEMCON/libstored/rele
<section id="id10">
<h3>Added<a class="headerlink" href="#id10" title="Link to this heading"></a></h3>
<ul class="simple">
<li><p><cite>libstored.cmake</cite>, with generator to pylibstored. Instead of cloning the
libstored repo, running <cite>pip install libstored</cite> contains everything to
generate a store. See also <cite>examples/int_pip</cite>.</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">libstored.cmake</span></code>, with generator to pylibstored. Instead of cloning the
libstored repo, running <code class="docutils literal notranslate"><span class="pre">pip</span> <span class="pre">install</span> <span class="pre">libstored</span></code> contains everything to
generate a store. See also <code class="docutils literal notranslate"><span class="pre">examples/int_pip</span></code>.</p></li>
</ul>
</section>
<section id="id11">
Expand All @@ -225,7 +227,7 @@ <h2><a class="reference external" href="https://github.com/DEMCON/libstored/rele
<section id="id15">
<h3>Added<a class="headerlink" href="#id15" title="Link to this heading"></a></h3>
<ul class="simple">
<li><p>Python <cite>libstored.log</cite> command line logging tool to easily generate a CSV
<li><p>Python <code class="docutils literal notranslate"><span class="pre">libstored.log</span></code> command line logging tool to easily generate a CSV
file with samples.</p></li>
</ul>
</section>
Expand Down
6 changes: 3 additions & 3 deletions doc/cpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>C++ &mdash; libstored 1.7.1 documentation</title>
<title>C++ &mdash; libstored 1.7.2-alpha documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=19f00094" />

Expand All @@ -15,7 +15,7 @@

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=a77542ef"></script>
<script src="../_static/documentation_options.js?v=2bffa182"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/theme.js"></script>
Expand All @@ -37,7 +37,7 @@
libstored
</a>
<div class="version">
1.7.1
1.7.2.dev0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
6 changes: 3 additions & 3 deletions doc/cpp_components.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Components &mdash; libstored 1.7.1 documentation</title>
<title>Components &mdash; libstored 1.7.2-alpha documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=19f00094" />

Expand All @@ -15,7 +15,7 @@

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=a77542ef"></script>
<script src="../_static/documentation_options.js?v=2bffa182"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/theme.js"></script>
Expand All @@ -37,7 +37,7 @@
libstored
</a>
<div class="version">
1.7.1
1.7.2.dev0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
6 changes: 3 additions & 3 deletions doc/cpp_config.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Config &mdash; libstored 1.7.1 documentation</title>
<title>Config &mdash; libstored 1.7.2-alpha documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=19f00094" />

Expand All @@ -15,7 +15,7 @@

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=a77542ef"></script>
<script src="../_static/documentation_options.js?v=2bffa182"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/theme.js"></script>
Expand All @@ -37,7 +37,7 @@
libstored
</a>
<div class="version">
1.7.1
1.7.2.dev0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
6 changes: 3 additions & 3 deletions doc/cpp_debugger.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Debugger &mdash; libstored 1.7.1 documentation</title>
<title>Debugger &mdash; libstored 1.7.2-alpha documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=19f00094" />

Expand All @@ -15,7 +15,7 @@

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=a77542ef"></script>
<script src="../_static/documentation_options.js?v=2bffa182"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/theme.js"></script>
Expand All @@ -37,7 +37,7 @@
libstored
</a>
<div class="version">
1.7.1
1.7.2.dev0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
6 changes: 3 additions & 3 deletions doc/cpp_directory.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Directory &mdash; libstored 1.7.1 documentation</title>
<title>Directory &mdash; libstored 1.7.2-alpha documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=19f00094" />

Expand All @@ -15,7 +15,7 @@

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=a77542ef"></script>
<script src="../_static/documentation_options.js?v=2bffa182"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/theme.js"></script>
Expand All @@ -37,7 +37,7 @@
libstored
</a>
<div class="version">
1.7.1
1.7.2.dev0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
6 changes: 3 additions & 3 deletions doc/cpp_pipes.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Pipes &mdash; libstored 1.7.1 documentation</title>
<title>Pipes &mdash; libstored 1.7.2-alpha documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=19f00094" />

Expand All @@ -15,7 +15,7 @@

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=a77542ef"></script>
<script src="../_static/documentation_options.js?v=2bffa182"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/theme.js"></script>
Expand All @@ -37,7 +37,7 @@
libstored
</a>
<div class="version">
1.7.1
1.7.2.dev0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
6 changes: 3 additions & 3 deletions doc/cpp_poller.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Poller &mdash; libstored 1.7.1 documentation</title>
<title>Poller &mdash; libstored 1.7.2-alpha documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=19f00094" />

Expand All @@ -15,7 +15,7 @@

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=a77542ef"></script>
<script src="../_static/documentation_options.js?v=2bffa182"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/theme.js"></script>
Expand All @@ -37,7 +37,7 @@
libstored
</a>
<div class="version">
1.7.1
1.7.2.dev0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
6 changes: 3 additions & 3 deletions doc/cpp_protocol.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Protocol &mdash; libstored 1.7.1 documentation</title>
<title>Protocol &mdash; libstored 1.7.2-alpha documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=19f00094" />

Expand All @@ -15,7 +15,7 @@

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=a77542ef"></script>
<script src="../_static/documentation_options.js?v=2bffa182"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/theme.js"></script>
Expand All @@ -37,7 +37,7 @@
libstored
</a>
<div class="version">
1.7.1
1.7.2.dev0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
6 changes: 3 additions & 3 deletions doc/cpp_synchronizer.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Synchronizer &mdash; libstored 1.7.1 documentation</title>
<title>Synchronizer &mdash; libstored 1.7.2-alpha documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=19f00094" />

Expand All @@ -15,7 +15,7 @@

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=a77542ef"></script>
<script src="../_static/documentation_options.js?v=2bffa182"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/theme.js"></script>
Expand All @@ -37,7 +37,7 @@
libstored
</a>
<div class="version">
1.7.1
1.7.2.dev0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
6 changes: 3 additions & 3 deletions doc/cpp_types.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Types &mdash; libstored 1.7.1 documentation</title>
<title>Types &mdash; libstored 1.7.2-alpha documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=19f00094" />

Expand All @@ -15,7 +15,7 @@

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=a77542ef"></script>
<script src="../_static/documentation_options.js?v=2bffa182"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/theme.js"></script>
Expand All @@ -37,7 +37,7 @@
libstored
</a>
<div class="version">
1.7.1
1.7.2.dev0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
6 changes: 3 additions & 3 deletions doc/cpp_util.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Utilities &mdash; libstored 1.7.1 documentation</title>
<title>Utilities &mdash; libstored 1.7.2-alpha documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=19f00094" />

Expand All @@ -15,7 +15,7 @@

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=a77542ef"></script>
<script src="../_static/documentation_options.js?v=2bffa182"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/theme.js"></script>
Expand All @@ -37,7 +37,7 @@
libstored
</a>
<div class="version">
1.7.1
1.7.2.dev0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
Loading

0 comments on commit 6e852df

Please sign in to comment.