Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Post-release link updates #9

Merged
merged 1 commit into from
Jun 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

A Python toolbox to compute topological metrics and statistics for Knowledge Graphs.

Documentation can be found at https://curly-barnacle-lnejye6.pages.github.io/
Documentation can be found at https://graphcore-research.github.io/kg-topology-toolbox/

For a walkthrough of the main functionalities, we provide an introductory [Jupyter notebook](docs/source/notebooks/ogb_biokg_demo.ipynb).

Expand All @@ -15,7 +15,7 @@ To install the `kg-topology-toolbox` library, run

```
pip install wheel
pip install git+ssh://git@github.com/graphcore-research/kg-topology-toolbox
pip install git+https://github.com/graphcore-research/kg-topology-toolbox.git
```

4\. Import and use:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/notebooks/ogb_biokg_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"source": [
"import sys\n",
"!{sys.executable} -m pip uninstall -y kg_topology_toolbox\n",
"!pip install -q git+ssh://git@github.com/graphcore-research/kg-topology-toolbox\n",
"!pip install -q git+https://github.com/graphcore-research/kg-topology-toolbox.git\n",
"!pip install -q jupyter ipywidgets ogb seaborn"
]
},
Expand Down
3 changes: 2 additions & 1 deletion docs/source/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Installation and usage
1. Pip install :code:`kg-topology-toolbox`:

.. code-block::


pip install wheel
pip install git+https://github.com/graphcore-research/kg-topology-toolbox.git

2. Import and use:
Expand Down
Loading