diff --git a/docs/development/architecture.rst b/docs/development/architecture.rst index 130813a86f5..22fc7f91496 100644 --- a/docs/development/architecture.rst +++ b/docs/development/architecture.rst @@ -304,6 +304,7 @@ details. The documentation covers most modules, with more docs being added every ├───examples ├───modin │ ├─── :doc:`config ` + | ├─── :doc:`utils ` │ ├───core │ │ ├─── :doc:`dataframe ` │ │ │ ├─── :doc:`algebra ` diff --git a/docs/flow/modin/utils.rst b/docs/flow/modin/utils.rst new file mode 100644 index 00000000000..70c622d1d7a --- /dev/null +++ b/docs/flow/modin/utils.rst @@ -0,0 +1,12 @@ +:orphan: + +Modin Utils +""""""""""" + +Here are utilities that can be useful when working with Modin. + +Public API +'''''''''' + +.. autofunction:: modin.utils.try_cast_to_pandas +.. autofunction:: modin.utils.execute