Skip to content

Commit

Permalink
Updated usage examples and API reference
Browse files Browse the repository at this point in the history
  • Loading branch information
rmj3197 committed May 29, 2024
1 parent bbdd00b commit ad643b5
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
load\_wine\_data
================

.. currentmodule:: QuadratiK.datasets

.. autofunction:: load_wine_data

.. raw:: html

<div style='clear:both'></div>
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
load\_wisconsin\_breast\_cancer\_data
=====================================

.. currentmodule:: QuadratiK.datasets

.. autofunction:: load_wisconsin_breast_cancer_data

.. raw:: html

<div style='clear:both'></div>
10 changes: 10 additions & 0 deletions doc/source/user_guide/basic_usage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@
"Date : 28 May 2024"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%matplotlib inline\n",
"import matplotlib.pyplot as plt"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit ad643b5

Please sign in to comment.