Skip to content

Commit f563aaa

Browse files
committed
Renamed EstraPy2 to EstraPy
1 parent add84d5 commit f563aaa

6 files changed

Lines changed: 13 additions & 13 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# EstraPy2
1+
# EstraPy
22

3-
Read the documentation at [https://ramsteak.github.io/EstraPy2/](https://ramsteak.github.io/EstraPy2/)
3+
Read the documentation at [https://ramsteak.github.io/EstraPy/](https://ramsteak.github.io/EstraPy/)

docs/00_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ EstraPy uses input files, written in a simple to read syntax, to perform analysi
1616
EstraPy is run by the command line, and executes the commands one by one.
1717

1818
[Installation]({{ "/installation" | relative_url }}){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }
19-
[Examples](https://github.com/ramsteak/EstraPy2/tree/main/example){: .btn .fs-5 .mb-4 .mb-md-0 }
19+
[Examples](https://github.com/ramsteak/EstraPy/tree/main/example){: .btn .fs-5 .mb-4 .mb-md-0 }
2020

2121
---
2222

@@ -26,8 +26,8 @@ EstraPy is © 2024-{{ "now" | date: "%Y" }} by [Marco Stecca](https://github
2626

2727
### License
2828

29-
Just the Docs is distributed by an [MIT license](https://github.com/ramsteak/EstraPy2/blob/main/LICENSE).
29+
Just the Docs is distributed by an [MIT license](https://github.com/ramsteak/EstraPy/blob/main/LICENSE).
3030

3131
### Contributing
3232

33-
To report issues with the program, you can create a new [issue](https://github.com/ramsteak/EstraPy2/issues) in the github section. Be sure to upload both your input file and the relevant data files, along with the output log file.
33+
To report issues with the program, you can create a new [issue](https://github.com/ramsteak/EstraPy/issues) in the github section. Be sure to upload both your input file and the relevant data files, along with the output log file.

docs/10_installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permalink: /installation/
66

77
# Installation
88

9-
To download the latest release of EstraPy, navigate to the [releases](https://github.com/ramsteak/EstraPy2/releases) section of the [repository](https://github.com/ramsteak/EstraPy2/) and download the latest release. Install with your python package manager, such as:
9+
To download the latest release of EstraPy, navigate to the [releases](https://github.com/ramsteak/EstraPy/releases) section of the [repository](https://github.com/ramsteak/EstraPy/) and download the latest release. Install with your python package manager, such as:
1010

1111
```sh
1212
py -m pip install estrapy-1.0.0-py3-none-any.whl
@@ -15,7 +15,7 @@ py -m pip install estrapy-1.0.0-py3-none-any.whl
1515
Alternatively, clone the github repository and build from source:
1616

1717
```sh
18-
gh repo clone ramsteak/EstraPy2
18+
gh repo clone ramsteak/EstraPy
1919
python -m build
2020
```
2121

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# EstraPy2
1+
# EstraPy
22

33
Test documentation

docs/_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
title: EstraPy2
2-
description: Documentation for the XANESE/EXAFS analysis tool EstraPy2
1+
title: EstraPy
2+
description: Documentation for the XANESE/EXAFS analysis tool EstraPy
33
theme: just-the-docs
44

5-
url: https://ramsteak.github.io/EstraPy2/
5+
url: https://ramsteak.github.io/EstraPy/
66

77
aux_links:
8-
GitHub: https://github.com/ramsteak/EstraPy2
8+
GitHub: https://github.com/ramsteak/EstraPy
99

1010
color_scheme: dark
1111

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = EstraPy
33
version = attr: estrapy.__version__
44
author = "Marco Stecca, Carlo Meneghini, Paolo Centomo"
5-
url = "https://github.com/ramsteak/estrapy2"
5+
url = "https://github.com/ramsteak/estrapy"
66
description = An input-file oriented EXAFS analysis toolbox
77
long_description = file: README.md, LICENSE
88
keywords = estrapy, syncrotron, xray, exafs, xas, xanes

0 commit comments

Comments
 (0)