Skip to content

Commit

Permalink
Update generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rebkwok committed Oct 24, 2024
1 parent 3925a8c commit 2af62b7
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/includes/generated_docs/language__dataset.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,18 @@ dataset.configure_dummy_data(population_size=10000)
```
</div>

<div class="attr-heading" id="Dataset.configure_next_gen_dummy_data">
<tt><strong>configure_next_gen_dummy_data</strong>(<em>population_size</em>)</tt>
<a class="headerlink" href="#Dataset.configure_next_gen_dummy_data" title="Permanent link">🔗</a>
</div>
<div markdown="block" class="indent">
Configure the dummy data to be generated, using the 'next generation' dummy data.

Note that this feature is currently experimental and is not fully documented yet.

```py
dataset.configure_next_gen_dummy_data(population_size=10000)
```
</div>

</div>
14 changes: 14 additions & 0 deletions docs/includes/generated_docs/language__measures.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,20 @@ measures.configure_dummy_data(population_size=10000)
```
</div>

<div class="attr-heading" id="Measures.configure_next_gen_dummy_data">
<tt><strong>configure_next_gen_dummy_data</strong>(<em>population_size</em>)</tt>
<a class="headerlink" href="#Measures.configure_next_gen_dummy_data" title="Permanent link">🔗</a>
</div>
<div markdown="block" class="indent">
Configure the dummy data to be generated, using the 'next generation' dummy data.

Note that this feature is currently experimental and is not fully documented yet.

```py
measures.configure_next_gen_dummy_data(population_size=10000)
```
</div>

<div class="attr-heading" id="Measures.configure_disclosure_control">
<tt><strong>configure_disclosure_control</strong>(<em>enabled=True</em>)</tt>
<a class="headerlink" href="#Measures.configure_disclosure_control" title="Permanent link">🔗</a>
Expand Down

0 comments on commit 2af62b7

Please sign in to comment.