Skip to content

Commit ebe1139

Browse files
committed
Include CTable.to_b2d() and CTable.to_b2z() in Sphinx docs
1 parent dcdb670 commit ebe1139

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

doc/reference/ctable.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,10 +264,14 @@ Persistence
264264
.. autosummary::
265265

266266
CTable.save
267+
CTable.to_b2z
268+
CTable.to_b2d
267269
CTable.to_csv
268270
CTable.to_arrow
269271

270272
.. automethod:: CTable.save
273+
.. automethod:: CTable.to_b2z
274+
.. automethod:: CTable.to_b2d
271275
.. automethod:: CTable.to_csv
272276
.. automethod:: CTable.to_arrow
273277

0 commit comments

Comments
 (0)