Skip to content
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

Update documentation #9

Merged
merged 3 commits into from
Sep 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Test CI
name: Build status

on:
pull_request:
push:
branches:
'main'

jobs:
tests:
Expand Down
50 changes: 0 additions & 50 deletions .travis.yml

This file was deleted.

7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## PyMca-Zocalo: PyMca components for automated data processing with Zocalo at Diamond Light Source
Build Status: [![Build Status](https://github.com/DiamondLightSource/python-zocalo-pymca/actions/workflows/tests.yml/badge.svg?branch=main)]

Standalone repository containing the pymca fitter zocalo service, that automates the fitting of XRF spectra to identify elements present in a sample, along with their relative abundance.

The service is deployed in the zocalo namespace kubernetes deployment that is managed in [container-tools](https://gitlab.diamond.ac.uk/scisoft/container-tools). The container image is created via a GitHub action in this repository, which automatically creates and and pushes an image with a unique tag when commits are made to the main branch.


Build Status: [![Build Status](https://travis-ci.org/DiamondLightSource/python-zocalo-pymca.svg?branch=master)](https://travis-ci.org/DiamondLightSource/python-zocalo-pymca)


4 changes: 0 additions & 4 deletions docker-entrypoint.sh

This file was deleted.

10 changes: 0 additions & 10 deletions environment.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions pymca-zocalo-tmux.sh

This file was deleted.

Loading