Skip to content

Commit

Permalink
update website for abc_medical_notes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Dec 28, 2024
1 parent 81d6bf1 commit f10bfc5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
28 changes: 14 additions & 14 deletions doc/p/abc_medical_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@

### General Information

| Attribute | Value |
| --------------- | ------------------------------------------------------------------------------------------------------------------------- |
| Name | ABCMedicalNotes |
| snake_case_name | abc_medical_notes |
| Description | ABC Medical Notes (SQLite3) |
| Extensions | |
| Read support | Yes |
| Write support | No |
| Single-file | Yes |
| Kind | 🔢 binary |
| Sort-on-write | default_no |
| Sort key | (`headword_lower`) |
| Wiki | |
| Website | [Makindo Medical Reference - Google Play](https://play.google.com/store/apps/details?id=com.pocketmednotes2014.secondapp) |
| Attribute | Value |
| --------------- | ----------------------------------------------------------------------------------------------- |
| Name | ABCMedicalNotes |
| snake_case_name | abc_medical_notes |
| Description | ABC Medical Notes (SQLite3) |
| Extensions | |
| Read support | Yes |
| Write support | No |
| Single-file | Yes |
| Kind | 🔢 binary |
| Sort-on-write | default_no |
| Sort key | (`headword_lower`) |
| Wiki ||
| Website | [Makindo.co.uk Comprehensive Medical Encyclopedia](https://www.makindo.co.uk/topics/_index.php) |

### Dictionary Applications/Tools

Expand Down
5 changes: 2 additions & 3 deletions pyglossary/plugins/abc_medical_notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@
singleFile = True
kind = "binary"
wiki = ""
_url = "https://play.google.com/store/apps/details?id=com.pocketmednotes2014.secondapp"
website = (
_url,
"Makindo Medical Reference - Google Play",
"https://www.makindo.co.uk/topics/_index.php",
"Makindo.co.uk Comprehensive Medical Encyclopedia",
)
optionsProp: dict[str, Option] = {}

Expand Down

0 comments on commit f10bfc5

Please sign in to comment.