Skip to content

Commit 393c5da

Browse files
committed
Updated links to faberorg/fatpy
1 parent f0f9936 commit 393c5da

10 files changed

Lines changed: 43 additions & 43 deletions

File tree

CONTRIBUTING.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Thank you for considering contributing to FatPy, a Python package for fatigue life evaluation of materials, part of the FABER project! Your contributions help improve open source tools for fatigue analysis. Start with these steps to make an impact.
44

5-
**[:mag: Learn About FABER](https://vybornak2.github.io/FatPy/faber_cost/)**
5+
**[:mag: Learn About FABER](https://faberorg.github.io/FatPy/faber_cost/)**
66

77
## :rocket: Quick Start
88

@@ -54,7 +54,7 @@ pip install -e .
5454
pre-commit install
5555
```
5656

57-
For detailed configuration of your development environment, see the **[Installation Guide :arrow_right:](https://vybornak2.github.io/FatPy/development/install/#installation-guide)**
57+
For detailed configuration of your development environment, see the **[Installation Guide :arrow_right:](https://faberorg.github.io/FatPy/development/install/#installation-guide)**
5858

5959
## :test_tube: Test-Driven Development
6060

@@ -73,7 +73,7 @@ For detailed configuration of your development environment, see the **[Installat
7373
6. **Repeat**
7474
Use the same principles for next feature
7575

76-
For more details, see the **[Testing Guide :arrow_right:](https://vybornak2.github.io/FatPy/development/testing/)**
76+
For more details, see the **[Testing Guide :arrow_right:](https://faberorg.github.io/FatPy/development/testing/)**
7777

7878
### Run tests regularly
7979

@@ -96,7 +96,7 @@ FatPy aims for high code quality utilizing these tools:
9696
- **MyPy** - Static type checking for reliability.
9797
- **Pre-commit** - Automated checks before commits.
9898

99-
Follow our coding standards for contributions, see **[Code Style Guide :arrow_right:](https://vybornak2.github.io/FatPy/development/code_style/)**
99+
Follow our coding standards for contributions, see **[Code Style Guide :arrow_right:](https://faberorg.github.io/FatPy/development/code_style/)**
100100

101101
### Running Code Quality Checks
102102

@@ -128,7 +128,7 @@ Add docstrings following Google style to all new code.
128128
- **Examples**
129129
Include examples and mathematical formulas where helpful to aid users.
130130

131-
Learn best practices and guidelines for documentation, see **[Documentation Guide :arrow_right:](https://vybornak2.github.io/FatPy/development/documentation/)**
131+
Learn best practices and guidelines for documentation, see **[Documentation Guide :arrow_right:](https://faberorg.github.io/FatPy/development/documentation/)**
132132

133133
### Building Documentation
134134

@@ -159,17 +159,17 @@ Submit a high-quality pull request with these steps:
159159

160160
All contributors must follow our standards.
161161

162-
Understand our expectations for collaboration, see **[Code of Conduct :arrow_right:](https://github.com/Vybornak2/FatPy/blob/main/CODE_OF_CONDUCT.md)**
162+
Understand our expectations for collaboration, see **[Code of Conduct :arrow_right:](https://github.com/faberorg/FatPy/blob/main/CODE_OF_CONDUCT.md)**
163163

164164
## :bulb: Ideas and Questions
165165

166166
Join discussion, create an issue or reach out to maintainers:
167167

168-
- :speech_balloon: **[GitHub Discussions :arrow_right:](https://github.com/vybornak2/FatPy/discussions)**
168+
- :speech_balloon: **[GitHub Discussions :arrow_right:](https://github.com/faberorg/FatPy/discussions)**
169169
Join for community support.
170-
- :beetle: **[Report an Issue :arrow_right:](https://github.com/vybornak2/fatpy/issues)**
170+
- :beetle: **[Report an Issue :arrow_right:](https://github.com/faberorg/fatpy/issues)**
171171
Create an issue on our GitHub repository for bugs or questions.
172-
- :envelope: **[Contact our Team :arrow_right:](https://vybornak2.github.io/FatPy/contact/)**
172+
- :envelope: **[Contact our Team :arrow_right:](https://faberorg.github.io/FatPy/contact/)**
173173
Visit our contact page.
174174

175175
Thank you for contributing to FatPy!

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# FatPy
22

3-
[![Build Status](https://img.shields.io/github/actions/workflow/status/vybornak2/FatPy/python-ci.yml?label=Build)](https://github.com/vybornak2/FatPy/actions/workflows/python-ci.yml)
4-
[![Documentation](https://img.shields.io/github/actions/workflow/status/vybornak2/FatPy/deploy_docs.yml?label=Documentation)](https://vybornak2.github.io/FatPy/)
5-
[![Code Coverage](https://codecov.io/gh/vybornak2/FatPy/branch/main/graph/badge.svg)](https://codecov.io/gh/vybornak2/FatPy)
3+
[![Build Status](https://img.shields.io/github/actions/workflow/status/faberorg/FatPy/python-ci.yml?label=Build)](https://github.com/faberorg/FatPy/actions/workflows/python-ci.yml)
4+
[![Documentation](https://img.shields.io/github/actions/workflow/status/faberorg/FatPy/deploy_docs.yml?label=Documentation)](https://faberorg.github.io/FatPy/)
5+
[![Code Coverage](https://codecov.io/gh/faberorg/FatPy/branch/main/graph/badge.svg)](https://codecov.io/gh/faberorg/FatPy)
66
[![PyPI Version](https://img.shields.io/pypi/v/fatpy.svg?label=PyPI)](https://pypi.org/project/FatPy/)
77
[![Python Version](https://img.shields.io/pypi/pyversions/FatPy.svg?label=Python)](https://pypi.org/project/FatPy/)
88
[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
@@ -17,11 +17,11 @@ A Python package for fatigue life evaluation of materials.
1717

1818
## Quick Links
1919

20-
- [Installation Guide](https://vybornak2.github.io/FatPy/development/install/)
20+
- [Installation Guide](https://faberorg.github.io/FatPy/development/install/)
2121
- [Contributing Guide](CONTRIBUTING.md)
22-
- [Documentation](https://vybornak2.github.io/FatPy/)
23-
- [API Reference](https://vybornak2.github.io/FatPy/api/)
24-
- [Theory Reference](https://vybornak2.github.io/FatPy/theory/)
22+
- [Documentation](https://faberorg.github.io/FatPy/)
23+
- [API Reference](https://faberorg.github.io/FatPy/api/)
24+
- [Theory Reference](https://faberorg.github.io/FatPy/theory/)
2525
- [Code of Conduct](CODE_OF_CONDUCT.md)
2626

2727
## Installation
@@ -30,15 +30,15 @@ A Python package for fatigue life evaluation of materials.
3030
pip install fatpy
3131
```
3232

33-
For development installation and more options, see our [detailed installation guide](https://vybornak2.github.io/FatPy/development/install/).
33+
For development installation and more options, see our [detailed installation guide](https://faberorg.github.io/FatPy/development/install/).
3434

3535
## Documentation
3636

3737
The documentation includes:
3838

39-
- [API Reference](https://vybornak2.github.io/FatPy/api/) - Detailed documentation of modules, classes, and functions
40-
- [Theory Reference](https://vybornak2.github.io/FatPy/theory/) - Mathematical and physical background for implemented methods
41-
- [Development Guides](https://vybornak2.github.io/FatPy/development/) - Information for contributors
39+
- [API Reference](https://faberorg.github.io/FatPy/api/) - Detailed documentation of modules, classes, and functions
40+
- [Theory Reference](https://faberorg.github.io/FatPy/theory/) - Mathematical and physical background for implemented methods
41+
- [Development Guides](https://faberorg.github.io/FatPy/development/) - Information for contributors
4242

4343
### Building Documentation Locally
4444

@@ -84,5 +84,5 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) f
8484

8585
## Contact
8686

87-
Jan Vyborny - jan.vyborny2@gmail.com
88-
Project Link: [github.com/vybornak2/fatpy](https://github.com/vybornak2/FatPy)
87+
Jan Vyborny - <jan.vyborny2@gmail.com>
88+
Project Link: [github.com/faberorg/fatpy](https://github.com/faberorg/FatPy)

docs/contact.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@ Check out these resources:
2929
Use GitHub as a main way to collaborate, discuss and improve the FatPy package.
3030

3131
- **Explore the Repository**:
32-
Visit our [:fontawesome-brands-github: GitHub repository](https://github.com/vybornak2/fatpy) to access the source code.
32+
Visit our [:fontawesome-brands-github: GitHub repository](https://github.com/faberorg/fatpy) to access the source code.
3333

3434
- **Contribute**:
3535
Follow our [:fontawesome-solid-handshake: Contribution Guidelines](development/contributing.md) to help improve FatPy.
3636

3737
- **Collaborate**:
38-
Join our [:fontawesome-solid-comment-dots: Discussions](https://github.com/vybornak2/fatpy/discussions) or [:fontawesome-solid-bug: Report issues](https://github.com/vybornak2/fatpy/issues).
38+
Join our [:fontawesome-solid-comment-dots: Discussions](https://github.com/faberorg/fatpy/discussions) or [:fontawesome-solid-bug: Report issues](https://github.com/faberorg/fatpy/issues).
3939

4040
---
4141
You can also contact our team directly! Here is a list of active members:
4242

4343
| Name | Position | Email | Github |
4444
| ----------------- | --------------- | --------------------------- | -------------------------------- |
45-
| Jan Výborný | Maintainer | <jan.vyborny2@gmail.com> | <https://github.com/Vybornak2> |
45+
| Jan Výborný | Maintainer | <jan.vyborny2@gmail.com> | <https://github.com/faberorg> |
4646
| Oleh Venhryniuk | Contributor | <olehvenhryniuk@gmail.com> | <https://github.com/justOleh> |
4747
| Tomáš Karas | Contributor | <tomas.karas@fs.cvut.cz> | <https://github.com/KarasTomas> |
4848

docs/development/ci_cd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ Monitor CI/CD outcomes to ensure successful workflows:
106106
Status badges are displayed in the README.md:
107107

108108
```markdown
109-
![Python CI](https://github.com/vybornak2/fatpy/workflows/Python%20CI/badge.svg)
110-
![Documentation](https://github.com/vybornak2/fatpy/workflows/Deploy%20Documentation/badge.svg)
109+
![Python CI](https://github.com/faberorg/fatpy/workflows/Python%20CI/badge.svg)
110+
![Documentation](https://github.com/faberorg/fatpy/workflows/Deploy%20Documentation/badge.svg)
111111
```
112112

113113
## :octicons-tools-24: Troubleshooting CI Failures

docs/development/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Consistent naming is crucial for code readability and maintainability. Follow th
183183

184184
Learn more about the naming conventions form our discussion page:
185185

186-
[:simple-github::fontawesome-solid-comment-dots: Naming Conventions for FatPy Functions & Parameters #18](https://github.com/Vybornak2/FatPy/discussions/18)
186+
[:simple-github::fontawesome-solid-comment-dots: Naming Conventions for FatPy Functions & Parameters #18](https://github.com/faberorg/FatPy/discussions/18)
187187

188188
---
189189

docs/development/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ Deepen your understanding of FatPy development with these resources:
3636
Explore our continuous integration and deployment workflow.
3737

3838
??? tip "Additional resources"
39-
- Join our [GitHub Discussions](https://github.com/vybornak2/FatPy/discussions) for community support.
40-
- Find contribution ideas in our [GitHub Issues](https://github.com/vybornak2/FatPy/issues).
39+
- Join our [GitHub Discussions](https://github.com/faberorg/FatPy/discussions) for community support.
40+
- Find contribution ideas in our [GitHub Issues](https://github.com/faberorg/FatPy/issues).
4141

4242
## :fontawesome-solid-sitemap: Project Structure
4343

@@ -79,9 +79,9 @@ Follow our Test-Driven Development (TDD) workflow:
7979

8080
Need assistance with FatPy development? Reach out through these channels:
8181

82-
- :simple-github: **[GitHub Discussions](https://github.com/vybornak2/FatPy/discussions)**
82+
- :simple-github: **[GitHub Discussions](https://github.com/faberorg/FatPy/discussions)**
8383
Join for community support.
84-
- :fontawesome-solid-bug: **[Report an Issue](https://github.com/vybornak2/fatpy/issues)**
84+
- :fontawesome-solid-bug: **[Report an Issue](https://github.com/faberorg/fatpy/issues)**
8585
Create an issue on our GitHub repository for bugs or questions.
8686
- :fontawesome-solid-envelope: **[Contact our Team](../contact.md)**
8787
Visit our contact page.

docs/development/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ For contributing or customizing FatPy:
7777
1. **Clone the repository:**
7878

7979
```bash
80-
git clone https://github.com/vybornak2/fatpy.git
80+
git clone https://github.com/faberorg/fatpy.git
8181
cd fatpy
8282
```
8383

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ interested in coding, testing, documentation, or providing feedback, your partic
8383
### Getting Involved
8484

8585
- **Explore the Repository**:
86-
Visit our [:fontawesome-brands-github: GitHub repository](https://github.com/vybornak2/fatpy) to access the source code.
86+
Visit our [:fontawesome-brands-github: GitHub repository](https://github.com/faberorg/fatpy) to access the source code.
8787

8888
- **Contribute**:
8989
Follow our [:fontawesome-solid-handshake: Contribution Guidelines](development/contributing.md) to help improve FatPy.
9090

9191
- **Collaborate**:
92-
Join our [:fontawesome-solid-comment-dots: Discussions](https://github.com/vybornak2/fatpy/discussions) or [:fontawesome-solid-bug: Report issues](https://github.com/vybornak2/fatpy/issues).
92+
Join our [:fontawesome-solid-comment-dots: Discussions](https://github.com/faberorg/fatpy/discussions) or [:fontawesome-solid-bug: Report issues](https://github.com/faberorg/fatpy/issues).
9393

9494
By participating, you'll be part of a collaborative effort to advance the field of material fatigue analysis.
9595
Stay tuned to the FatPy documentation for regular updates, tutorials, and community news as we work together
@@ -106,7 +106,7 @@ Feel free to share your ideas, use these channels to contact us:
106106
<div class="grid cards" markdown>
107107

108108
- [:fontawesome-solid-envelope: Contact page](contact.md)
109-
- [:fontawesome-brands-github: Project GitHub repository](https://github.com/vybornak2/fatpy)
109+
- [:fontawesome-brands-github: Project GitHub repository](https://github.com/faberorg/fatpy)
110110

111111
</div>
112112

mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
site_name: FatPy
22
site_description: A Python package for fatigue life evaluation of materials
3-
site_url: https://vybornak2.github.io/FatPy/
4-
repo_url: https://github.com/vybornak2/FatPy
5-
repo_name: vybornak2/FatPy
3+
site_url: https://faberorg.github.io/FatPy/
4+
repo_url: https://github.com/faberorg/FatPy
5+
repo_name: faberorg/FatPy
66

77
theme:
88
name: material
@@ -119,7 +119,7 @@ extra_css:
119119
extra:
120120
social:
121121
- icon: fontawesome/brands/github
122-
link: https://github.com/vybornak2/fatpy
122+
link: https://github.com/faberorg/fatpy
123123
name: FatPy on GitHub
124124
- icon: fontawesome/brands/linkedin
125125
link: https://www.linkedin.com/company/faber-cost/

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ dependencies = [
2525
]
2626

2727
[project.urls]
28-
"Homepage" = "https://github.com/vybornak2/FatPy"
29-
"Bug Tracker" = "https://github.com/vybornak2/FatPy/issues"
30-
"Documentation" = "https://vybornak2.github.io/FatPy/"
28+
"Homepage" = "https://github.com/faberorg/FatPy"
29+
"Bug Tracker" = "https://github.com/faberorg/FatPy/issues"
30+
"Documentation" = "https://faberorg.github.io/FatPy/"
3131
"FABER" = "https://faber-cost.eu/"
3232
"LinkedIn" = "https://www.linkedin.com/company/faber-cost/about/"
3333

0 commit comments

Comments
 (0)