Skip to content

Commit 6b672a3

Browse files
author
Lazareva
committed
package and docs update
1 parent 111fe98 commit 6b672a3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ nav_order: 1
1212

1313
Welcome to the official documentation for spaceTree! Here, you will find tutorials and guides to help you get started and make the most out of our tool.
1414
# Table of contents
15-
1. [Installation](installation)
16-
1. [pytorch & pytorch geometric dependencies](dependency)
17-
2. [spaceTree Installation](spacetree)
18-
2. [Tutorials](tutorials)
15+
1. [Installation](#installation)
16+
1. [pytorch & pytorch geometric dependencies](#dependency)
17+
2. [spaceTree Installation](#spacetree)
18+
2. [Tutorials](tutorials/index.md)
1919
1. [Cell state and clone mapping to 10x Visium with SpaceTree](tutorials/cell-state-clone-mapping.md)
2020
2. [Cell state and clone mapping to 10x Xenium with SpaceTree](tutorials/cell-state-clone-mapping-xenium.md)
2121
3. [Visium HD data tips and tricks](tutorials/visium-hd.md)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="spaceTree", # Name of your package
5-
version="0.1.4", # Version
5+
version="0.1.5", # Version
66
author="Olga Lazareva et al.",
77
author_email="olazareva1993@gmail.com",
88
description="PyPI package for multi-task label transfer from single-cell refrence data to spatial data", # Short description

0 commit comments

Comments
 (0)