Skip to content

Commit 2767444

Browse files
committed
Fix incorrect repository name everywhere
1 parent faeaf95 commit 2767444

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![PyPI version](https://img.shields.io/pypi/v/pymadng.svg)](https://pypi.org/project/pymadng/)
66
[![Documentation Status](https://readthedocs.org/projects/pymadng/badge/?version=latest)](https://pymadng.readthedocs.io/en/latest/)
7-
[![License](https://img.shields.io/github/license/MethodicalAcceleratorDesign/MADpy)](https://github.com/MethodicalAcceleratorDesign/MADpy/blob/main/LICENSE)
7+
[![License](https://img.shields.io/github/license/MethodicalAcceleratorDesign/MAD-NG.py)](https://github.com/MethodicalAcceleratorDesign/MAD-NG.py/blob/main/LICENSE)
88

99
---
1010

@@ -30,12 +30,12 @@ Before diving into PyMAD-NG, we recommend you:
3030
- **[Low-Level Example Explained](https://pymadng.readthedocs.io/en/latest/)** – Learn the fundamentals line-by-line.
3131
- **[FODO Example Breakdown](https://pymadng.readthedocs.io/en/latest/ex-fodo.html)** – Annotated walkthrough of a FODO cell simulation.
3232
- **[LHC Matching Example](https://pymadng.readthedocs.io/en/latest/ex-lhc-couplingLocal.html)** – Real-world optics matching with intermediate feedback.
33-
- **[PS Twiss Example](https://github.com/MethodicalAcceleratorDesign/MADpy/blob/main/examples/ex-ps-twiss/ps-twiss.py)** – Minimal example applying `twiss()` to the Proton Synchrotron.
33+
- **[PS Twiss Example](https://github.com/MethodicalAcceleratorDesign/MAD-NG.py/blob/main/examples/ex-ps-twiss/ps-twiss.py)** – Minimal example applying `twiss()` to the Proton Synchrotron.
3434

3535
If anything seems unclear:
3636
- Refer to the [API Reference](https://pymadng.readthedocs.io/en/latest/pymadng.html#module-pymadng)
3737
- Check the [MAD-NG Docs](https://madx.web.cern.ch/releases/madng/html/)
38-
- Or open an [issue](https://github.com/MethodicalAcceleratorDesign/MADpy/issues)
38+
- Or open an [issue](https://github.com/MethodicalAcceleratorDesign/MAD-NG.py/issues)
3939

4040
---
4141

@@ -47,8 +47,8 @@ Full documentation and example breakdowns are hosted at:
4747
To build locally:
4848

4949
```bash
50-
git clone https://github.com/MethodicalAcceleratorDesign/MADpy.git
51-
cd MADpy/docs
50+
git clone https://github.com/MethodicalAcceleratorDesign/MAD-NG.py.git
51+
cd MAD-NG.py/docs
5252
make html
5353
```
5454

@@ -91,7 +91,7 @@ Bug reports, feature requests, and pull requests are encouraged.
9191

9292
## 📜 License
9393

94-
PyMAD-NG is licensed under the [MIT License](https://github.com/MethodicalAcceleratorDesign/MADpy/blob/main/LICENSE).
94+
PyMAD-NG is licensed under the [MIT License](https://github.com/MethodicalAcceleratorDesign/MAD-NG.py/blob/main/LICENSE).
9595

9696
---
9797

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ dependencies = [
2626
]
2727

2828
[project.urls]
29-
"Repository" = "https://github.com/MethodicalAcceleratorDesign/MADpy"
30-
"Bug Tracker" = "https://github.com/MethodicalAcceleratorDesign/MADpy/issues"
29+
"Repository" = "https://github.com/MethodicalAcceleratorDesign/MAD-NG.py"
30+
"Bug Tracker" = "https://github.com/MethodicalAcceleratorDesign/MAD-NG.py/issues"
3131
"MAD Source" = "https://github.com/MethodicalAcceleratorDesign/MAD"
3232
"Documentation" = "https://pymadng.readthedocs.io/en/latest/"
3333

src/pymadng/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
__version__ = "0.6.0"
55

66
__summary__ = "Python interface to MAD-NG running as subprocess"
7-
__uri__ = "https://github.com/MethodicalAcceleratorDesign/MADpy"
7+
__uri__ = "https://github.com/MethodicalAcceleratorDesign/MAD-NG.py"
88

99
__credits__ = """
1010
Creator: Joshua Gray <joshua.mark.gray at cern.ch>

0 commit comments

Comments
 (0)