Skip to content

Commit

Permalink
Fixing links
Browse files Browse the repository at this point in the history
  • Loading branch information
wallytutor committed May 1, 2024
1 parent af95edc commit 985ed70
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 7 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# WallyToolbox.jl

General tools I use everyday for everything.

## Using Julia modules

```bash
# Launch this directory as a project:
julia --project=.
```

## Using Python modules

```bash
# Install `virtualenv`:
pip install virtualenv

# Create a virtual environment:
virtualenv venv

# Activate the environment:
./venv/Scripts/activate

# Install dependencies:
pip install -r requirements.txt
```
2 changes: 1 addition & 1 deletion docs/src/DryFlowsheet/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

```@meta
CurrentModule = DryFlowsheet
_EditURL = "/WallyToolbox.jl/docs/src/DryFlowsheet/index.md"
EditURL = "https://github.com/wallytutor/WallyToolbox.jl/blob/main/docs/src/DryFlowsheet/index.md"
```

```@autodocs
Expand Down
2 changes: 1 addition & 1 deletion docs/src/DryGranular/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ DocTestSetup = quote
using Statistics
using DryGranular
end
_EditURL = "/WallyToolbox.jl/docs/src/DryGranular/index.md"
EditURL = "https://github.com/wallytutor/WallyToolbox.jl/blob/main/docs/src/DryGranular/index.md"
```

## General porous media
Expand Down
2 changes: 1 addition & 1 deletion docs/src/DryGranular/kramers.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Kramers' model

```@meta
_EditURL = "/WallyToolbox.jl/docs/src/DryGranular/kramers.md"
EditURL = "https://github.com/wallytutor/WallyToolbox.jl/blob/main/docs/src/DryGranular/kramers.md"
```

```@setup kramers
Expand Down
2 changes: 1 addition & 1 deletion docs/src/DryMaterials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CurrentModule = DryMaterials
DocTestSetup = quote
using DryMaterials
end
_EditURL = "/WallyToolbox.jl/docs/src/DryMaterials/index.md"
EditURL = "https://github.com/wallytutor/WallyToolbox.jl/blob/main/docs/src/DryMaterials/index.md"
```

## Solid Thermodynamics
Expand Down
2 changes: 1 addition & 1 deletion docs/src/DryTransport/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CurrentModule = DryTransport
DocTestSetup = quote
using DryTransport
end
_EditURL = "/WallyToolbox.jl/docs/src/DryTransport/index.md"
EditURL = "https://github.com/wallytutor/WallyToolbox.jl/blob/main/docs/src/DryTransport/index.md"
```

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion docs/src/OpenFOAM/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CurrentModule = OpenFOAM
DocTestSetup = quote
using OpenFOAM
end
_EditURL = "/WallyToolbox.jl/docs/src/OpenFOAM/index.md"
EditURL = "https://github.com/wallytutor/WallyToolbox.jl/blob/main/docs/src/OpenFOAM/index.md"
```

```@autodocs
Expand Down
2 changes: 1 addition & 1 deletion docs/src/RadCalNet/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

```@meta
CurrentModule = RadCalNet
_EditURL = "/WallyToolbox.jl/docs/src/RadCalNet/index.md"
EditURL = "https://github.com/wallytutor/WallyToolbox.jl/blob/main/docs/src/RadCalNet/index.md"
```

Radiation properties machine learning model trained on RadCal.
Expand Down

0 comments on commit 985ed70

Please sign in to comment.