-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2024-07-19 update : adding news and tutorials.
- Loading branch information
Showing
3 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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") | ||
``` |