Skip to content

Commit

Permalink
Fix links to Pixano notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
cpvannier committed Nov 15, 2023
1 parent 6bce558 commit b10d3e3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ All notable changes to Pixano will be documented in this file.

### Fixed

- Fix links to Pixano notebooks
- Fix internal cross-references in the API reference of the documentation website

## [0.2.1] - 2023-11-13
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pip install pixano-inference@git+https://github.com/pixano/pixano-inference

# Using Pixano Inference

Please refer to the Pixano [annotation notebooks](https://github.com/pixano/pixano/tree/main/notebooks/annotation) for information on how to use the inference models provided by this module.
Please refer to [these Pixano notebooks](https://github.com/pixano/pixano/tree/main/notebooks/models) for information on how to use the inference models provided by this module.

# Contributing

Expand Down
4 changes: 2 additions & 2 deletions docs/user/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
- [Get started with Pixano](https://pixano.github.io/user/)
- [Install Pixano Inference](install.md)
- Use Pixano Inference
- Check out <a href="https://github.com/pixano/pixano/tree/main/notebooks/annotation/pre_annotation.ipynb" target="_blank">this Jupyter notebook</a> for using the Pixano Inference models for pre-annotation
- Check out <a href="https://github.com/pixano/pixano/tree/main/notebooks/annotation/interactive_annotation.ipynb" target="_blank">this Jupyter notebook</a> for using the Pixano Inference models for interactive annotation
- Check out <a href="https://github.com/pixano/pixano/tree/main/notebooks/models/pre_annotation.ipynb" target="_blank">this Jupyter notebook</a> for using the Pixano Inference models for pre-annotation
- Check out <a href="https://github.com/pixano/pixano/tree/main/notebooks/models/interactive_annotation.ipynb" target="_blank">this Jupyter notebook</a> for using the Pixano Inference models for interactive annotation
2 changes: 1 addition & 1 deletion docs/user/interactive_annotation.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Please refer to <a href="https://github.com/pixano/pixano/tree/main/notebooks/annotation/interactive_annotation.ipynb" target="_blank">this Jupyter notebook</a> for information on how to use inference models for interactive annotation.
Please refer to <a href="https://github.com/pixano/pixano/tree/main/notebooks/models/interactive_annotation.ipynb" target="_blank">this Jupyter notebook</a> for information on how to use inference models for interactive annotation.
2 changes: 1 addition & 1 deletion docs/user/pre_annotation.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Please refer to <a href="https://github.com/pixano/pixano/tree/main/notebooks/annotation/pre_annotation.ipynb" target="_blank">this Jupyter notebook</a> for information on how to use inference models for pre-annotation.
Please refer to <a href="https://github.com/pixano/pixano/tree/main/notebooks/models/pre_annotation.ipynb" target="_blank">this Jupyter notebook</a> for information on how to use inference models for pre-annotation.

0 comments on commit b10d3e3

Please sign in to comment.