Skip to content

Commit ee5f723

Browse files
committed
fix #2
1 parent 6ad76cd commit ee5f723

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ Besides that multiple engineering specific methods are utilized to make it fast
3838
Install ts-shape using pip:
3939

4040
```bash
41-
pip install timeseries-shaper
41+
pip install ts-shape
4242
```
4343

4444
## Documentation
4545

46-
For full documentation, visit GitHub Pages or check out the docstrings in the code.
46+
For full documentation, visit [GitHub Pages](https://jakobgabriel.github.io/ts-shape/) or check out the docstrings in the code.
4747

4848
## Contributing
4949

docs/insiders/installation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Installation

docs/summary.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Package Summary
2+
3+
--8<-- "reference/SUMMARY.md"

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ nav:
1919
- Changelog: changelog.md
2020
# - Credits: credits.md
2121
- License: license.md
22+
- Summary: summary.md
2223
- Usage:
2324
- usage/index.md
2425
# defer to gen-files + literate-nav
@@ -28,7 +29,7 @@ nav:
2829
- Contributing: contributing.md
2930
# - Code of Conduct: code_of_conduct.md
3031
- Getting started:
31-
# - Installation: insiders/installation.md
32+
- Installation: insiders/installation.md
3233
- Development: insiders/development.md
3334

3435
theme:

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
pandas==2.1.0
2-
#pdoc==14.6.1 # for docs
32
scipy==1.13.1
43
s3fs==2024.10.0

0 commit comments

Comments
 (0)