Skip to content

Commit

Permalink
Remove current modules
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Jun 11, 2024
1 parent bb41d0c commit 006b710
Show file tree
Hide file tree
Showing 19 changed files with 7 additions and 68 deletions.
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ WeightInitializers = "d49dbf32-c5c2-4618-8acc-27bb2598ef2d"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[compat]
Boltz = "0.3.5"
Boltz = "0.3.7"
DocumenterVitepress = "0.0.19"
LuxDeviceUtils = "0.1.21"
5 changes: 4 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,10 @@ pages = [
"api/Building_Blocks/WeightInitializers.md"
],
"Domain Specific Modeling" => [
"api/Domain_Specific_Modeling/Boltz.md"
"api/Domain_Specific_Modeling/Boltz.md",
"api/Domain_Specific_Modeling/Boltz_Layers.md",
"api/Domain_Specific_Modeling/Boltz_Vision.md",
"api/Domain_Specific_Modeling/Boltz_Private.md"
],
"Testing Functionality" => [
"api/Testing_Functionality/LuxTestUtils.md"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export default defineConfig({
text: 'Domain Specific Modeling', collapsed: false, items: [
{ text: 'Boltz', link: '/api/Domain_Specific_Modeling/Boltz' },
{ text: 'Computer Vision', link: '/api/Domain_Specific_Modeling/Boltz_Vision' },
{ text: 'Boltz.Layers', link: '/api/Domain_Specific_Modeling/Boltz_Layers' }]
{ text: 'Boltz Layers', link: '/api/Domain_Specific_Modeling/Boltz_Layers' }]
},
{
text: 'Testing Functionality', collapsed: false, items: [
Expand Down
4 changes: 0 additions & 4 deletions docs/src/api/Accelerator_Support/LuxAMDGPU.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
```@meta
CurrentModule = LuxAMDGPU
```

# LuxAMDGPU

`LuxAMDGPU` is meant to be used as a trigger package for all `AMDGPU` dependencies in `Lux`.
Expand Down
4 changes: 0 additions & 4 deletions docs/src/api/Accelerator_Support/LuxCUDA.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
```@meta
CurrentModule = LuxCUDA
```

# LuxCUDA

`LuxCUDA` is meant to be used as a trigger package for all `CUDA` dependencies in `Lux`.
Expand Down
4 changes: 0 additions & 4 deletions docs/src/api/Accelerator_Support/LuxDeviceUtils.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
```@meta
CurrentModule = LuxDeviceUtils
```

# [LuxDeviceUtils](@id LuxDeviceUtils-API)

`LuxDeviceUtils.jl` is a lightweight package defining rules for transferring data across
Expand Down
4 changes: 0 additions & 4 deletions docs/src/api/Building_Blocks/LuxCore.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
```@meta
CurrentModule = Lux
```

# LuxCore

`LuxCore.jl` defines the abstract layers for Lux. Allows users to be compatible with the
Expand Down
4 changes: 0 additions & 4 deletions docs/src/api/Building_Blocks/LuxLib.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

Backend for Lux.jl

```@meta
CurrentModule = LuxLib
```

## Index

```@index
Expand Down
4 changes: 0 additions & 4 deletions docs/src/api/Building_Blocks/WeightInitializers.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
```@meta
CurrentModule = WeightInitializers
```

# [WeightInitializers](@id WeightInitializers-API)

This package is a light dependency providing common weight initialization schemes for deep
Expand Down
4 changes: 0 additions & 4 deletions docs/src/api/Domain_Specific_Modeling/Boltz.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
```@meta
CurrentModule = Boltz
```

# Boltz

Accelerate ⚡ your ML research using pre-built Deep Learning Models with Lux.
Expand Down
6 changes: 1 addition & 5 deletions docs/src/api/Domain_Specific_Modeling/Boltz_Layers.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
```@meta
CurrentModule = Boltz
```

# `Boltz.Layers` and `Boltz.Basis` API Reference

## `Layers` API
Expand All @@ -28,7 +24,7 @@ Layers.VisionTransformerEncoder

```@docs
Basis.Cos
Basis.Chebychev
Basis.Chebyshev
Basis.Fourier
Basis.Legendre
Basis.Polynomial
Expand Down
4 changes: 0 additions & 4 deletions docs/src/api/Domain_Specific_Modeling/Boltz_Private.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
```@meta
CurrentModule = Boltz
```

# Boltz.jl Private API

```@docs
Expand Down
4 changes: 0 additions & 4 deletions docs/src/api/Domain_Specific_Modeling/Boltz_Vision.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
```@meta
CurrentModule = Boltz
```

# Computer Vision Models (`Vision` API)

## Native Lux Models
Expand Down
4 changes: 0 additions & 4 deletions docs/src/api/Lux/autodiff.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ Lux is not an AD package, but it composes well with most of the AD packages avai
Julia ecosystem. This document lists the current level of support for various AD packages in
Lux. Additionally, we provide some convenience functions for working with AD.

```@meta
CurrentModule = Lux
```

## Overview

| AD Package | CPU | GPU | Nested 2nd Order AD | Support Class |
Expand Down
4 changes: 0 additions & 4 deletions docs/src/api/Lux/contrib.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Experimental Features

```@meta
CurrentModule = Lux
```

All features listed on this page are **experimental** which means:

1. No SemVer Guarantees. We use code here to iterate fast. That said, historically we have
Expand Down
4 changes: 0 additions & 4 deletions docs/src/api/Lux/distributed_utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@

These functionalities are available via the `Lux.DistributedUtils` module.

```@meta
CurrentModule = Lux
```

## Index

```@index
Expand Down
4 changes: 0 additions & 4 deletions docs/src/api/Lux/layers.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Built-In Layers

```@meta
CurrentModule = Lux
```

## Index

```@index
Expand Down
4 changes: 0 additions & 4 deletions docs/src/api/Lux/utilities.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Utilities

```@meta
CurrentModule = Lux
```

## Index

```@index
Expand Down
4 changes: 0 additions & 4 deletions docs/src/api/Testing_Functionality/LuxTestUtils.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
```@meta
CurrentModule = LuxTestUtils
```

# LuxTestUtils

!!! warning
Expand Down

0 comments on commit 006b710

Please sign in to comment.