From 295fe9792d5a16aabb54aa771eb86910fc410260 Mon Sep 17 00:00:00 2001 From: Gark Garcia <37553739+GarkGarcia@users.noreply.github.com> Date: Sat, 30 Jan 2021 23:20:51 -0300 Subject: [PATCH] Updated information on the README --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 6cf1365..d5b9dbd 100644 --- a/README.rst +++ b/README.rst @@ -31,8 +31,7 @@ For maintainability and effeciency, we decided to store this data in a human-readable YAML file (`data/named-characters.yml`) and compile them into the JSON tables used internally by the library (`data/characters.json`) for faster access at runtime. The conversion of the data is performed by the -script `admin-tools/compile-translation-tables.py` at each commit to the -`master` branch via GitHub Actions. +script `mathics_scanner/build-tables.py`. Contributing