Skip to content

Commit

Permalink
Work on pimpl_my_class doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Dec 14, 2023
1 parent 4dbadfe commit 74b93ea
Show file tree
Hide file tree
Showing 25 changed files with 1,189 additions and 1,077 deletions.
2 changes: 1 addition & 1 deletion docs/litgen_book/.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: 0f54fe0f8640c68fa5ba6bcec04199d9
config: 92d93191a82c67a0864aa1d0f9434b69
tags: 645f666f9bcd5a90fca523b33c5a78b7
50 changes: 25 additions & 25 deletions docs/litgen_book/01_05_05_online.html
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@



<li><a href="https://mybinder.org/v2/gh/pthom/litgen/main?urlpath=lab/tree/packages/litgen/litgen-book/01_05_05_online.ipynb" target="_blank"
<li><a href="https://mybinder.org/v2/gh/pthom/litgen/main?urlpath=lab/tree/litgen-book/01_05_05_online.ipynb" target="_blank"
class="btn btn-sm dropdown-item"
title="Launch onBinder"
data-bs-placement="left" data-bs-toggle="tooltip"
Expand Down Expand Up @@ -558,7 +558,7 @@ <h1>Use litgen online<a class="headerlink" href="#use-litgen-online" title="Perm
</style>

<script>
function copy_code_1702590480842_062() {
function copy_code_1702591028828_753() {
let code = `#################### <generated_from:BoxedTypes> ####################
class BoxedBool:
value: bool
Expand Down Expand Up @@ -628,10 +628,10 @@ <h1>Use litgen online<a class="headerlink" href="#use-litgen-online" title="Perm
navigator.clipboard.writeText(code);
}
</script>
<button class="collapsible_header" id="btn_1702590480842_062_2" >Corresponding python decls (stub)</button>
<div class="collapsible_content" id="content_1702590480842_062_2">
<button class="collapsible_header" id="btn_1702591028828_753_2" >Corresponding python decls (stub)</button>
<div class="collapsible_content" id="content_1702591028828_753_2">
<div>
<button onclick="copy_code_1702590480842_062()" align="right">copy &#x270d;</button>
<button onclick="copy_code_1702591028828_753()" align="right">copy &#x270d;</button>
</div>
<style>pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
Expand Down Expand Up @@ -773,10 +773,10 @@ <h1>Use litgen online<a class="headerlink" href="#use-litgen-online" title="Perm
</div>

<script>
var button = document.getElementById("btn_1702590480842_062_2");
var button = document.getElementById("btn_1702591028828_753_2");
button.addEventListener("click", function() {
this.classList.toggle("collapsible_header_opened");
var content = document.getElementById("content_1702590480842_062_2");
var content = document.getElementById("content_1702591028828_753_2");
if (content.style.maxHeight){
content.style.maxHeight = null;
} else {
Expand All @@ -786,9 +786,9 @@ <h1>Use litgen online<a class="headerlink" href="#use-litgen-online" title="Perm
</script>

<script>
var collapsible_header = document.getElementById("btn_1702590480842_062_2");
var collapsible_header = document.getElementById("btn_1702591028828_753_2");
collapsible_header.classList.toggle("collapsible_header_opened");
var collapsible_content = document.getElementById("content_1702590480842_062_2");
var collapsible_content = document.getElementById("content_1702591028828_753_2");
collapsible_content.style.maxHeight = "80em";
</script>
<br/>
Expand Down Expand Up @@ -837,7 +837,7 @@ <h1>Use litgen online<a class="headerlink" href="#use-litgen-online" title="Perm
</style>

<script>
function copy_code_1702590480825_353() {
function copy_code_1702591028811_9949() {
let code = `//////////////////// <generated_from:BoxedTypes> ////////////////////
auto pyClassBoxedBool =
py::class_<BoxedBool>
Expand Down Expand Up @@ -915,10 +915,10 @@ <h1>Use litgen online<a class="headerlink" href="#use-litgen-online" title="Perm
navigator.clipboard.writeText(code);
}
</script>
<button class="collapsible_header" id="btn_1702590480825_353_0" >pybind11 C++ binding code</button>
<div class="collapsible_content" id="content_1702590480825_353_0">
<button class="collapsible_header" id="btn_1702591028811_9949_0" >pybind11 C++ binding code</button>
<div class="collapsible_content" id="content_1702591028811_9949_0">
<div>
<button onclick="copy_code_1702590480825_353()" align="right">copy &#x270d;</button>
<button onclick="copy_code_1702591028811_9949()" align="right">copy &#x270d;</button>
</div>
<style>pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
Expand Down Expand Up @@ -1068,10 +1068,10 @@ <h1>Use litgen online<a class="headerlink" href="#use-litgen-online" title="Perm
</div>

<script>
var button = document.getElementById("btn_1702590480825_353_0");
var button = document.getElementById("btn_1702591028811_9949_0");
button.addEventListener("click", function() {
this.classList.toggle("collapsible_header_opened");
var content = document.getElementById("content_1702590480825_353_0");
var content = document.getElementById("content_1702591028811_9949_0");
if (content.style.maxHeight){
content.style.maxHeight = null;
} else {
Expand All @@ -1081,9 +1081,9 @@ <h1>Use litgen online<a class="headerlink" href="#use-litgen-online" title="Perm
</script>

<script>
var collapsible_header = document.getElementById("btn_1702590480825_353_0");
var collapsible_header = document.getElementById("btn_1702591028811_9949_0");
collapsible_header.classList.toggle("collapsible_header_opened");
var collapsible_content = document.getElementById("content_1702590480825_353_0");
var collapsible_content = document.getElementById("content_1702591028811_9949_0");
collapsible_content.style.maxHeight = "80em";
</script>
<br/>
Expand Down Expand Up @@ -1132,7 +1132,7 @@ <h1>Use litgen online<a class="headerlink" href="#use-litgen-online" title="Perm
</style>

<script>
function copy_code_1702590480825_9158() {
function copy_code_1702591028812_564() {
let code = `struct BoxedBool
{
bool value;
Expand All @@ -1143,10 +1143,10 @@ <h1>Use litgen online<a class="headerlink" href="#use-litgen-online" title="Perm
navigator.clipboard.writeText(code);
}
</script>
<button class="collapsible_header" id="btn_1702590480825_9158_1" >C++ glue code</button>
<div class="collapsible_content" id="content_1702590480825_9158_1">
<button class="collapsible_header" id="btn_1702591028812_564_1" >C++ glue code</button>
<div class="collapsible_content" id="content_1702591028812_564_1">
<div>
<button onclick="copy_code_1702590480825_9158()" align="right">copy &#x270d;</button>
<button onclick="copy_code_1702591028812_564()" align="right">copy &#x270d;</button>
</div>
<style>pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
Expand Down Expand Up @@ -1229,10 +1229,10 @@ <h1>Use litgen online<a class="headerlink" href="#use-litgen-online" title="Perm
</div>

<script>
var button = document.getElementById("btn_1702590480825_9158_1");
var button = document.getElementById("btn_1702591028812_564_1");
button.addEventListener("click", function() {
this.classList.toggle("collapsible_header_opened");
var content = document.getElementById("content_1702590480825_9158_1");
var content = document.getElementById("content_1702591028812_564_1");
if (content.style.maxHeight){
content.style.maxHeight = null;
} else {
Expand All @@ -1242,9 +1242,9 @@ <h1>Use litgen online<a class="headerlink" href="#use-litgen-online" title="Perm
</script>

<script>
var collapsible_header = document.getElementById("btn_1702590480825_9158_1");
var collapsible_header = document.getElementById("btn_1702591028812_564_1");
collapsible_header.classList.toggle("collapsible_header_opened");
var collapsible_content = document.getElementById("content_1702590480825_9158_1");
var collapsible_content = document.getElementById("content_1702591028812_564_1");
collapsible_content.style.maxHeight = "80em";
</script>
</div></div>
Expand Down
Loading

0 comments on commit 74b93ea

Please sign in to comment.