Skip to content

Commit 7d70941

Browse files
fix: update all repository URLs to SpaceEngineerSS/EnSim
1 parent c896fd8 commit 7d70941

7 files changed

Lines changed: 30 additions & 21 deletions

File tree

CITATION.cff

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
cff-version: 1.2.0
22
message: "If you use this software, please cite it as below."
33
authors:
4-
- family-names: EnSim
5-
given-names: Contributors
4+
- family-names: SpaceEngineerSS
5+
given-names: ""
66
title: "EnSim: Open Source Rocket Engine Simulation Suite"
7-
version: 1.0.0
8-
date-released: 2024-12-21
9-
url: "https://github.com/username/ensim"
7+
version: 1.0.1
8+
date-released: 2026-01-02
9+
url: "https://github.com/SpaceEngineerSS/EnSim"
10+
repository-code: "https://github.com/SpaceEngineerSS/EnSim"
1011
license: MIT
1112
keywords:
1213
- rocket propulsion

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<h3 align="center">🚀 Professional Rocket Engine & Flight Simulation Platform</h3>
77

88
<p align="center">
9-
<a href="https://github.com/ensim/ensim/actions/workflows/ci.yml">
10-
<img src="https://github.com/ensim/ensim/actions/workflows/ci.yml/badge.svg" alt="CI Status">
9+
<a href="https://github.com/SpaceEngineerSS/EnSim/actions/workflows/ci.yml">
10+
<img src="https://github.com/SpaceEngineerSS/EnSim/actions/workflows/ci.yml/badge.svg" alt="CI Status">
1111
</a>
12-
<a href="https://codecov.io/gh/ensim/ensim">
13-
<img src="https://codecov.io/gh/ensim/ensim/branch/main/graph/badge.svg" alt="Coverage">
12+
<a href="https://pypi.org/project/ensim/">
13+
<img src="https://img.shields.io/pypi/v/ensim.svg" alt="PyPI Version">
1414
</a>
1515
<a href="https://opensource.org/licenses/MIT">
1616
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT">
@@ -84,10 +84,18 @@ Whether you're a student learning rocket science, a researcher exploring propuls
8484

8585
### Installation
8686

87+
#### Option 1: Install from PyPI (Recommended)
88+
89+
```bash
90+
pip install ensim
91+
```
92+
93+
#### Option 2: Install from Source
94+
8795
```bash
8896
# Clone the repository
89-
git clone https://github.com/ensim/ensim.git
90-
cd ensim
97+
git clone https://github.com/SpaceEngineerSS/EnSim.git
98+
cd EnSim
9199

92100
# Create virtual environment (recommended)
93101
python -m venv venv

assets/logo.png

288 KB
Loading

docs/getting-started/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ Before installing EnSim, ensure you have:
2424
### 2. Clone Repository
2525

2626
```bash
27-
git clone https://github.com/ensim/ensim.git
27+
git clone https://github.com/SpaceEngineerSS/EnSim.git
2828
cd ensim
2929
```
3030

31-
Or download the [latest release](https://github.com/ensim/ensim/releases/latest).
31+
Or download the [latest release](https://github.com/SpaceEngineerSS/EnSim/releases/latest).
3232

3333
### 3. Create Virtual Environment
3434

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ print(f"Mean MW: {result.mean_molecular_weight:.2f} g/mol")
112112

113113
## Getting Help
114114

115-
- **Issues**: [GitHub Issues](https://github.com/ensim/ensim/issues)
116-
- **Discussions**: [GitHub Discussions](https://github.com/ensim/ensim/discussions)
115+
- **Issues**: [GitHub Issues](https://github.com/SpaceEngineerSS/EnSim/issues)
116+
- **Discussions**: [GitHub Discussions](https://github.com/SpaceEngineerSS/EnSim/discussions)
117117
- **Email**: support@ensim.io
118118

119119
## License

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ site_description: >-
1111
1212
# Repository
1313
repo_name: ensim/ensim
14-
repo_url: https://github.com/ensim/ensim
14+
repo_url: https://github.com/SpaceEngineerSS/EnSim
1515
edit_uri: edit/main/docs/
1616

1717
# Copyright
@@ -105,7 +105,7 @@ extra_css:
105105
extra:
106106
social:
107107
- icon: fontawesome/brands/github
108-
link: https://github.com/ensim/ensim
108+
link: https://github.com/SpaceEngineerSS/EnSim
109109
- icon: fontawesome/brands/python
110110
link: https://pypi.org/project/ensim/
111111

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ docs = [
7777
all = ["ensim[dev,docs]"]
7878

7979
[project.urls]
80-
Homepage = "https://github.com/ensim/ensim"
80+
Homepage = "https://github.com/SpaceEngineerSS/EnSim"
8181
Documentation = "https://ensim.io/docs"
82-
Repository = "https://github.com/ensim/ensim"
83-
Issues = "https://github.com/ensim/ensim/issues"
84-
Changelog = "https://github.com/ensim/ensim/blob/main/CHANGELOG.md"
82+
Repository = "https://github.com/SpaceEngineerSS/EnSim"
83+
Issues = "https://github.com/SpaceEngineerSS/EnSim/issues"
84+
Changelog = "https://github.com/SpaceEngineerSS/EnSim/blob/main/CHANGELOG.md"
8585

8686
[project.scripts]
8787
ensim = "main:main"

0 commit comments

Comments
 (0)