Skip to content

Commit

Permalink
Merge pull request #13 from nhsengland/scrape_nhs_conditions
Browse files Browse the repository at this point in the history
Added code for scraping NHS conditions
  • Loading branch information
SamHollings authored Feb 7, 2024
2 parents dc142cb + d5b9142 commit 0d46f92
Show file tree
Hide file tree
Showing 26 changed files with 123 additions and 4,464 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ db/
*.ipynb_checkpoints
*.xlsx
*.xls
docs/

# Exceptions- use ! to include files that would otherwise be ignored
!publication_template.xlsx
Expand Down
3,030 changes: 0 additions & 3,030 deletions docs/goldacre_review.txt

This file was deleted.

12 changes: 12 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,15 @@ license = {text = "MIT"}

[tool.pdm]
distribution = false

[tool.pytest.ini_options]
addopts = [
"-v",
"--doctest-modules",
"--doctest-report=cdiff",
"--doctest-continue-on-failure"
]
doctest_optionflags = "NORMALIZE_WHITESPACE"
testpaths = [
"tests"
]
Empty file removed src/data_exports/__init__.py
Empty file.
217 changes: 0 additions & 217 deletions src/data_exports/write_excel.py

This file was deleted.

Empty file.
39 changes: 0 additions & 39 deletions src/data_ingestion/corpus/items.py

This file was deleted.

Loading

0 comments on commit 0d46f92

Please sign in to comment.