Skip to content

Commit 4920751

Browse files
authored
doc fixes (#84)
1 parent 92f2bc0 commit 4920751

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

docs/src/api.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
# API
1+
# API
2+
3+
```@autodocs
4+
Modules = [ConcurrentSim]
5+
Private = false
6+
```

docs/src/index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ ConcurrentSim is a discrete-event process-oriented simulation framework written
44

55
The documentation contains a tutorial, topical guides explaining key concepts, a number of examples and the API reference. The tutorial, the topical guides and some examples are borrowed from SimPy to allow a direct comparison and an easy migration path for users. The differences between ConcurrentSim and SimPy are clearly documented.
66

7+
`ConcurrentSim.jl` used to be known as `SimJulia.jl` until 2023. It is one of the longest-lived Julia packages.
8+
79
## Example
810

911
A short example simulating two clocks ticking in different time intervals looks like this:
@@ -37,7 +39,4 @@ fast 0.5
3739
slow 1.0
3840
fast 1.0
3941
fast 1.5
40-
```
41-
42-
43-
`ConcurrentSim.jl` is a fork of Ben Lauwens' `SimJulia.jl`.
42+
```

0 commit comments

Comments
 (0)