new docs scaffold

This commit is contained in:
Pierre Chapuis 2024-01-31 18:18:26 +01:00
parent abe50076a4
commit ab63a01582
11 changed files with 12 additions and 33 deletions

1
docs/concepts/index.md Normal file
View file

@ -0,0 +1 @@
# WIP

View file

@ -1 +0,0 @@
WIP

View file

@ -1 +0,0 @@
WIP

1
docs/guides/index.md Normal file
View file

@ -0,0 +1 @@
# WIP

View file

@ -1,3 +0,0 @@
# Foundational Models
WIP

View file

@ -1,3 +0,0 @@
# Latent Diffusion
WIP

View file

@ -1,3 +0,0 @@
# Segment Anything
WIP

View file

@ -1,9 +0,0 @@
# Training Utils
Very minimalistic training utilities for PyTorch, its main purpose is to provide a simple way to abstract the training loop
and its configuration. It is meant to be used with Refiners, but it can be used with any PyTorch model.
## Quickstart
WIP

View file

@ -31,18 +31,15 @@ extra_css:
nav: nav:
- Home: - Home:
- index.md - index.md
- Getting started: getting_started.md - Getting started:
- Models: - getting_started.md
- models/index.md - Guides:
- models/latent_diffusion.md - guides/index.md
- models/segment_anything.md - Key Concepts:
- Fluxion: - concepts/index.md
- fluxion/index.md - concepts/adapters.md
- fluxion/adapters.md - API Reference:
- Training utils: - index.md
- training_utils/index.md
- Contributing:
- contributing/index.md
extra: extra:
social: social:
- icon: fontawesome/brands/discord - icon: fontawesome/brands/discord
@ -71,4 +68,4 @@ markdown_extensions:
emoji_index: !!python/name:material.extensions.emoji.twemoji emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg emoji_generator: !!python/name:material.extensions.emoji.to_svg
- toc: - toc:
permalink: true permalink: true