diff --git a/make.jl b/make.jl index 03d626d..5a84a96 100644 --- a/make.jl +++ b/make.jl @@ -17,6 +17,15 @@ makedocs(; # "1D Simulation" => "example.md", "3D Simulation" => "quickstart/3d_sim.md", ], + "Libraries" => [ + "Overview" => "libraries/overview.md", + "🔗 EarthSciMLBase.jl" => "libraries/base.md", + "🔗 GasChem.jl" => "libraries/gaschem.md", + "🔗 Aerosol.jl" => "libraries/aersol.md", + "🔗 AtmosphericDeposition.jl" => "libraries/deposition.md", + "🔗 EnvironmentalTransport.jl" => "libraries/transport.md", + "🔗 EarthSciData.jl" => "libraries/data.md", + ], "Contributing" => "contributing.md", ], ) diff --git a/src/libraries/aerosol.md b/src/libraries/aerosol.md new file mode 100644 index 0000000..d0bdb3d --- /dev/null +++ b/src/libraries/aerosol.md @@ -0,0 +1,14 @@ +--- +title: "Redirecting..." +--- + +```@raw html + +
+ + + +If you are not redirected automatically, follow this link.
+ + +``` \ No newline at end of file diff --git a/src/libraries/base.md b/src/libraries/base.md new file mode 100644 index 0000000..d6f0278 --- /dev/null +++ b/src/libraries/base.md @@ -0,0 +1,14 @@ +--- +title: "Redirecting..." +--- + +```@raw html + + + + + +If you are not redirected automatically, follow this link.
+ + +``` \ No newline at end of file diff --git a/src/libraries/data.md b/src/libraries/data.md new file mode 100644 index 0000000..acc84fd --- /dev/null +++ b/src/libraries/data.md @@ -0,0 +1,14 @@ +--- +title: "Redirecting..." +--- + +```@raw html + + + + + +If you are not redirected automatically, follow this link.
+ + +``` \ No newline at end of file diff --git a/src/libraries/deposition.md b/src/libraries/deposition.md new file mode 100644 index 0000000..8f17417 --- /dev/null +++ b/src/libraries/deposition.md @@ -0,0 +1,14 @@ +--- +title: "Redirecting..." +--- + +```@raw html + + + + + +If you are not redirected automatically, follow this link.
+ + +``` \ No newline at end of file diff --git a/src/libraries/gaschem.md b/src/libraries/gaschem.md new file mode 100644 index 0000000..8f17417 --- /dev/null +++ b/src/libraries/gaschem.md @@ -0,0 +1,14 @@ +--- +title: "Redirecting..." +--- + +```@raw html + + + + + +If you are not redirected automatically, follow this link.
+ + +``` \ No newline at end of file diff --git a/src/libraries/overview.md b/src/libraries/overview.md new file mode 100644 index 0000000..6887450 --- /dev/null +++ b/src/libraries/overview.md @@ -0,0 +1 @@ +# Available Software Libraries \ No newline at end of file diff --git a/src/libraries/transport.md b/src/libraries/transport.md new file mode 100644 index 0000000..2949137 --- /dev/null +++ b/src/libraries/transport.md @@ -0,0 +1,14 @@ +--- +title: "Redirecting..." +--- + +```@raw html + + + + + +If you are not redirected automatically, follow this link.
+ + +``` \ No newline at end of file