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 27, 2024
1 parent 83aa7b8 commit 2efdb01
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 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 | [ABC Medical Notes 2021 - 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 Medical Reference - Google Play](https://play.google.com/store/apps/details?id=com.pocketmednotes2014.secondapp) |

### Dictionary Applications/Tools

Expand Down
2 changes: 1 addition & 1 deletion pyglossary/plugins/abc_medical_notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
_url = "https://play.google.com/store/apps/details?id=com.pocketmednotes2014.secondapp"
website = (
_url,
"ABC Medical Notes 2021 - Google Play",
"Makindo Medical Reference - Google Play",
)
optionsProp: dict[str, Option] = {}

Expand Down

0 comments on commit 2efdb01

Please sign in to comment.