Skip to content

Commit

Permalink
fix unclosed div
Browse files Browse the repository at this point in the history
  • Loading branch information
dbdimitrov committed May 27, 2024
1 parent b3b1d70 commit b8e7fcc
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/source/notebooks/basic_usage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
" \n",
"Methods in liana are **callable** instances of the `Method` class. To obtain further information for each method the user can refer to the methods documentation `?method_name` or `?method.__call__`. Alternatively, users can use the `method.describe` function to get a short summary for each method.\n",
"\n",
"</div> \n"
"</div>\n"
]
},
{
Expand Down Expand Up @@ -503,11 +503,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<div class=\"alert alert-warning\">\n",
"\n",
"## By default, LIANA+ uses **human gene symbols**. See the documentation and the [Prior Knowledge vignette](https://liana-py.readthedocs.io/en/latest/notebooks/prior_knowledge.html) for details and instructions for homology conversion.\n",
" \n",
"</div> "
"## By default, LIANA+ uses **human gene symbols**. See the documentation and the [Prior Knowledge vignette](https://liana-py.readthedocs.io/en/latest/notebooks/prior_knowledge.html) for details and instructions for homology conversion.\n"
]
},
{
Expand Down

0 comments on commit b8e7fcc

Please sign in to comment.