Skip to content

Commit

Permalink
example gifs (docs)
Browse files Browse the repository at this point in the history
  • Loading branch information
dioph committed Mar 31, 2020
1 parent bcda71d commit 32075f9
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
File renamed without changes
Binary file added docs/source/_static/images/insert_lines.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/_static/images/insert_loads.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 13 additions & 1 deletion docs/source/example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,16 @@ Case Study
Inserting buses
===============

.. image:: _static/images/insert_bus.gif
.. image:: _static/images/insert_buses.gif


Inserting lines
===============

.. image:: _static/images/insert_lines.gif


Inserting loads
===============

.. image:: _static/images/insert_loads.gif
6 changes: 3 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ elegant
=======

``elegant`` is a Pure Python Power Systems Simulator.
The latest development version can be found `here <https://github.com/dioph/aspy>`_.
The latest development version can be found `here <https://github.com/dioph/elegant>`_.

Installation
============
Expand All @@ -16,12 +16,12 @@ Installation

Installing the most recent stable version of the package is as easy as::

pip install aspy
python3 -m pip install elegant

Changelog
=========

1.0 (2019-00-00)
1.0 (2020-00-00)
----------------

Initial beta release
Expand Down
2 changes: 1 addition & 1 deletion elegant/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from pylatex import Document, Section, Command, NoEscape, Figure, \
Subsection, MultiColumn, MultiRow, UnsafeCommand, LongTable, NewPage

from elegant.core import TransmissionLine, Bus
from .core import TransmissionLine, Bus

DIST = 0.30
MIN_FSIZE = 4
Expand Down

0 comments on commit 32075f9

Please sign in to comment.