Skip to content

Commit

Permalink
Merge docs and add links (#415)
Browse files Browse the repository at this point in the history
Fixes #397
Fixes #395

* Symlinks top-level README and CHANGELOG into `python/cucim/`
* Adds links to the developer page on PyPI and Anaconda
* Also adds links for docs, source, etc.

cc @grlee77 @gigony

Authors:
  - https://github.com/jakirkham

Approvers:
  - Gigon Bae (https://github.com/gigony)
  - Joseph (https://github.com/jolorunyomi)

URL: #415
  • Loading branch information
jakirkham authored Oct 5, 2022
1 parent ea83968 commit 0de4b89
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 358 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ is used in this project.

Apache-2.0 License (see [LICENSE](LICENSE) file).

Copyright (c) 2020-2021, NVIDIA CORPORATION.
Copyright (c) 2020-2022, NVIDIA CORPORATION.
6 changes: 4 additions & 2 deletions conda/recipes/cucim/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ tests: # [linux64]
- cucim # [linux64]

about:
home: http://rapids.ai/
home: https://developer.nvidia.com/multidimensional-image-processing
summary: cucim Python package
license: Apache-2.0
license_family: Apache
license_file: LICENSE
summary: cucim Python package
doc_url: https://docs.rapids.ai/api/cucim/stable/
dev_url: https://github.com/rapidsai/cucim
6 changes: 4 additions & 2 deletions conda/recipes/libcucim/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ requirements:
- libwebp-base # [linux or osx]

about:
home: http://rapids.ai/
home: https://developer.nvidia.com/multidimensional-image-processing
summary: libcucim C++ library
license: Apache-2.0
license_family: Apache
license_file: LICENSE
summary: libcucim C++ library
doc_url: https://docs.rapids.ai/api/cucim/stable/
dev_url: https://github.com/rapidsai/cucim
166 changes: 0 additions & 166 deletions python/cucim/CHANGELOG.md

This file was deleted.

1 change: 1 addition & 0 deletions python/cucim/CHANGELOG.md
Loading

0 comments on commit 0de4b89

Please sign in to comment.