Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpetters committed Dec 30, 2019
1 parent ece343b commit ea67a28
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file removed .roject.toml.swp
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ makedocs(
pages = [
"Introduction" => "index.md",
"Content" => "content.md",
"Local Installation" => "installation.md",
"Installation" => "installation.md",
"For Instructors" => "instructors.md",
"License" => "license.md"
]
Expand Down
2 changes: 1 addition & 1 deletion docs/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Binder is free cloud-based service that hosts a docker image (see below) of the
A pre-built docker image is available from docker-hub. The docker container can be executed on local hardware using the docker engine. Docker is available free of charge for Windows, Mac OS, and Linux [Docker Download](https://docs.docker.com/install/). Once downloaded the notebooks can be executed using the command

```
docker run -it -p 8888:8888 mdpetters/atmpspheric-physics-notebooks:current
docker run -it -p 8888:8888 mdpetters/atmospheric-physics-notebooks:current
```

| Advantages | Disadvantages |
Expand Down
2 changes: 1 addition & 1 deletion docs/src/instructors.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Modules are grouped by topic and **not** tailored to be completed within a singl
## Hosting
The notebooks can be executed in the browser through binder. Binder serves a complete Jupyter/Julia environment in your browser. Click on the badge below to launch it.

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/mdpetters/Atmospheric-Physics-Notebooks.git/master)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/mdpetters/Atmospheric-Physics-Notebooks.git/v0.1)

The binder service is free and appropriate for a few users or workshops. The service may not be reliable for class-deployment.

Expand Down

0 comments on commit ea67a28

Please sign in to comment.