Skip to content

Commit

Permalink
Deployed 614e5bc to latest with MkDocs 1.6.1 and mike 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rturrado committed Oct 10, 2024
1 parent adcfeda commit aeccaa6
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion latest/api/cpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@

<h1>C++</h1>

<p>libQASM C++ API is defined in <code>include/v3x/cqasm-py.hpp</code>.</p>
<p>libQASM C++ API is defined in <code>include/v3x/cqasm_python.hpp</code>.</p>
<p>The only exported class is <code>V3xAnalyzer</code>.
This is actually a C++ class that works as a binding for accessing C++ code from Python.</p>
<div class="docblock">
Expand Down
2 changes: 1 addition & 1 deletion latest/dev-guide/dev-guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,7 @@ <h1>Dev Guide</h1>
<h2 id="file-organization">File organization</h2>
<p>For development, see:</p>
<ul>
<li><code>include</code>: public headers.</li>
<li><code>include/libqasm</code>: public headers.</li>
<li><code>src</code>: source files.</li>
<li><code>test</code>: test files.</li>
<li><code>python</code>: SWIG interface.</li>
Expand Down
2 changes: 1 addition & 1 deletion latest/search/search_index.json

Large diffs are not rendered by default.

Binary file modified latest/sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion latest/user-guide/cpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ <h1>C++</h1>
<p>You will need to have <code>Java JRE</code> &gt;= 11 installed in case Conan needs to build libQASM.</p>
</div>
<p><strong>Example</strong>:</p>
<pre><code class="language-cpp">#include &quot;v3x/cqasm-py.hpp&quot;
<pre><code class="language-cpp">#include &quot;libqasm/v3x/cqasm_python.hpp&quot;

auto program = std::string{ R&quot;(
version 3.0
Expand Down

0 comments on commit aeccaa6

Please sign in to comment.