Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mkdocs candidate #18

Merged
merged 3 commits into from
Jan 10, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Copyright (c) 2012, Electric Power Research Institute
All rights reserved.
Copyright (c) 2012 - 2015, Electric Power Research Institute and Ivan
Raikov.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
@@ -23,4 +23,11 @@ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

This code also contains documentation adapted from the Modelica
Standard Library available under the Modelica License Version 2 (an
allowed usage). See here:

https://www.modelica.org/licenses/ModelicaLicense2
https://www.modelica.org/news_items/modelica-standard-library-3.2.1-released
53 changes: 12 additions & 41 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@

Julia Sims
==========
Sims.jl
=======

Introduction
------------

Sims is a Julia package to support equation-based modeling for
simulations. Sims is like a lite version of Modelica.

[Julia](http://julialang.org) is a fast, Matlab-like language that is
well suited to modeling and simulations.
A [Julia](http://julialang.org) package for equation-based modeling
and simulations. For more information, see the
**[Documentation](https://tshort.github.io/Sims.jl/)**.


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

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

Sims.jl has one main module named `Sims`. This module includes
simulation code and a standard library of components.
* `Sims.Lib` -- the standard library

* `Sims.Examples` -- example models, including:
* `Sims.Examples.Basics`
* `Sims.Examples.Lib`
* `Sims.Examples.Neural`

Basic example
-------------
@@ -269,29 +262,7 @@ was done in R, not Julia.
![plot results](https://github.com/tshort/Sims.jl/blob/master/examples/basics/pendulum.gif?raw=true "Pendulum")
To Look Deeper
--------------
For further examples, see here:
https://github.com/tshort/Sims.jl/tree/master/examples
Minimal documentation is here:
https://github.com/tshort/Sims.jl/blob/master/doc/README.md
The main code that defines functions and types for simulations is
here:
https://github.com/tshort/Sims.jl/blob/master/src/sim.jl
For future development options, see here:
https://github.com/tshort/Sims.jl/blob/master/doc/Possible-future-developments.md
Status
------
Please note that this is a developer preview. There could be bugs, and
everything is subject to change.
25 changes: 0 additions & 25 deletions doc/_JL_INDEX_

This file was deleted.

36 changes: 0 additions & 36 deletions doc/stdlib/branchheatport.md

This file was deleted.

40 changes: 0 additions & 40 deletions doc/stdlib/capacitor.md

This file was deleted.

92 changes: 0 additions & 92 deletions doc/stdlib/diode.md

This file was deleted.

76 changes: 0 additions & 76 deletions doc/stdlib/electrical.md

This file was deleted.

23 changes: 0 additions & 23 deletions doc/stdlib/emf.md

This file was deleted.

Loading