Skip to content

Commit 0c53d55

Browse files
authored
Merge pull request #226 from neutronimaging/ewm7496-docs-updateLinks
Update README
2 parents ea6f99d + 0877096 commit 0c53d55

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,11 @@ repos:
1717
hooks:
1818
- id: ruff
1919
args: [--fix, --exit-non-zero-on-fix]
20-
exclude: |
21-
"tests/cis_tests/.*"
22-
"notebooks/"
20+
exclude: "tests/cis_tests/.*"
2321
- id: ruff-format
24-
exclude: |
25-
"tests/cis_tests/.*"
26-
"notebooks/"
22+
exclude: "tests/cis_tests/.*"
2723
- repo: https://github.com/codespell-project/codespell
2824
rev: v2.3.0
2925
hooks:
3026
- id: codespell
31-
exclude: "notebooks/"
27+
exclude: "notebooks/"

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Python Notebooks [![Build Status](https://www.travis-ci.com/neutronimaging/python_notebooks.svg?branch=master)](https://www.travis-ci.com/neutronimaging/python_notebooks) [![DOI](https://zenodo.org/badge/99945953.svg)](https://zenodo.org/badge/latestdoi/99945953)
1+
# Python Notebooks [![DOI](https://zenodo.org/badge/99945953.svg)](https://zenodo.org/badge/latestdoi/99945953)
22

33

44

@@ -13,6 +13,13 @@ To learn how to access or install the notebooks, and how to run them, refer to t
1313

1414
![Screen Shot 2021-06-11 at 8 03 33 AM](https://user-images.githubusercontent.com/1138324/121683900-000cc080-ca8c-11eb-815f-5ff52731dba7.png)
1515

16+
## Instrument References
17+
For more information about the facility and instruments, navigate to the following links:
18+
- [ORNL Neutron Imaging Website](https://neutronimaging.ornl.gov/)
19+
- [Multimodal Advanced Radiography Station (MARS)](https://neutrons.ornl.gov/mars)
20+
- [Versatile Neutron Imaging Instrument (VENUS)](https://neutrons.ornl.gov/venus)
21+
22+
1623
## How to contribute back
1724

1825
You can contribute back to this repo by
@@ -51,8 +58,8 @@ $ cd notebooks
5158
$ export PYTHONPATH=$PWD:$PYTHONPATH
5259
$ pytest
5360
```
54-
## Deployment repos
61+
## Deployment
62+
63+
An updated deployment strategy is underway.
5564

56-
- Repo in charge of deploying the notebooks: [jupyter-notebooks-deploy](https://code.ornl.gov/sns-hfir-scse/deployments/jupyter-notebooks-deploy)
57-
- Repo in charge of updating the conda environments in target machines (such as the analysis
58-
cluster and the jupyter-notebooks nodes): [imaging-conda-deploy](https://code.ornl.gov/sns-hfir-scse/deployments/imaging-conda-deploy)
65+
Currently, notebooks are distributed directly by the Computational Instrument Scientist.

0 commit comments

Comments
 (0)