Skip to content

Commit 4056f7a

Browse files
committed
Remove all references to external pyramses.sps-lab.org site
1 parent 33bde5c commit 4056f7a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/content/docs/pyramses/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Python-based RApid Multithreaded Simulation of Electric power Syste
55

66
**PyRAMSES** is a Python module that provides an interface to the RAMSES dynamic simulator. It covers the full simulation workflow: defining test cases, launching simulations, querying system states at runtime, and extracting and plotting results. The package embeds pre-compiled RAMSES binaries (dynamic libraries) for both Windows and Linux and exposes them through a clean Python API.
77

8-
For more information, visit the [PyRAMSES project page](https://sps-lab.org/project/pyramses/) and the [PyRAMSES documentation site](https://pyramses.sps-lab.org/).
8+
For more information, visit the [PyRAMSES project page](https://sps-lab.org/project/pyramses/).
99

1010
## Package-Level Attributes
1111

@@ -14,7 +14,7 @@ After importing the package, the following attributes are available:
1414
| Attribute | Description |
1515
|-----------|-------------|
1616
| `pyramses.__version__` | Current version string (e.g., `'0.0.65'`) |
17-
| `pyramses.__url__` | Documentation URL (`https://pyramses.sps-lab.org`) |
17+
| `pyramses.__url__` | Documentation URL |
1818
| `pyramses.__runTimeObs__` | `True` if Gnuplot was found in PATH at import time; runtime observables will be active |
1919

2020
## Main Classes

src/content/docs/resources/references.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ description: Academic publications and suggested reading
2727

2828
## External Resources
2929

30-
- [PyRAMSES Documentation](https://pyramses.sps-lab.org/)Online documentation and API reference
30+
- [PyRAMSES Documentation](/stepss-docs/pyramses/overview/)API reference and examples
3131
- [Sustainable Power Systems Lab](https://sps-lab.org/) — Research group homepage

src/content/docs/resources/repositories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Python interface to the RAMSES simulator providing scripting access to simulatio
3838

3939
- **Repository**: [github.com/SPS-L/stepss-PyRAMSES](https://github.com/SPS-L/stepss-PyRAMSES)
4040
- **Install**: `pip install pyramses`
41-
- **Documentation**: [pyramses.sps-lab.org](https://pyramses.sps-lab.org/)
41+
- **Documentation**: [PyRAMSES section](/stepss-docs/pyramses/overview/) on this site
4242
- **Includes**: Nordic test system example
4343

4444
### STEPSS-Userguide

0 commit comments

Comments
 (0)