Skip to content

Commit 2f8adc5

Browse files
Merge pull request #7 from Kitware/dev/docs
Added offline documentation
2 parents 14131ca + 83e0fb1 commit 2f8adc5

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ repos:
1515
rev: v5.0.0
1616
hooks:
1717
- id: check-added-large-files
18+
args:
19+
# the unit here is acutally KiB (1024 bytes)
20+
- '--maxkb=51200' # match github max of 50MiB
1821
- id: check-ast
1922
- id: check-builtin-literals
2023
- id: check-case-conflict

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,9 @@ transformed_image = transformed["image"]
5959

6060
## Documentation
6161

62-
For detailed documentation on available transforms and usage patterns, see:
62+
Albumentations documentation is [hosted by the original authors](https://albumentations.ai/docs/). An [offline copy](./docs/albumentations-documentation.pdf) of the documentation has been included with this repository, with the expectation that the hosted documentation may eventually become unavailable or diverge from the forked functionality. This offline copy was generated from [this commit hash](https://github.com/albumentations-team/albumentations-ai-docs/tree/624837ded1550ab528f5b77e4f91d37cf7982a27). Note that some external files and links may not be functional.
6363

64-
- [Albumentations (NRTK Fork) Documentation](https://nrtk-albumentations.readthedocs.io/)
65-
- [NRTK Documentation](https://nrtk.readthedocs.io/)
64+
For usage within the NRTK ecosystem, please refer to [NRTK Documentation](https://nrtk.readthedocs.io/).
6665

6766
## Available Transformations
6867

22.3 MB
Binary file not shown.

docs/release_notes/pending_release.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Updates / New Features
1010

1111
* Removed OpenCV dependency. The package will no longer be able to be used standalone.
1212

13+
* Added offline copy of forked documentation
14+
15+
* Updated precommit check for large files to be consistent with NRTK
16+
1317
Fixes
1418
-----
1519

0 commit comments

Comments
 (0)