Skip to content

Commit

Permalink
feat(readme): rebrand to tris
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePyProgrammer authored Sep 30, 2023
1 parent a5aa1e4 commit ad5a3b8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Tris

[![Python Package tests status](https://github.com/three-body-analysis/codebase/actions/workflows/python-package.yml/badge.svg)](https://github.com/three-body-analysis/codebase/actions?query=workflow%3Apython-package)
[![Docs CI status](https://github.com/three-body-analysis/codebase/actions/workflows/docs.yml/badge.svg)](https://three-body-analysis.github.io/codebase/)
[![Python Package tests status](https://github.com/three-body-analysis/tris/actions/workflows/python-package.yml/badge.svg)](https://github.com/three-body-analysis/tris/actions?query=workflow%3Apython-package)
[![Docs CI status](https://github.com/three-body-analysis/tris/actions/workflows/docs.yml/badge.svg)](https://three-body-analysis.github.io/tris/)
[![PyPI Latest Release](https://img.shields.io/pypi/v/tris.svg)](https://pypi.org/project/tris/)
[![PyPI Downloads](https://static.pepy.tech/badge/tris)](https://pepy.tech/project/tris)

Expand Down Expand Up @@ -38,7 +38,7 @@ files that contain the light curves for all objects classified as EBs. You can i
Documentation
-------------

Read the documentation at [`https://three-body-analysis.github.io/codebase/`](https://three-body-analysis.github.io/codebase/).
Read the documentation at [`https://three-body-analysis.github.io/tris/`](https://three-body-analysis.github.io/tris/).


Setup and Installation
Expand Down Expand Up @@ -78,10 +78,10 @@ repository and store it on a local drive manually. To install Git, follow
After you have successfully installed Git, you can run the following command in a terminal / Command Prompt etc:

```bash
$ git clone https://github.com/three-body-analysis/codebase.git
$ git clone https://github.com/three-body-analysis/tris.git
```

This stores a copy in the folder `codebase`. You can then navigate into it using `cd codebase`.
This stores a copy in the folder `tris`. You can then navigate into it using `cd tris`.

#### Poetry

Expand All @@ -102,5 +102,5 @@ $ poetry install


> [!WARNING]
> Note that this is part of a research work in the process of being published, hence this codebase will not be exceedingly updated. [Issues](https://github.com/three-body-analysis/codebase/issues) and [Pull Requests](https://github.com/three-body-analysis/codebase/pulls) are appreciated, so that we can work to make this library more usable by the larger astronomical community.
> Note that this is part of a research work in the process of being published, hence this codebase will not be exceedingly updated. [Issues](https://github.com/three-body-analysis/tris/issues) and [Pull Requests](https://github.com/three-body-analysis/tris/pulls) are appreciated, so that we can work to make this library more usable by the larger astronomical community.

0 comments on commit ad5a3b8

Please sign in to comment.