Skip to content

Commit af95dea

Browse files
orso82bclyons12jmcclena
committed
update documentation
Co-Authored-By: Brendan Lyons <[email protected]> Co-Authored-By: jmcclena <[email protected]>
1 parent 2515f7d commit af95dea

File tree

5 files changed

+25
-11
lines changed

5 files changed

+25
-11
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/ProjectTorreyPines/FUSE.jl)
2-
31
# FUSE.jl
42

53
FUSE (**FU**sion **S**ynthesis **E**ngine) is an open-source framework for integrated simulations of fusion devices.
@@ -19,6 +17,7 @@ Here are some key resources for getting started with FUSE:
1917
* 📜 **[Preprint publication](https://arxiv.org/abs/2409.05894)**
2018
* 🆘 **[Discord community](https://discord.gg/CbjpZH9SKM)**
2119
* 🗒️ **[Weekly devs meeting minutes](https://github.com/ProjectTorreyPines/FUSE.jl/discussions)**
20+
* 🤔 **[Ask DeepWiki](https://deepwiki.com/ProjectTorreyPines/FUSE.jl)**
2221

2322
## Objectives
2423

docs/make.jl

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -193,15 +193,21 @@ makedocs(;
193193
repo=Remotes.GitHub("ProjectTorreyPines", "FUSE.jl"),
194194
warnonly=true,
195195
pages=[
196-
"Main" => "index.md",
197-
"Learn" => ["Tutorial" => "tutorial.md", "Examples" => "examples.md", "Publications" => "pubs.md"],
196+
"Home" => "index.md",
197+
"Install" => "install.md",
198+
"Tutorial" => "tutorial.md",
199+
"Examples" => "examples.md",
198200
"Use Cases" => "cases.md",
199-
"Actors" => ["List of actors" => "actors.md", "act parameters" => "act.md"],
200-
"Initialization" => ["Init routines" => "inits.md", "ini parameters" => "ini.md"],
201-
"Data Structure" => "dd.md",
202-
"Development" => ["deps.md", "develop.md"],
203-
"Install" => ["Install FUSE" => "install.md", "on SAGA" => "install_saga.md", "on OMEGA" => "install_omega.md"],
204-
"License" => ["License" => "license.md", "Notice" => "notice.md"]
201+
"Publications" => "pubs.md",
202+
"Actors" => "actors.md",
203+
"Initialization" => "inits.md",
204+
"`act` Parameters" => "act.md",
205+
"`ini` Parameters" => "ini.md",
206+
"`dd` Data Structure" => "dd.md",
207+
"Ecosystem" => "deps.md",
208+
"Development" => "develop.md",
209+
"License" => "license.md",
210+
"Notice" => "notice.md"
205211
]
206212
)
207213

docs/src/install.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,10 @@ For installation start your Julia interpreter by typing `julia` at the terminal,
105105
```
106106

107107
1. Run `fusebot install_IJulia` to install the Kernel for the latest version of Julia in Jupyter-Lab
108+
109+
## Install on specific platforms
110+
111+
```@contents
112+
Pages = ["install_omega.md", "install_saga.md"]
113+
Depth = 2
114+
```

docs/src/install_omega.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Public FUSE installation on GA's Omega
1+
# On OMEGA cluster
22

33
## FUSE module
44

docs/src/install_saga.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# On SAGA cluster
2+
13
## Getting started on the SAGA cluster
24

35
1. Get a SAGA account and ask to have a directory created for you under `/mnt/beegfs/users/$USER`

0 commit comments

Comments
 (0)