Skip to content

Commit

Permalink
typos fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCatt91 committed May 24, 2024
1 parent 8642f84 commit 5fb3cef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions docs/source/notebooks/ogb_biokg_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -47,7 +47,7 @@
"import seaborn as sns\n",
"\n",
"import ogb.linkproppred\n",
"from kg_topology_toolbox import TopologyToolbox # edit name of class after merging\n",
"from kg_topology_toolbox import KGTopologyToolbox\n",
"\n",
"dataset_directory = \"../../../data/ogb-biokg/\""
]
Expand All @@ -63,7 +63,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 3,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -181,7 +181,7 @@
"[5088434 rows x 3 columns]"
]
},
"execution_count": 2,
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -207,11 +207,11 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 4,
"metadata": {},
"outputs": [],
"source": [
"kgtt = TopologyToolbox() # edit name of class after merging"
"kgtt = KGTopologyToolbox()"
]
},
{
Expand All @@ -231,7 +231,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 5,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -385,7 +385,7 @@
"[45085 rows x 6 columns]"
]
},
"execution_count": 4,
"execution_count": 5,
"metadata": {},
"output_type": "execute_result"
}
Expand Down
2 changes: 1 addition & 1 deletion docs/source/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ User guide
Installation and usage
------------------------

1. Pip install :code:`kg-topology-toolbox``:
1. Pip install :code:`kg-topology-toolbox`:

.. code-block::
Expand Down

0 comments on commit 5fb3cef

Please sign in to comment.