-
Notifications
You must be signed in to change notification settings - Fork 1
Adding READMEs to all directories #584
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
skeating
wants to merge
22
commits into
sk/joss-publication
Choose a base branch
from
sk/joss-pub
base: sk/joss-publication
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
93dc6ba
update main read me
skeating edbf6dc
update main read me (#529)
skeating 235ca58
Merge branch 'sk/joss-1' into sk/joss-pub
skeating 8d7faf6
Merge remote-tracking branch 'origin/sk/joss-publication' into sk/jos…
skeating 65c7b5f
made read mes consistent
skeating 3dcc4fb
Made the read mes more consistent
skeating a48ec93
made read mes more consistent
skeating 7c777c9
making readmes consistent
skeating 4109db4
making readmes consistent
skeating 08b4ca5
making readmes consistent
skeating 474894e
making readmes consistent
skeating b0360ea
Making readmes more consistent
skeating 2babe4d
Making readmes consistent
skeating 6bf6989
Merge remote-tracking branch 'origin/main' into sk/joss-pub
skeating 415761f
Making readmes consistent
skeating 57f13b9
Making readmes consistent
skeating e00eeae
Making readmes consistent
skeating 35c34b2
Making readmes consistent
skeating 95be8f9
Merge remote-tracking branch 'origin/main' into sk/joss-pub
skeating 9fee555
Merge branch 'main' into sk/joss-pub
tomaroberts 89b0710
Apply suggestions from code review
skeating 2a15810
Merge branch 'sk/joss-publication' into sk/joss-pub
skeating File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
## 'ISSUE_TEMPLATE' Directory Contents | ||
|
||
### Files | ||
|
||
bug_report.yml | ||
|
||
feature_request.yaml | ||
|
||
voxl.yml | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
## 'workflows' Directory Contents | ||
|
||
### Files | ||
|
||
main.yml | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
## 'PIXL/bin' Directory Contents | ||
|
||
<details> | ||
<summary> | ||
<h3> Subdirectories with links to the relevant README </h3> | ||
|
||
</summary> | ||
|
||
[linters](./linters/README.md) | ||
|
||
</details> | ||
|
||
<details> | ||
<summary> | ||
<h3> Files </h3> | ||
|
||
</summary> | ||
|
||
| **User docs** | | ||
| :--- | | ||
README.md | ||
|
||
</details> | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,16 @@ | ||||||
A directory that contains the files used for linting. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
## 'PIXL/bin/linters' Directory Contents | ||||||
|
||||||
<details> | ||||||
<summary> | ||||||
<h3> Files </h3> | ||||||
|
||||||
</summary> | ||||||
|
||||||
| **Code** | **User docs** | | ||||||
| :--- | :--- | | ||||||
| check_headers_exist.sh | README.md | | ||||||
|
||||||
</details> | ||||||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
This directory contains the source files for the PIXL commands line interface. | ||
|
||
## 'PIXL/cli/src' Directory Contents | ||
|
||
<details> | ||
<summary> | ||
<h3> Subdirectories with links to the relevant README </h3> | ||
|
||
</summary> | ||
|
||
[pixl_cli](./pixl_cli/README.md) | ||
|
||
</details> | ||
|
||
<details> | ||
<summary> | ||
<h3> Files </h3> | ||
|
||
</summary> | ||
|
||
| **User docs** | | ||
| :--- | | ||
README.md | ||
|
||
</details> | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
This directory contains the files necessary to create a command line instance of PIXL. | ||
|
||
## 'PIXL/cli/src/pixl_cli' Directory Contents | ||
|
||
<details> | ||
<summary> | ||
<h3> Files </h3> | ||
|
||
</summary> | ||
|
||
| **Code** | **User docs** | | ||
| :--- | :--- | | ||
| main.py | README.md | | ||
| _config.py | | | ||
| _database.py | | | ||
| _docker_commands.py | | | ||
| _io.py | | | ||
| _message_processing.py | | | ||
| __init__.py | | | ||
|
||
</details> | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,33 @@ | ||
# PIXL cli tests | ||
|
||
Remove the db container and associated data | ||
This directory contains the code for the tests of the PIXL command line interface. | ||
|
||
|
||
|
||
In order to remove the db container and associated data after the tests have been run use the following command: | ||
|
||
```bash | ||
docker container rm pixl-test-db -v -f | ||
``` | ||
|
||
## 'PIXL/cli/tests' Directory Contents | ||
|
||
<details> | ||
<summary> | ||
<h3> Files </h3> | ||
|
||
</summary> | ||
|
||
| **Code** | **User docs** | | ||
| :--- | :--- | | ||
| conftest.py | README.md | | ||
| test_check_env.py | | | ||
| test_database.py | | | ||
| test_docker_commands.py | | | ||
| test_io.py | | | ||
| test_messages_from_files.py | | | ||
| test_message_processing.py | | | ||
| test_populate.py | | | ||
|
||
</details> | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
## 'PIXL/docker' Directory Contents | ||
|
||
<details> | ||
<summary> | ||
<h3> Subdirectories with links to the relevant README </h3> | ||
|
||
</summary> | ||
|
||
[export-api](./export-api/README.md) | ||
|
||
[hasher-api](./hasher-api/README.md) | ||
|
||
[imaging-api](./imaging-api/README.md) | ||
|
||
[orthanc-anon](./orthanc-anon/README.md) | ||
|
||
[orthanc-raw](./orthanc-raw/README.md) | ||
|
||
[postgres](./postgres/README.md) | ||
|
||
</details> | ||
|
||
<details> | ||
<summary> | ||
<h3> Files </h3> | ||
|
||
</summary> | ||
|
||
| **Configuration** | **User docs** | **Housekeeping** | | ||
| :--- | :--- | :--- | | ||
| common.env | README.md | .dockerignore | | ||
|
||
</details> | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## 'PIXL/docker/hasher-api' Directory Contents | ||
|
||
<details> | ||
<summary> | ||
<h3> Files </h3> | ||
|
||
</summary> | ||
|
||
| **Configuration** | **User docs** | | ||
| :--- | :--- | | ||
| Dockerfile | README.md | | ||
|
||
</details> | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## 'PIXL/docker/imaging-api' Directory Contents | ||
|
||
<details> | ||
<summary> | ||
<h3> Files </h3> | ||
|
||
</summary> | ||
|
||
| **Configuration** | **User docs** | | ||
| :--- | :--- | | ||
| Dockerfile | README.md | | ||
|
||
</details> | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## 'PIXL/docker/orthanc-anon' Directory Contents | ||
|
||
<details> | ||
<summary> | ||
<h3> Files </h3> | ||
|
||
</summary> | ||
|
||
| **Configuration** | **User docs** | | ||
| :--- | :--- | | ||
| Dockerfile | README.md | | ||
|
||
</details> | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## 'PIXL/docker/orthanc-raw' Directory Contents | ||
|
||
<details> | ||
<summary> | ||
<h3> Files </h3> | ||
|
||
</summary> | ||
|
||
| **Configuration** | **User docs** | | ||
| :--- | :--- | | ||
| Dockerfile | README.md | | ||
|
||
</details> | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## 'PIXL/docker/export-api' Directory Contents | ||
|
||
<details> | ||
<summary> | ||
<h3> Files </h3> | ||
|
||
</summary> | ||
|
||
| **Configuration** | **User docs** | | ||
| :--- | :--- | | ||
| Dockerfile | README.md | | ||
|
||
</details> | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## 'PIXL/docker/postgres' Directory Contents | ||
|
||
<details> | ||
<summary> | ||
<h3> Files </h3> | ||
|
||
</summary> | ||
|
||
| **Configuration** | **User docs** | | ||
| :--- | :--- | | ||
| Dockerfile | README.md | | ||
|
||
</details> | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,4 @@ | |
|
||
</details> | ||
|
||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
## 'PIXL/docs/design/diagrams' Directory Contents | ||
|
||
### Files | ||
|
||
pixl-multi-project-config.drawio | ||
|
||
pixl-multi-project-config.png | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
## 'PIXL/docs/file_types' Directory Contents | ||
|
||
### Files | ||
|
||
parquet_files.md | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
## 'PIXL/docs/joss-publication' Directory Contents | ||
|
||
### Subdirectories | ||
|
||
[figures](./figures/README.md) | ||
|
||
### Files | ||
|
||
paper.bib | ||
|
||
paper.md | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
## 'PIXL/docs/joss-publication/figures' Directory Contents | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
## 'PIXL/docs/services' Directory Contents | ||
|
||
### Files | ||
|
||
ftp-server.md | ||
|
||
pixl_database.md | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
## 'PIXL/docs/setup' Directory Contents | ||
|
||
### Files | ||
|
||
azure-keyvault.md | ||
|
||
developer.md | ||
|
||
uclh-infrastructure-setup.md | ||
|
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not too sure about having each of the files listed for each README, feels like something that will get out of date very quickly but having a readme for the point of it and perhaps highlighting key files?
Might be worth chatting about it?