[pytango] 88/483: start update doc to include ipython 0.11

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:14:27 UTC 2017


This is an automated email from the git hooks/post-receive script.

sbodomerle-guest pushed a commit to annotated tag bliss_8.10
in repository pytango.

commit 5b2ec333d051d76ce35ec91f582ced936e82b5ba
Author: tiagocoutinho <tiagocoutinho at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date:   Mon Dec 12 16:37:27 2011 +0000

    start update doc to include ipython 0.11
    
    git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@18644 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
 doc/start.rst | 52 ++++++++++++++++++++++++++++++++++++----------------
 1 file changed, 36 insertions(+), 16 deletions(-)

diff --git a/doc/start.rst b/doc/start.rst
index 4486ff0..0bba0e2 100644
--- a/doc/start.rst
+++ b/doc/start.rst
@@ -83,21 +83,34 @@ distributions. Check the **Ubuntu GNU/Linux binary distribution** chapter under
 Windows
 ~~~~~~~
 
-PyTango team provides a binary PyTango distributable for Windows XP/Vista/7
-32bits **for usage with python 2.6**.
-
-.. _PyTango-7.2.2.win32-py2.6.msi: http://www.tango-controls.org/static/PyTango/v722/download/PyTango-7.2.2.win32-py2.6.msi
-.. _PyTango-7.2.2.win32-py2.6.exe: http://www.tango-controls.org/static/PyTango/v722/download/PyTango-7.2.2.win32-py2.6.exe
-
-+----------------------------------+--------------------------------------------------+--------------------------------------+
-| version                          | Dependencies                                     | Compilation env.                     |
-+==================================+==================================================+======================================+
-| `PyTango-7.2.2.win32-py2.6.msi`_ | - Tango C++ >= 7.2.6 and < 8.0                   | - Tango 7.2.6 windows distribution   |
-| `PyTango-7.2.2.win32-py2.6.exe`_ | - Python 2.6.x (where x >= 0)                    | - Python 2.6.6                       |
-|                                  | - numpy 1.x (where x >= 1. Recommended x >= 5)   | - Numpy 1.5                          |
-|                                  |                                                  | - boost-python 1.41 mutithreaded dll |
-|                                  |                                                  | - Visual Studio 8.0 (2005)           |
-+----------------------------------+--------------------------------------------------+--------------------------------------+
+PyTango team provides a limited set of binary PyTango distributables for
+Windows XP/Vista/7. The complete list of binaries can be downloaded from
+`PyTango PyPI website <http://pypi.python.org/pypi/PyTango/>`_.
+
+.. _PyTango-7.2.2.win32-py2.6.msi: http://pypi.python.org/packages/2.6/P/PyTango/PyTango-7.2.2.win32-py2.6.msi
+.. _PyTango-7.2.2.win32-py2.6.exe: http://pypi.python.org/packages/2.6/P/PyTango/PyTango-7.2.2.win32-py2.6.exe
+.. _PyTango-7.2.2.win32-py2.7.msi: http://pypi.python.org/packages/2.7/P/PyTango/PyTango-7.2.2.win32-py2.7.msi
+.. _PyTango-7.2.2.win32-py2.7.exe: http://pypi.python.org/packages/2.7/P/PyTango/PyTango-7.2.2.win32-py2.7.exe
+
++----------------------------------+--------------------------------------------------+----------------------------------------------+
+| version                          | Dependencies                                     | Compilation env.                             |
++==================================+==================================================+==============================================+
+| `PyTango-7.2.2.win32-py2.6.msi`_ | - Tango C++ >= 7.2.6 and < 8.0                   | - Tango 7.2.6 windows distribution           |
+| `PyTango-7.2.2.win32-py2.6.exe`_ | - Python 2.6.x (where x >= 0)                    | - Python 2.6.6                               |
+|                                  | - numpy 1.x (where x >= 1. Recommended x >= 5)   | - Numpy 1.5                                  |
+|                                  |                                                  | - boost-python 1.41 mutithreaded dll         |
+|                                  |                                                  | - Visual Studio 8.0 (2005)                   |
+|                                  |                                                  | - Windows XP Pro 2002 SP3                    |
+|                                  |                                                  | - PC: Intel Xeon E5440 @ 2.83GHz 1GB RAM     |
++----------------------------------+--------------------------------------------------+----------------------------------------------+
+| `PyTango-7.2.2.win32-py2.7.msi`_ | - Tango C++ >= 7.2.6 and < 8.0                   | - Tango 7.2.6 windows distribution           |
+| `PyTango-7.2.2.win32-py2.7.exe`_ | - Python 2.7.x (where x >= 0)                    | - Python 2.7.2                               |
+|                                  | - numpy 1.x (where x >= 1. Recommended x >= 5)   | - Numpy 1.5                                  |
+|                                  |                                                  | - boost-python 1.47 mutithreaded dll         |
+|                                  |                                                  | - Visual Studio 8.0 (2005)                   |
+|                                  |                                                  | - Windows XP Pro 2002 SP3                    |
+|                                  |                                                  | - PC: Intel Xeon E5440 @ 2.83GHz 1GB RAM     |
++----------------------------------+--------------------------------------------------+----------------------------------------------+
 
 Until version 7.2.2 (due to internal incompatibilities between tango C++ API
 and PyTango), PyTango had to be shipped with an internal copy of tango and
@@ -259,10 +272,17 @@ test
 
 If you have IPython_ installed, the best way to test your PyTango installation
 is by starting the new PyTango CLI called :ref:`spock` by typing on the command
-line::
+line
+
+IPython <= 0.10::
 
     $ ipython -p spock
 
+IPython > 0.10::
+
+    $ ipython --profile spock
+
+
 then, in spock type:
 
 .. sourcecode:: spock

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytango.git



More information about the debian-science-commits mailing list