Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add VS-16 support, begin documentation #2

Merged
merged 36 commits into from
Nov 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
105d0aa
Add Variation Selector-16 ("vs16") Emoji detection
jquast Nov 8, 2023
e269f58
include emoji_zwj_results in yaml !
jquast Nov 8, 2023
f164ae1
update data files with new results processing
jquast Nov 8, 2023
9f10249
rename makw_zwJ-table, add initial results ..
jquast Nov 8, 2023
bb5875e
use 'tabulate' library and improve grading display
jquast Nov 8, 2023
f4984e8
improved output of version
jquast Nov 8, 2023
95e8f77
fixup
jquast Nov 8, 2023
a086aaa
densify
jquast Nov 8, 2023
a059cf9
improve table scoring, add description, sort by final score
jquast Nov 9, 2023
91eeb6a
narf
jquast Nov 9, 2023
c8eedb5
boy that's a lot of work !
jquast Nov 9, 2023
53d35f7
improved docs
jquast Nov 9, 2023
a8c54b8
refine
jquast Nov 9, 2023
52e8a39
sort by best
jquast Nov 9, 2023
3bd9efc
link
jquast Nov 9, 2023
69aaed4
report on languages, minify
jquast Nov 9, 2023
1c8a80a
add new udhr files before fixing one of them ..
jquast Nov 11, 2023
6dbb494
bugfix remove C1 ctrl character
jquast Nov 11, 2023
fa1daf3
use new language database
jquast Nov 11, 2023
856768a
remove non-utf8 C1 bytes
jquast Nov 11, 2023
ae62682
fixup and lowerbound 95->90%
jquast Nov 11, 2023
fd946cf
utf-8 fix
jquast Nov 11, 2023
0fab488
utf8 fix
jquast Nov 11, 2023
d70528d
moar
jquast Nov 11, 2023
57fa795
pars :wq
jquast Nov 11, 2023
19ebb5d
interm
jquast Nov 11, 2023
dd245d5
add missing files
jquast Nov 11, 2023
2c5c170
MOAR EFFORT
jquast Nov 12, 2023
4954416
more yaml data
jquast Nov 12, 2023
73c5dff
update data
jquast Nov 13, 2023
8a1f9af
commit symlink README
jquast Nov 13, 2023
9b84825
update RTD and multi-doc version of results
jquast Nov 13, 2023
1ad62b3
further updates to make_*.py
jquast Nov 13, 2023
8c78aed
simple CI
jquast Nov 13, 2023
50a67f2
+2 .gitignore
jquast Nov 13, 2023
3285c96
make small change to test webhook ..
jquast Nov 13, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,6 @@ dmypy.json

# Pyre type checker
.pyre/

.DS_Store
*.bak
11 changes: 11 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
sphinx:
configuration: docs/conf.py
python:
install:
- requirements: docs/requirements.txt
125 changes: 0 additions & 125 deletions README.rst

This file was deleted.

1 change: 1 addition & 0 deletions README.rst
Loading