Skip to content

Commit 9838909

Browse files
committed
Merge branch 'main' into dev
2 parents 48ea521 + 0b8b0df commit 9838909

8 files changed

Lines changed: 21346 additions & 20975 deletions

File tree

.github/workflows/build_documentation.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,18 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v2
15-
# Standard drop-in approach that should work for most people.
16-
- uses: ammaraskar/sphinx-action@master
14+
- uses: actions/checkout@v3
15+
- name: Set up Python 3.11
16+
uses: actions/setup-python@v4
1717
with:
18-
docs-folder: "docs/"
18+
python-version: '3.11'
19+
- name: Upgrade pip, install package, install requirements, build docs
20+
run: |
21+
pip install --upgrade pip
22+
pip install -r ./docs/requirements.txt
23+
sphinx-build docs ./docs/_build/html/
1924
# Create an artifact of the html output.
20-
- uses: actions/upload-artifact@v1
25+
- uses: actions/upload-artifact@v3
2126
with:
2227
name: DocumentationHTML
2328
path: docs/_build/html/

dev/test_data/all-brite-entry-ids.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ br:br08310
8989
br:br08307
9090
br:br08327
9191
br:br08311
92+
br:br08403
9293
br:br08402
9394
br:br08401
94-
br:br08403
9595
br:br08411
9696
br:br08410
9797
br:br08420

dev/test_data/brite-entries/br_br08902.txt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ B Drug classifications
9696
C br08303 Anatomical Therapeutic Chemical (ATC) classification
9797
C br08302 USP drug classification
9898
C br08301 Therapeutic category of drugs in Japan
99-
C br08303_ndc Anatomical Therapeutic Chemical (ATC) classification + Product (NDC)
10099
C br08313 Classification of Japanese OTC drugs
101100
C br08312 Risk category of Japanese OTC drugs
102101
C br08304 Traditional Chinese Medicine in Japan
@@ -111,11 +110,9 @@ C br08327 Antimicrobials abbreviations
111110
C br08311 Drugs listed in the Japanese Pharmacopoeia
112111
ADiseases
113112
B Human diseases
114-
C br08402 Human diseases
115-
C br08401 Infectious diseases
116-
C br08402_gene Human diseases + Genes
117-
C br08401_genome Infectious diseases + Genomes
118113
C br08403 Human diseases in ICD-11 classification
114+
C br08402 Pathway-based classification of diseases
115+
C br08401 Genome-based classification of infectious diseases
119116
C br08411 ICD-11 International Classification of Diseases
120117
C br08410 ICD-10 International Classification of Diseases
121118
C br08420 ICD-O-3 International Classification of Diseases for Oncology
@@ -134,5 +131,5 @@ B Organism information
134131
C br08605 Plant pathogens
135132
!
136133
#
137-
#Last updated: April 4, 2023
134+
#Last updated: June 1, 2023
138135
#» Japanese version

dev/test_data/drug-entry-ids.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,4 +395,5 @@ dr:D12390
395395
dr:D12391
396396
dr:D12423
397397
dr:D12467
398-
dr:D12559
398+
dr:D12559
399+
dr:D12604

0 commit comments

Comments
 (0)