Skip to content

Commit

Permalink
Add sampling API to docs (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
katxiao authored Mar 24, 2022
1 parent 4232f12 commit d8ff924
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ ENV/
# Vim
.*.swp

# other
.DS_Store
sdv/data/
docs/**/*.pkl
docs/**/*metadata.json
Expand Down
Binary file removed docs/.DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions docs/api_reference/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and classes in SDV.
timeseries/index
metadata/index
constraints/index
sampling/index
metrics/index
evaluation
demo
10 changes: 10 additions & 0 deletions docs/api_reference/sampling/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.. _sdv.sampling:

sdv.sampling
===============

.. toctree::
:maxdepth: 1
:titlesonly:

tabular
16 changes: 16 additions & 0 deletions docs/api_reference/sampling/tabular.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.. _sdv.sampling.tabular:

Tabular Conditions
===================

.. currentmodule:: sdv.sampling

Condition
~~~~~~~~~

.. autosummary::
:toctree: api/

Condition
Condition.get_column_values
Condition.get_num_rows

0 comments on commit d8ff924

Please sign in to comment.