Skip to content

Commit

Permalink
bugfix: update ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
EdenWuyifan committed Jan 7, 2025
1 parent 38cc386 commit 0b76272
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Configuration file for the Sphinx documentation builder.

import os
import sys

sys.path.insert(0, os.path.abspath('../../'))

# -- Project information

project = 'BDI-Viz'
Expand Down
2 changes: 1 addition & 1 deletion docs/source/getting-started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3484,7 +3484,7 @@
"source": [
"## Prepare the source and target dataframes\n",
"\n",
"The only step before using the `BDISchemaMatchingHeatMap` class is to prepare the source and target dataframes. The source and target should be in the form of pandas dataframes. For [`GDC`](https://gdc.cancer.gov/) data, we can simply pass `\"gdc\"` as target schema. In this example, we will use the `GDC` schema as the target schema and a sample schema as the source schema."
"The only step before using the `BDISchemaMatchingHeatMap` class is to prepare the source and target dataframes. The source and target should be in the form of pandas dataframes. For [**GDC**](https://gdc.cancer.gov/) data, we can simply pass `\"gdc\"` as target schema. In this example, we will use the `GDC` schema as the target schema and a sample schema as the source schema."
]
},
{
Expand Down

0 comments on commit 0b76272

Please sign in to comment.