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
Add user guide placeholder for validate module.
  • Loading branch information
RNKuhns committed Nov 22, 2022
commit 895f7117faec8e945a143da00f2ac95b663eabbd
15 changes: 15 additions & 0 deletions docs/source/user_documentation/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ that ``skbase`` provides, see the :ref:`api_ref`.
user_guide/overview
user_guide/base_classes
user_guide/lookup
user_guide/validate
user_guide/testing


Expand Down Expand Up @@ -77,6 +78,20 @@ that ``skbase`` provides, see the :ref:`api_ref`.

---

Validation and Comparison
^^^^^^^^^^^^^^^^^^^^^^^^^

Tools for validating and comparing ``BaseObject``-s.

+++

.. link-button:: user_guide/validate
:type: ref
:text: Validation and Comparison
:classes: btn-block btn-secondary stretched-link

---

Testing
^^^^^^^

Expand Down