Skip to content

Commit

Permalink
Merge branch 'main' into 736-remove-view-from-project
Browse files Browse the repository at this point in the history
  • Loading branch information
MarieS-WiMLDS authored Dec 24, 2024
2 parents 8584110 + 43578dd commit 2835bd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 2 additions & 10 deletions sphinx/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,10 @@ These functions and classes are meant for managing a Project.
.. autosummary::
:toctree: generated/
:template: base.rst
:caption: Managing a project

Project
item.primitive_item.PrimitiveItem

.. autosummary::
:toctree: generated/
:template: base.rst

create
load

Expand All @@ -36,12 +32,8 @@ These functions and classes enhance scikit-learn's ones.
.. autosummary::
:toctree: generated/
:template: base.rst
:caption: ML Assistance

train_test_split

.. autosummary::
:toctree: generated/
:template: base.rst

CrossValidationReporter
item.cross_validation_item.CrossValidationItem
2 changes: 1 addition & 1 deletion sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"name": "Probabl website",
},
],
"header_links_before_dropdown": 4,
"header_links_before_dropdown": 5,
"icon_links": [
{
"name": "Twitter",
Expand Down

0 comments on commit 2835bd3

Please sign in to comment.