Skip to content

Commit

Permalink
tutorial: add open in colab badge
Browse files Browse the repository at this point in the history
  • Loading branch information
HLasse committed Dec 31, 2022
1 parent 1903a18 commit 8af97c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/tutorials/introductory_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"source": [
"# Introductory Tutorial\n",
"\n",
"## [Open in Colab](https://colab.research.google.com/github/HLasse/TextDescriptives/blob/main/docs/tutorials/introductory_tutorial.ipynb)\n",
"<a target=\"_blank\" href=\"https://colab.research.google.com/github/HLasse/TextDescriptives/blob/main/docs/tutorials/introductory_tutorial.ipynb\">\n",
" <img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/>\n",
"</a>\n",
"\n",
"TextDescriptives lets you quickly and easily calculate a large variety of statistics and metrics from texts. \n",
"\n",
Expand Down

1 comment on commit 8af97c5

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/textdescriptives
   __init__.py50100% 
   extract.py30197%61
   load_components.py120100% 
   utils.py14564%41–45
/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/textdescriptives/components
   __init__.py60100% 
   coherence.py420100% 
   dependency_distance.py330100% 
   descriptive_stats.py47296%111, 128
   pos_proportions.py25292%41, 92
   quality.py2341892%175, 181, 200, 205, 244, 250, 271, 277, 414, 554, 559, 564, 572, 578, 585, 590, 603–607
   readability.py730100% 
   utils.py24675%55–58, 74–77
TOTAL5453494% 

Please sign in to comment.