Skip to content

Commit b279321

Browse files
committed
Remove DesignMatrixBuilder from docs
1 parent 9758f5f commit b279321

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

doc/API-reference.rst

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -227,21 +227,6 @@ Building design matrices
227227

228228
.. autofunction:: design_matrix_builders
229229

230-
.. class:: DesignMatrixBuilder
231-
232-
This is an opaque class that represents Patsy's knowledge about
233-
how to build a design matrix. You get these objects from
234-
:func:`design_matrix_builders`, and you pass them to
235-
:func:`build_design_matrices`.
236-
237-
.. attribute:: design_info
238-
239-
This attribute gives metadata about the matrices that this
240-
builder object can produce, in the form of a :class:`DesignInfo`
241-
object.
242-
243-
.. automethod:: subset
244-
245230
.. autofunction:: build_design_matrices
246231

247232
Missing values

0 commit comments

Comments
 (0)