Skip to content

Commit 162be6d

Browse files
committed
Add favicon for Tut pages
1 parent cd2f398 commit 162be6d

3 files changed

Lines changed: 33 additions & 4 deletions

File tree

nbs/_quarto.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ website:
1515
sidebar:
1616
style: floating
1717
contents:
18-
- auto: "/*.ipynb"
18+
- auto: "/0*.ipynb"
1919
- section: Tutorials
2020
contents: tutorials/*
2121
- section: API
2222
contents: API/*
23-
favicon: images/DABEST-square-outline.svg
23+
favicon: images/Favicon-3-outline.svg
2424
navbar:
2525
background: primary
2626
search: true

nbs/images/Favicon-3-outline.svg

Lines changed: 29 additions & 0 deletions
Loading

nbs/tutorials/03-proportion_plot.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@
758758
"id": "67dbf66e",
759759
"metadata": {},
760760
"source": [
761-
"## Generating Results"
761+
"## Generating results"
762762
]
763763
},
764764
{
@@ -984,7 +984,7 @@
984984
"source": [
985985
"For the paired version of the proportion plot, we adopt the style of a Sankey Diagram. The width of each bar in each xtick represents the proportion of the corresponding label in the group, and the strip denotes the paired relationship for each observation.\n",
986986
"\n",
987-
"Starting from v2023.3.29, the paired version of the proportion plot receives a major upgrade We introduce the ``sankey`` and ``flow`` parameters to control the plot. By default, both ``sankey`` and ``flow`` are set to True to cater the needs of repeated measures. When ``sankey`` is set to False, DABEST will generate a bar plot with a similar aesthetic to the paired proportion plot. When ``flow`` is set to False, each group of comparsion forms a Sankey diagram that does not connect to other groups of comparison.\n",
987+
"Starting from v2023.3.29, the paired version of the proportion plot receives a major upgrade. We introduce the ``sankey`` and ``flow`` parameters to control the plot. By default, both ``sankey`` and ``flow`` are set to True to cater the needs of repeated measures. When ``sankey`` is set to False, DABEST will generate a bar plot with a similar aesthetic to the paired proportion plot. When ``flow`` is set to False, each group of comparsion forms a Sankey diagram that does not connect to other groups of comparison.\n",
988988
"\n",
989989
"Similar to the unpaired version, the ``.plot()`` method is used to produce a **Gardner-Altman estimation plot**, the only difference is that\n",
990990
"the ``is_paired`` parameter is set to either ``baseline`` or ``sequential`` when loading data.\n"

0 commit comments

Comments
 (0)