Skip to content

Commit 61a752b

Browse files
authored
Transfer repo to Julia-XAI org (#15)
1 parent aee61d3 commit 61a752b

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# ImageNetDataset.jl
22

3-
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://adrhill.github.io/ImageNetDataset.jl/stable/)
4-
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://adrhill.github.io/ImageNetDataset.jl/dev/)
5-
[![Build Status](https://github.com/adrhill/ImageNetDataset.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/adrhill/ImageNetDataset.jl/actions/workflows/CI.yml?query=branch%3Amain)
3+
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://Julia-XAI.github.io/ImageNetDataset.jl/stable/)
4+
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://Julia-XAI.github.io/ImageNetDataset.jl/dev/)
5+
[![Build Status](https://github.com/Julia-XAI/ImageNetDataset.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/Julia-XAI/ImageNetDataset.jl/actions/workflows/CI.yml?query=branch%3Amain)
66
[![Aqua](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)
77

88
Data loader for the ImageNet 2012 Classification Dataset (ILSVRC 2012-2017) in Julia.
@@ -13,11 +13,11 @@ The ImageNet dataset can be downloaded at [image-net.org](https://image-net.org/
1313
after signing up and accepting the terms of access.
1414
It is therefore required that you download this dataset manually.
1515

16-
[Installation instructions can be found in the documentation.](https://adrhill.github.io/ImageNetDataset.jl/dev/installation/)
16+
[Installation instructions can be found in the documentation.](https://Julia-XAI.github.io/ImageNetDataset.jl/dev/installation/)
1717

1818
Afterwards, add this package via
1919
```julia-repl
20-
julia> ]add https://github.com/adrhill/ImageNetDataset.jl
20+
julia> ]add https://github.com/Julia-XAI/ImageNetDataset.jl
2121
```
2222

2323
## Examples

docs/make.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ makedocs(;
1010
authors="Adrian Hill <[email protected]>",
1111
sitename="ImageNetDataset.jl",
1212
format=Documenter.HTML(;
13-
canonical="https://adrhill.github.io/ImageNetDataset.jl",
13+
canonical="https://Julia-XAI.github.io/ImageNetDataset.jl",
1414
edit_link="main",
1515
assets=String[],
1616
),
1717
pages=["Home" => "index.md", "Installation" => "installation.md"],
1818
)
1919

20-
deploydocs(; repo="github.com/adrhill/ImageNetDataset.jl", devbranch="main")
20+
deploydocs(; repo="github.com/Julia-XAI/ImageNetDataset.jl", devbranch="main")

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CurrentModule = ImageNetDataset
44

55
# ImageNetDataset
66

7-
Documentation for [ImageNetDataset](https://github.com/adrhill/ImageNetDataset.jl).
7+
Documentation for [ImageNetDataset](https://github.com/Julia-XAI/ImageNetDataset.jl).
88

99
## API Reference
1010
### Dataset

docs/src/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@ to create all class directories and move images into corresponding directories:
9595

9696
```bash
9797
cd ImageNet/val
98-
wget -qO- https://raw.githubusercontent.com/adrhill/ImageNetDataset.jl/master/docs/src/valprep.sh | bash
98+
wget -qO- https://raw.githubusercontent.com/Julia-XAI/ImageNetDataset.jl/master/docs/src/valprep.sh | bash
9999
```
100100

src/imagenet.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function __init__imagenet()
2626
It is therefore required that you download this dataset manually.
2727
2828
Please follow the instructions at
29-
https://adrhill.github.io/ImageNetDataset.jl/dev/installation/
29+
https://Julia-XAI.github.io/ImageNetDataset.jl/dev/installation/
3030
""",
3131
),
3232
)

0 commit comments

Comments
 (0)