Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor sub modules #78

Merged
merged 22 commits into from
Dec 7, 2022
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update API reference based on refactor
  • Loading branch information
RNKuhns committed Nov 22, 2022
commit ec41110037a34982d7bdfd7899c1609b1ddc3c15
16 changes: 14 additions & 2 deletions docs/source/api_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ additional details.
Base Classes
============

.. currentmodule:: skbase
.. currentmodule:: skbase.base

.. autosummary::
:toctree: api_reference/auto_generated/
Expand All @@ -33,7 +33,7 @@ Base Classes
Object Retrieval
================

.. currentmodule:: skbase
.. currentmodule:: skbase.lookup

.. autosummary::
:toctree: api_reference/auto_generated/
Expand All @@ -42,6 +42,18 @@ Object Retrieval
all_objects
get_package_metadata

.. _obj_validation:

Object Validation and Comparison
================================

.. currentmodule:: skbase.validate

.. autosummary::
:toctree: api_reference/auto_generated/
:template: function.rst


.. _obj_testing:

Testing
Expand Down