Skip to content

Commit

Permalink
Remove deterministic posterior and sampler from documentation (pytorc…
Browse files Browse the repository at this point in the history
…h#2410)

Summary:
## Motivation

The CI is broken after merging pytorch#2391 and pytorch#2409. It passed on the pull requests, but there may have been a Meta-internal change that never got reflected on the OSS CI, and these changes didn't wind up merged.

Pull Request resolved: pytorch#2410

Test Plan: `sphinx-build -WT --keep-going sphinx/source sphinx/build` no longer errors

Reviewed By: Balandat

Differential Revision: D59292673

Pulled By: esantorella

fbshipit-source-id: d307a8eaf37373c29ff42db75900bebb36e29b79
  • Loading branch information
esantorella authored and facebook-github-bot committed Jul 2, 2024
1 parent 0141179 commit 7173b39
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions sphinx/source/posteriors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ GPyTorch Posterior
.. automodule:: botorch.posteriors.gpytorch
:members:

Determinstic Posterior
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. automodule:: botorch.posteriors.deterministic
:members:

Ensemble Posterior
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. automodule:: botorch.posteriors.ensemble
Expand Down
5 changes: 0 additions & 5 deletions sphinx/source/sampling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ Monte-Carlo Sampler API
.. automodule:: botorch.sampling.base
:members:

Deterministic Sampler
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. automodule:: botorch.sampling.deterministic
:members:

Index Sampler
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. automodule:: botorch.sampling.index_sampler
Expand Down

0 comments on commit 7173b39

Please sign in to comment.