Update repository URLs for Gitea migration

This commit is contained in:
GitHub Actions 2025-12-28 17:31:26 +00:00
parent 921278b065
commit 954bc5b33e
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
[![PyPI version](https://badge.fury.io/py/sqrtspace-spacetime.svg)](https://badge.fury.io/py/sqrtspace-spacetime) [![PyPI version](https://badge.fury.io/py/sqrtspace-spacetime.svg)](https://badge.fury.io/py/sqrtspace-spacetime)
[![Python Versions](https://img.shields.io/pypi/pyversions/sqrtspace-spacetime.svg)](https://pypi.org/project/sqrtspace-spacetime/) [![Python Versions](https://img.shields.io/pypi/pyversions/sqrtspace-spacetime.svg)](https://pypi.org/project/sqrtspace-spacetime/)
[![License](https://img.shields.io/pypi/l/sqrtspace-spacetime.svg)](https://github.com/sqrtspace/sqrtspace-python/blob/main/LICENSE) [![License](https://img.shields.io/pypi/l/sqrtspace-spacetime.svg)](https://git.marketally.com/sqrtspace/sqrtspace-python/src/branch/main/LICENSE)
[![Documentation Status](https://readthedocs.org/projects/sqrtspace-spacetime/badge/?version=latest)](https://sqrtspace-spacetime.readthedocs.io/en/latest/?badge=latest) [![Documentation Status](https://readthedocs.org/projects/sqrtspace-spacetime/badge/?version=latest)](https://sqrtspace-spacetime.readthedocs.io/en/latest/?badge=latest)
Memory-efficient algorithms and data structures for Python using Williams' √n space-time tradeoffs. Memory-efficient algorithms and data structures for Python using Williams' √n space-time tradeoffs.
@ -418,7 +418,7 @@ If you use SpaceTime in your research, please cite:
title = {SqrtSpace SpaceTime: Memory-Efficient Python Library}, title = {SqrtSpace SpaceTime: Memory-Efficient Python Library},
author={Friedel Jr., David H.}, author={Friedel Jr., David H.},
year = {2025}, year = {2025},
url = {https://github.com/sqrtspace/sqrtspace-python} url = {https://git.marketally.com/sqrtspace/sqrtspace-python}
} }
``` ```
@ -426,5 +426,5 @@ If you use SpaceTime in your research, please cite:
- [Documentation](https://sqrtspace-spacetime.readthedocs.io) - [Documentation](https://sqrtspace-spacetime.readthedocs.io)
- [PyPI Package](https://pypi.org/project/sqrtspace-spacetime/) - [PyPI Package](https://pypi.org/project/sqrtspace-spacetime/)
- [GitHub Repository](https://github.com/sqrtspace/sqrtspace-python) - [Repository](https://git.marketally.com/sqrtspace/sqrtspace-python)
- [Issue Tracker](https://github.com/sqrtspace/sqrtspace-python/issues) - [Issue Tracker](https://git.marketally.com/sqrtspace/sqrtspace-python/issues)

View File

@ -499,6 +499,6 @@ locust -f tests/load/locustfile.py --host http://localhost:8000
## Learn More ## Learn More
- [SqrtSpace SpaceTime Docs](https://github.com/MarketAlly/Ubiquity) - [SqrtSpace SpaceTime Docs](https://git.marketally.com/sqrtspace/sqrtspace-python)
- [FastAPI Documentation](https://fastapi.tiangolo.com) - [FastAPI Documentation](https://fastapi.tiangolo.com)
- [Streaming Best Practices](https://example.com/streaming) - [Streaming Best Practices](https://example.com/streaming)