@@ -24,14 +24,13 @@ The Traits project allows you to simply add validation, initialization, delegati
2424
2525.. topic :: Requirements
2626
27- * Python 2.6 or 2.7 (www.python.org)
28- * Either wxPython (http://www.wxpython.org/),
29- PyQt (https://riverbankcomputing.com/software/pyqt/intro) or
30- PySide (https://pyside.github.io/docs/pyside/)
31- * Numpy and Scipy (http://www.scipy.org)
32- * Enthought Tool Suite 3.x or higher (http://code.enthought.com/projects)
33- * All required software can be obtained by installing the EPD Free
34- (https://store.enthought.com/)
27+ * Either `wxPython <http://www.wxpython.org >`_,
28+ `PyQt <https://riverbankcomputing.com/software/pyqt/intro >`_ or
29+ `PySide <https://pyside.github.io/docs/pyside/ >`_
30+ * Numpy and Scipy
31+ * `Enthought Tool Suite <http://code.enthought.com/projects >`_
32+ * All required software can be obtained by installing the `EPD Free
33+ <https://store.enthought.com/> `_
3534
3635
3736.. contents :: Tutorial content
@@ -216,10 +215,10 @@ Every trait does validation when the user tries to set its content:
216215 reservoir.max_storage = '230'
217216 ---------------------------------------------------------------------------
218217 TraitError Traceback (most recent call last)
219- /Users/dpinte/projects /scipy-lecture-notes/advanced/traits/<ipython-input-7-979bdff9974a> in <module>()
218+ ... /scipy-lecture-notes/advanced/traits/<ipython-input-7-979bdff9974a> in <module>()
220219 ----> 1 reservoir.max_storage = '230'
221220
222- /Users/dpinte/projects/ets/traits /traits/trait_handlers.pyc in error(self, object, name, value)
221+ ... /traits/trait_handlers.pyc in error(self, object, name, value)
223222 166 """
224223 167 raise TraitError( object, name, self.full_info( object, name, value ),
225224 --> 168 value )
@@ -429,8 +428,7 @@ TraitsUI Item, the ChacoPlotItem:
429428
430429.. seealso :: References
431430
432- * ETS repositories: https://github.com/enthought
433- * Traits manual: http://docs.enthought.com/traits/traits_user_manual/index.html
434- * Traits UI manual: http://docs.enthought.com/traitsui/traitsui_user_manual/index.html
435-
431+ * `ETS repositories <https://github.com/enthought >`_
432+ * `Traits manual <http://docs.enthought.com/traits/traits_user_manual/index.html >`_
433+ * `Traits UI manual <http://docs.enthought.com/traitsui/traitsui_user_manual/index.html >`_
436434 * Mailing list : enthought-dev@enthought.com
0 commit comments