Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit d3ea9e2

Browse files
authored
Merge pull request #12 from LuxDL/ap/docs
Transition to the new documentation system
2 parents 07dc08a + 1b3b21e commit d3ea9e2

File tree

11 files changed

+14
-397
lines changed

11 files changed

+14
-397
lines changed

.github/workflows/DocCleanUp.yml

-26
This file was deleted.

.github/workflows/Documentation.yml

-47
This file was deleted.

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LuxDeviceUtils"
22
uuid = "34f89e08-e1d5-43b4-8944-0b49ac560553"
33
authors = ["Avik Pal <[email protected]> and contributors"]
4-
version = "0.1.6"
4+
version = "0.1.7"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# LuxDeviceUtils
22

33
[![Join the chat at https://julialang.zulipchat.com #machine-learning](https://img.shields.io/static/v1?label=Zulip&message=chat&color=9558b2&labelColor=389826)](https://julialang.zulipchat.com/#narrow/stream/machine-learning)
4-
[![Latest Docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://luxdl.github.io/LuxDeviceUtils.jl/dev)
5-
[![Stable Docs](https://img.shields.io/badge/docs-stable-blue.svg)](https://luxdl.github.io/LuxDeviceUtils.jl/stable)
4+
[![Latest Docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://lux.csail.mit.edu/dev/api/)
5+
[![Stable Docs](https://img.shields.io/badge/docs-stable-blue.svg)](https://lux.csail.mit.edu/stable/api/)
66

77
[![CI](https://github.com/LuxDL/LuxDeviceUtils.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/LuxDL/LuxDeviceUtils.jl/actions/workflows/CI.yml)
88
[![Buildkite](https://badge.buildkite.com/b098d6387b2c69bd0ab684293ff66332047b219e1b8f9bb486.svg?branch=main)](https://buildkite.com/julialang/luxdeviceutils-dot-jl)
@@ -13,4 +13,5 @@
1313
[![ColPrac: Contributor's Guide on Collaborative Practices for Community Packages](https://img.shields.io/badge/ColPrac-Contributor's%20Guide-blueviolet)](https://github.com/SciML/ColPrac)
1414
[![SciML Code Style](https://img.shields.io/static/v1?label=code%20style&message=SciML&color=9558b2&labelColor=389826)](https://github.com/SciML/SciMLStyle)
1515

16-
`LuxDeviceUtils.jl` is a lightweight package defining rules for transferring data across devices. Most users should directly use [Lux.jl](https://lux.csail.mit.edu/stable) instead.
16+
`LuxDeviceUtils.jl` is a lightweight package defining rules for transferring data across
17+
devices. Most users should directly use [Lux.jl](https://lux.csail.mit.edu/) instead.

docs/Project.toml

-3
This file was deleted.

docs/_overrides/partials/source.html

-20
This file was deleted.

docs/make.jl

-35
This file was deleted.

docs/mkdocs.yml

-89
This file was deleted.

docs/src/assets/custom.css

-120
This file was deleted.

0 commit comments

Comments
 (0)