Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/owlbarn/tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
jzstark committed Mar 16, 2024
2 parents e50e4a6 + 9f2c53d commit 7270606
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Owl Online Tutorial
# Owl Online Tutorial [![build](https://github.com/owlbarn/tutorial/actions/workflows/deploy.yml/badge.svg)](https://github.com/owlbarn/tutorial/actions/workflows/deploy.yml)

The main purpose of the online tutorial is for teaching how to use Owl software. The tutorial also convers many useful numerical and system techniques in numerical computing. Furthermore, the tutorial includes in-depth discussion on the lessons learnt by building a large and complex software system to enable scientific computing in OCaml.
The online tutorial is hosted [here](https://ocaml.xyz/tutorial/).

The main purpose of the online tutorial is for teaching how to use Owl software. The tutorial also convers many useful numerical and system techniques in numerical computing. Furthermore, the tutorial includes in-depth discussion on the lessons learnt by building a large and complex software system to enable scientific computing in OCaml.
4 changes: 2 additions & 2 deletions index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ layout: default

# Owl Online Tutorial

The main purpose of the online tutorial is for teaching how to use Owl software. The tutorial also convers many useful numerical and system techniques in numerical computing. Furthermore, the tutorial includes in-depth discussion on the lessons learnt by building a large and complex software system to enable scientific computing in OCaml.
The main purpose of the online tutorial is for teaching how to use the [Owl](https://github.com/owlbarn/owl) software. The tutorial also convers many useful numerical and system techniques in numerical computing. Furthermore, the tutorial includes in-depth discussion on the lessons learnt by building a large and complex software system to enable scientific computing in OCaml.

## Chapters

Expand All @@ -30,7 +30,7 @@ The main purpose of the online tutorial is for teaching how to use Owl software.

## Contribute

Currently contribution to the book is mainly in the form of Pull Request.
Currently contribution to the book is mainly in the form of Pull Request on [GitHub](https://github.com/owlbarn/tutorial).
Normally you only need to change one of the markdown files in the `chapters/` directory.


Expand Down

0 comments on commit 7270606

Please sign in to comment.