Skip to content

Commit

Permalink
Merge pull request #46 from nathanielatom/gui/dialogue
Browse files Browse the repository at this point in the history
Gui/dialogue
  • Loading branch information
nathanielatom committed Jun 25, 2013
2 parents a73869f + ae1dbe6 commit 83ee861
Show file tree
Hide file tree
Showing 7 changed files with 192 additions and 77 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,20 @@ eggs
fake-eggs
parts
dist
.idea
.installed.cfg
.mr.developer.cfg
.hg
.bzr
.svn
*.orig
*.so
*.pyc
*.pyo
*.tmp*
*.komodoproject

#special to the tardis project
tardis/version.py
tardis/data/w7*
tardis/*.c
tardis/*.html
Expand All @@ -31,3 +34,4 @@ tardis/*.html
# Sphinx
_build
_generated
docs/gui.rst.*
11 changes: 0 additions & 11 deletions .idea/inspectionProfiles/Project_Default.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/inspectionProfiles/profiles_settings.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/other.xml

This file was deleted.

4 changes: 2 additions & 2 deletions docs/gui.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ TARDIS uses the `PyQt4 framework <http://www.riverbankcomputing.com/software/pyq
interface.

The GUI runs through the `IPython Interpreter <http://ipython.org/install.html>`_ which should be started with the
command ``ipython-2.7 --pylab``, so that it has acess to pylab.
command ``ipython-2.7 --pylab=qt``, so that it has acess to pylab.

Creating an instance of the :class:`ModelViewer`-class requires that PyQt4 has already been initialized in
IPython with the command ``%gui qt``.
IPython. The above command to start IPython accomplishes this.

GUI Layout and Features
-----------------------
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
import builtins
else:
import __builtin__ as builtins
builtins._ASTROPY_SETUP_ = True
builtins._PACKAGE_SETUP_ = True

import astropy
Expand Down
Loading

0 comments on commit 83ee861

Please sign in to comment.