Commit Graph

14 Commits

Author SHA1 Message Date
Terence Eden
d385b7ca5d Remove trailing newlines from reference URls 2024-10-02 10:42:08 +01:00
Ethan Chapman
9b5b4dfab3 Specify UTF-8 encoding in Python script (#808)
* Specify UTF-8 encoding in Python script

Fixes error on Windows

* Use regular open instead of io.open

Works just as well, no need for an extra import

* Fix file names

* Update update_readme.py

---------

Co-authored-by: Terence Eden <edent@users.noreply.github.com>
2024-09-30 21:40:01 +01:00
Terence Eden
c754e642ab DRY 2024-09-10 16:29:30 +01:00
Terence Eden
0b1bb102ec Optimise SVGs on update. Improve documentation. 2024-09-10 16:03:01 +01:00
Terence Eden
386658a027 Fix missing table 2024-09-09 16:48:56 +01:00
Terence Eden
c3079b2922 Add names to tables 2024-09-09 16:46:52 +01:00
Terence Eden
57fe4a1346 Add names to tables 2024-09-09 16:43:49 +01:00
Terence Eden
2c1585ab28 Update reference page 2024-09-09 16:24:19 +01:00
Terence Eden
3c13c1ce6d Update reference page 2024-09-09 16:19:39 +01:00
Terence Eden
c45b82c4ca Update reference page 2024-09-09 16:18:53 +01:00
Terence Eden
7780ac330e Update contributing page 2024-09-09 16:16:20 +01:00
Terence Eden
9a48245aa3 Add reference URls separately 2024-09-09 16:06:04 +01:00
Jonathan Batchelor
3122354bbd Script update for references and checks (#799)
* Renaming ref files and script update

* Moved missing section to end

* Update to relative links. Add unused  to CHECK

* Fixed table

* Create REFERENCE.md from ref files and index

* Regexp fix to get source correctly

* Created CHECK.html

* Re-run update on latest master branch
2024-09-09 15:29:48 +01:00
Jonathan Batchelor
ef7c4a746e Script to update README in place (#765)
* Modified and renamed script to update README in place

* Script fix and README update

* Misplaced quote in table fixed

* Removed old script

* Readme update
2023-10-09 11:44:25 +01:00