Skip to content

Commit 6680c77

Browse files
committed
update name
1 parent 6dc6788 commit 6680c77

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@
99
<h1 align="center">Hypergraph-DB</h1>
1010

1111
<p align="center">
12-
<img alt="Github top language" src="https://img.shields.io/github/languages/top/iMoonLab/Hyper-DB?color=800080">
12+
<img alt="Github top language" src="https://img.shields.io/github/languages/top/iMoonLab/Hypergraph-DB?color=800080">
1313

14-
<img alt="Github language count" src="https://img.shields.io/github/languages/count/iMoonLab/Hyper-DB?color=800080">
14+
<img alt="Github language count" src="https://img.shields.io/github/languages/count/iMoonLab/Hypergraph-DB?color=800080">
1515

1616
<img alt="PyPI version" src="https://img.shields.io/pypi/v/hypergraph-db?color=purple">
1717

1818
<!-- <img alt="Downloads" src="https://pepy.tech/badge/hypergraph-db?color=purple"> -->
1919

20-
<img alt="Repository size" src="https://img.shields.io/github/repo-size/iMoonLab/Hyper-DB?color=800080">
20+
<img alt="Repository size" src="https://img.shields.io/github/repo-size/iMoonLab/Hypergraph-DB?color=800080">
2121

22-
<img alt="License" src="https://img.shields.io/github/license/iMoonLab/Hyper-DB?color=800080">
22+
<img alt="License" src="https://img.shields.io/github/license/iMoonLab/Hypergraph-DB?color=800080">
2323

24-
<!-- <img alt="Github issues" src="https://img.shields.io/github/issues/iMoonLab/Hyper-DB?color=800080" /> -->
24+
<!-- <img alt="Github issues" src="https://img.shields.io/github/issues/iMoonLab/Hypergraph-DB?color=800080" /> -->
2525

26-
<!-- <img alt="Github forks" src="https://img.shields.io/github/forks/iMoonLab/Hyper-DB?color=800080" /> -->
26+
<!-- <img alt="Github forks" src="https://img.shields.io/github/forks/iMoonLab/Hypergraph-DB?color=800080" /> -->
2727

28-
<img alt="Github stars" src="https://img.shields.io/github/stars/iMoonLab/Hyper-DB?color=800080" />
28+
<img alt="Github stars" src="https://img.shields.io/github/stars/iMoonLab/Hypergraph-DB?color=800080" />
2929
</p>
3030

3131
<!-- Status -->
@@ -91,8 +91,8 @@ You can also install it by cloning the repository or adding it to your project m
9191

9292
```bash
9393
# Clone the repository
94-
git clone https://github.com/iMoonLab/Hyper-DB.git
95-
cd Hyper-DB
94+
git clone https://github.com/iMoonLab/Hypergraph-DB.git
95+
cd Hypergraph-DB
9696

9797
# Install dependencies (if any)
9898
pip install -r requirements.txt

docs/api/hyperdb.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Hyper-DB
1+
Hypergraph-DB
22
==============
33

44
.. autoclass:: hyperdb.BaseHypergraphDB

docs/get_started/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ You can also try the nightly version (0.1.1) of **Hypergraph-DB** library with `
1818

1919
.. code-block:: bash
2020
21-
pip install git+https://github.com/iMoonLab/Hyper-DB.git
21+
pip install git+https://github.com/iMoonLab/Hypergraph-DB.git
2222
2323
.. note::
2424

2525
Nightly version is the development version of **Hypergraph-DB**. It can also be unstable and not fully tested.
26-
If you find any bugs, please report it to us in `GitHub Issues <https://github.com/iMoonLab/Hyper-DB/issues>`_.
26+
If you find any bugs, please report it to us in `GitHub Issues <https://github.com/iMoonLab/Hypergraph-DB/issues>`_.

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. Hyper-DB documentation master file, created by
1+
.. Hypergraph-DB documentation master file, created by
22
sphinx-quickstart on Sun Dec 15 14:53:42 2024.
33
You can adapt this file completely to your liking, but it should at least
44
contain the root `toctree` directive.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "A Lightweight Hypergraph Database"
55
authors = ["Yifan Feng <[email protected]>"]
66
license = "Apache-2.0"
77
readme = "README.md"
8-
repository = "https://github.com/iMoonLab/Hyper-DB"
8+
repository = "https://github.com/iMoonLab/Hypergraph-DB"
99
keywords = ["hypergraph", "database", "visualization"]
1010
packages = [
1111
{ include = "hyperdb" },

0 commit comments

Comments
 (0)