Skip to content

Commit

Permalink
Merge pull request #211 from EFord36/fix-docs-github-link
Browse files Browse the repository at this point in the history
Fix docs GitHub link
  • Loading branch information
KennethEnevoldsen authored Oct 24, 2023
2 parents aafc538 + e1d3ff7 commit de999c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

project = "augmenty"
author = "Kenneth Enevoldsen"
github_user = "KenethEnevoldsen"
github_user = "KennethEnevoldsen"
repo_url = f"https://github.com/{github_user}/{project}"


Expand Down Expand Up @@ -68,7 +68,7 @@

html_context = {
"display_github": True, # Add 'Edit on Github' link instead of 'View page source'
"github_user": "KennethEnevoldsen",
"github_user": github_user,
"github_repo": project,
"github_version": "main",
"conf_py_path": "/docs/",
Expand Down

1 comment on commit de999c2

@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.18/x64/lib/python3.9/site-packages/augmenty
   __init__.py220100% 
   augment_utilities.py36197%59
   keyboard.py41198%40
   util.py41198%71
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/character
   __init__.py50100% 
   casing.py200100% 
   replace.py340100% 
   spacing.py200100% 
   swap.py210100% 
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/doc
   __init__.py30100% 
   casing.py270100% 
   subset.py44589%30, 49, 53, 55, 61
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/lang
   __init__.py170100% 
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/lang/da
   __init__.py30100% 
   augmenters.py170100% 
   keyboard.py50100% 
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/lang/de
   __init__.py10100% 
   keyboard.py50100% 
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/lang/el
   __init__.py10100% 
   keyboard.py50100% 
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/lang/en
   __init__.py10100% 
   keyboard.py50100% 
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/lang/es
   __init__.py10100% 
   keyboard.py50100% 
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/lang/fr
   __init__.py10100% 
   keyboard.py50100% 
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/lang/hu
   __init__.py10100% 
   keyboard.py50100% 
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/lang/it
   __init__.py10100% 
   keyboard.py50100% 
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/lang/lt
   __init__.py10100% 
   keyboard.py50100% 
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/lang/mk
   __init__.py10100% 
   keyboard.py50100% 
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/lang/nb
   __init__.py10100% 
   keyboard.py50100% 
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/lang/nl
   __init__.py10100% 
   keyboard.py50100% 
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/lang/pl
   __init__.py10100% 
   keyboard.py50100% 
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/lang/pt
   __init__.py10100% 
   keyboard.py50100% 
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/lang/ro
   __init__.py10100% 
   keyboard.py50100% 
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/lang/ru
   __init__.py10100% 
   keyboard.py50100% 
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/span
   __init__.py30100% 
   entities.py1501093%35, 53–61, 364
   utils.py15380%20, 31, 37
/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/augmenty/token
   __init__.py90100% 
   casing.py42198%111
   insert.py103694%36, 53–54, 198, 265, 283
   replace.py103694%36, 201, 205, 241, 287, 301
   spacing.py390100% 
   static_embedding_util.py35197%67
   swap.py62494%50, 80, 91, 104
   wordnet_util.py10370%7–9
TOTAL10174296% 

Please sign in to comment.