From 7173b39424c4ddbdc9aae553e0478c9b6ba7fa69 Mon Sep 17 00:00:00 2001 From: Elizabeth Santorella Date: Tue, 2 Jul 2024 13:22:43 -0700 Subject: [PATCH] Remove deterministic posterior and sampler from documentation (#2410) Summary: ## Motivation The CI is broken after merging https://github.com/pytorch/botorch/issues/2391 and https://github.com/pytorch/botorch/issues/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: https://github.com/pytorch/botorch/pull/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 --- sphinx/source/posteriors.rst | 5 ----- sphinx/source/sampling.rst | 5 ----- 2 files changed, 10 deletions(-) diff --git a/sphinx/source/posteriors.rst b/sphinx/source/posteriors.rst index 655b22ea80..665a3d9d44 100644 --- a/sphinx/source/posteriors.rst +++ b/sphinx/source/posteriors.rst @@ -34,11 +34,6 @@ GPyTorch Posterior .. automodule:: botorch.posteriors.gpytorch :members: -Determinstic Posterior -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.. automodule:: botorch.posteriors.deterministic - :members: - Ensemble Posterior ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. automodule:: botorch.posteriors.ensemble diff --git a/sphinx/source/sampling.rst b/sphinx/source/sampling.rst index cbfcae2a25..523d27c3b0 100644 --- a/sphinx/source/sampling.rst +++ b/sphinx/source/sampling.rst @@ -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