diff --git a/docs/make.jl b/docs/make.jl index 3c9f344..cd42cfa 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -13,7 +13,6 @@ makedocs(; deploy_url = "Caltech-OCTO.github.io/Subzero.jl", ), pages=[ - "Home" => "index.md", "Introduction" => "introduction.md", "API Reference" => "api.md", ], @@ -22,5 +21,4 @@ makedocs(; deploydocs(; repo="https://github.com/Caltech-OCTO/Subzero.jl", - push_preview=true, ) diff --git a/docs/src/index.md b/docs/src/index.md index 79f4a3e..cb83979 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -1,3 +1,4 @@ +```@raw html --- # https://vitepress.dev/reference/default-theme-home-page layout: home @@ -10,35 +11,29 @@ hero: - theme: brand text: Introduction link: /introduction - - theme: alt - text: View on Github - link: https://github.com/Caltech-OCTO/Subzero.jl - theme: alt text: API Reference link: /api + - theme: alt + text: View on Github + link: https://github.com/Caltech-OCTO/Subzero.jl features: - icon: Julia code title: Pure Julia code details: Fast, understandable, extensible functions - link: /introduction + link: "https://julialang.org/" - icon: title: Literate programming details: Documented source code with examples! - link: /source/methods/clipping/cut + link: "https://github.com/fredrikekre/Literate.jl" --- -

# What is Subzero.jl? -Subzero is an easy-to-use Julia translation of Manucharyan and Montemuro’s model described in the paper “SubZero: A Sea Ice Model With an Explicit Representation of the Floe Life Cycle.” The model has been restructured to leverage Julia’s language abstractions for ease of setting up new simulation runs and allowing more types of simulations without code modifications. It has been designed for stand-alone simulations. - -Subzero.jl was ported and restructured by Skylar Gering and originally developed by Georgy Manucharyan and Brandon Montemuro. - -We welcome contributions, either as pull requests or discussion on issues! -
+``` \ No newline at end of file diff --git a/docs/src/introduction.md b/docs/src/introduction.md index 4c3ae40..d43723e 100644 --- a/docs/src/introduction.md +++ b/docs/src/introduction.md @@ -1,9 +1,3 @@ # Introduction -Subzero is an easy-to-use Julia translation of Manucharyan and Montemuro’s model described in the paper “SubZero: A Sea Ice Model With an Explicit Representation of the Floe Life Cycle.” The model has been restructured to leverage Julia’s language abstractions for ease of setting up new simulation runs and allowing more types of simulations without code modifications. It has been designed for stand-alone simulations. - -Subzero.jl was ported and restructured by Skylar Gering and originally developed by Georgy Manucharyan and Brandon Montemuro. - -We welcome contributions, either as pull requests or discussion on issues! - ## Main concepts \ No newline at end of file