Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <[email protected]>
  • Loading branch information
anmyachev committed Oct 23, 2023
1 parent 49c30f4 commit 404c2ba
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/development/architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ details. The documentation covers most modules, with more docs being added every
├───examples
├───modin
│ ├─── :doc:`config </flow/modin/config>`
| ├─── :doc:`utils </flow/modin/utils>`
│ ├───core
│ │ ├─── :doc:`dataframe </flow/modin/core/dataframe/index>`
│ │ │ ├─── :doc:`algebra </flow/modin/core/dataframe/algebra>`
Expand Down
12 changes: 12 additions & 0 deletions docs/flow/modin/utils.rst
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 404c2ba

Please sign in to comment.