Skip to content

Commit 9dd2249

Browse files
committed
Merge pull request #18 from tshort/mkdocs-candidate
Mkdocs candidate
2 parents f255b90 + 5d462bf commit 9dd2249

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+12620
-3080
lines changed

LICENSE

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Copyright (c) 2012, Electric Power Research Institute
2-
All rights reserved.
1+
Copyright (c) 2012 - 2015, Electric Power Research Institute and Ivan
2+
Raikov.
33

44
Redistribution and use in source and binary forms, with or without
55
modification, are permitted provided that the following conditions are
@@ -23,4 +23,11 @@ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2323
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2424
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2525
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27+
28+
This code also contains documentation adapted from the Modelica
29+
Standard Library available under the Modelica License Version 2 (an
30+
allowed usage). See here:
31+
32+
https://www.modelica.org/licenses/ModelicaLicense2
33+
https://www.modelica.org/news_items/modelica-standard-library-3.2.1-released

README.md

Lines changed: 12 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11

2-
Julia Sims
3-
==========
2+
Sims.jl
3+
=======
44

5-
Introduction
6-
------------
7-
8-
Sims is a Julia package to support equation-based modeling for
9-
simulations. Sims is like a lite version of Modelica.
10-
11-
[Julia](http://julialang.org) is a fast, Matlab-like language that is
12-
well suited to modeling and simulations.
5+
A [Julia](http://julialang.org) package for equation-based modeling
6+
and simulations. For more information, see the
7+
**[Documentation](https://tshort.github.io/Sims.jl/)**.
138

149

1510
Background
@@ -59,16 +54,14 @@ Sims is an installable package. To install Sims, use the following:
5954
Pkg.add("Sims")
6055
```
6156

62-
Sims attempts to compile the DASKR solver (in Sims/lib) if the dynamic
63-
linked library is not found. If DASKR is updated, it may need to be
64-
recompiled (the function `Sims.compile_daskr` does this). Note: to
65-
compile DASKR, gfortran must be installed. To use the Sundials solver,
66-
you must have the Sundials C
67-
[library](https://computation.llnl.gov/casc/sundials/main.html)
68-
installed as well as the Julia Sundials package.
57+
Sims.jl has one main module named `Sims` and the following submodules:
6958

70-
Sims.jl has one main module named `Sims`. This module includes
71-
simulation code and a standard library of components.
59+
* `Sims.Lib` -- the standard library
60+
61+
* `Sims.Examples` -- example models, including:
62+
* `Sims.Examples.Basics`
63+
* `Sims.Examples.Lib`
64+
* `Sims.Examples.Neural`
7265

7366
Basic example
7467
-------------
@@ -269,29 +262,7 @@ was done in R, not Julia.
269262
270263
![plot results](https://github.com/tshort/Sims.jl/blob/master/examples/basics/pendulum.gif?raw=true "Pendulum")
271264
272-
To Look Deeper
273-
--------------
274-
275-
For further examples, see here:
276-
277-
https://github.com/tshort/Sims.jl/tree/master/examples
278-
279-
Minimal documentation is here:
280-
281-
https://github.com/tshort/Sims.jl/blob/master/doc/README.md
282-
283-
The main code that defines functions and types for simulations is
284-
here:
285-
286-
https://github.com/tshort/Sims.jl/blob/master/src/sim.jl
287-
288-
For future development options, see here:
289265
290-
https://github.com/tshort/Sims.jl/blob/master/doc/Possible-future-developments.md
291266
292-
Status
293-
------
294267
295-
Please note that this is a developer preview. There could be bugs, and
296-
everything is subject to change.
297268

doc/_JL_INDEX_

Lines changed: 0 additions & 25 deletions
This file was deleted.

doc/stdlib/branchheatport.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

doc/stdlib/capacitor.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

doc/stdlib/diode.md

Lines changed: 0 additions & 92 deletions
This file was deleted.

doc/stdlib/electrical.md

Lines changed: 0 additions & 76 deletions
This file was deleted.

doc/stdlib/emf.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)