Skip to content

Commit

Permalink
2024-07-19 update : adding news and tutorials.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbernalz committed Jul 20, 2024
1 parent cbf3bf9 commit b0ee8a3
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ makedocs(
sitename = "UCIWWEIHR.jl",
modules = [UCIWWEIHR],
pages=[
"Home" => "index.md"
"HOME" => "index.md"
"TUTORIALS" => "tutorials.md"
"NEWS" => "news.md"
])
deploydocs(;
repo="github.com/cbernalz/UCIWWEIHR.jl",
Expand Down
12 changes: 12 additions & 0 deletions docs/src/news.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Development Updates

Welcome to the Development Updates page for the UCIWWEIHR.jl project. Here, we will keep track of recent changes, improvements, and notable updates in the development of this project.

## Recent Updates

### Version 1.0.0-DEV - July 2024
- Preparing package for development.

---

*Last updated: July 19, 2024*
14 changes: 14 additions & 0 deletions docs/src/tutorials.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Tutorials

Welcome to the Tutorials page for the UCIWWEIHR.jl project. This section provides step-by-step guides and examples to help you get started with using the package and understanding its features.

## Getting Started

### Installation

To install the UCIWWEIHR.jl package, open the Julia REPL and run the following command:

```julia
using Pkg
Pkg.add("UCIWWEIHR")
```

0 comments on commit b0ee8a3

Please sign in to comment.