Skip to content

Commit

Permalink
Add VS-16 support, begin documentation (#2)
Browse files Browse the repository at this point in the history
* Add Variation Selector-16 ("vs16") Emoji detection

* include emoji_zwj_results in yaml !

* update data files with new results processing

* rename makw_zwJ-table, add initial results ..

* use 'tabulate' library and improve grading display

* improved output of version

* fixup

* densify

* improve table scoring, add description, sort by final score

* narf

* boy that's a lot of work !

* improved docs

* refine

* sort by best

* link

* report on languages, minify

* add new udhr files before fixing one of them ..

* bugfix remove C1 ctrl character

* use new language database

* remove non-utf8 C1 bytes

* fixup and lowerbound 95->90%

* utf-8 fix

* utf8 fix

* moar

* pars :wq

* interm

* add missing files

* MOAR EFFORT

* more yaml data

* update data

* commit symlink README

* update RTD and multi-doc version of results

* further updates to make_*.py

* simple CI

* +2 .gitignore

* make small change to test webhook ..
  • Loading branch information
jquast authored Nov 13, 2023
1 parent bdbc090 commit b0fd71e
Show file tree
Hide file tree
Showing 568 changed files with 1,846,246 additions and 28,538 deletions.
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

0 comments on commit b0fd71e

Please sign in to comment.