Skip to content

Commit

Permalink
Add links
Browse files Browse the repository at this point in the history
  • Loading branch information
ctessum committed Aug 15, 2024
1 parent d40a049 commit 38d9215
Show file tree
Hide file tree
Showing 8 changed files with 94 additions and 0 deletions.
9 changes: 9 additions & 0 deletions make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
)
Expand Down
14 changes: 14 additions & 0 deletions src/libraries/aerosol.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "Redirecting..."
---

```@raw html
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://aerosol.earthsci.dev/" />
</head>
<body>
<p>If you are not redirected automatically, follow this <a href="https://aerosol.earthsci.dev/">link</a>.</p>
</body>
</html>
```
14 changes: 14 additions & 0 deletions src/libraries/base.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "Redirecting..."
---

```@raw html
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://base.earthsci.dev/" />
</head>
<body>
<p>If you are not redirected automatically, follow this <a href="https://base.earthsci.dev/">link</a>.</p>
</body>
</html>
```
14 changes: 14 additions & 0 deletions src/libraries/data.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "Redirecting..."
---

```@raw html
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://data.earthsci.dev/" />
</head>
<body>
<p>If you are not redirected automatically, follow this <a href="https://data.earthsci.dev/">link</a>.</p>
</body>
</html>
```
14 changes: 14 additions & 0 deletions src/libraries/deposition.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "Redirecting..."
---

```@raw html
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://gaschem.earthsci.dev/" />
</head>
<body>
<p>If you are not redirected automatically, follow this <a href="https://gaschem.earthsci.dev/">link</a>.</p>
</body>
</html>
```
14 changes: 14 additions & 0 deletions src/libraries/gaschem.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "Redirecting..."
---

```@raw html
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://gaschem.earthsci.dev/" />
</head>
<body>
<p>If you are not redirected automatically, follow this <a href="https://gaschem.earthsci.dev/">link</a>.</p>
</body>
</html>
```
1 change: 1 addition & 0 deletions src/libraries/overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Available Software Libraries
14 changes: 14 additions & 0 deletions src/libraries/transport.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "Redirecting..."
---

```@raw html
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://transport.earthsci.dev/" />
</head>
<body>
<p>If you are not redirected automatically, follow this <a href="https://transport.earthsci.dev/">link</a>.</p>
</body>
</html>
```

0 comments on commit 38d9215

Please sign in to comment.