#16759: install_package() is obsolete
-------------------------------------+-------------------------------------
       Reporter:  jdemeyer           |        Owner:
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.9
      Component:  misc               |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Jeroen Demeyer     |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/jdemeyer/install_package___is_obsolete|  
da03be13988e41fc483ee2001654a55d4e45ee95
   Dependencies:                     |     Stopgaps:  #16760
-------------------------------------+-------------------------------------

Comment (by jhpalmieri):

 How about this:
 {{{
 #!diff
 diff --git
 a/src/doc/en/thematic_tutorials/numerical_sage/installation_linux.rst
 b/src/doc/en/thematic_tutorials/numerical_sage/installation_linux.rst
 index 16df05f..01ee37f 100644
 --- a/src/doc/en/thematic_tutorials/numerical_sage/installation_linux.rst
 +++ b/src/doc/en/thematic_tutorials/numerical_sage/installation_linux.rst
 @@ -1,6 +1,10 @@
  Installing Visualization Tools on Linux
  =======================================

 +.. warning::
 +
 +   The following instructions are outdated (2015-Sep).
 +
  This section assumes you are running linux. You may need
  administrator rights to complete this section. First try

 diff --git
 a/src/doc/en/thematic_tutorials/numerical_sage/installation_osx.rst
 b/src/doc/en/thematic_tutorials/numerical_sage/installation_osx.rst
 index 05c27e8..2c6cec8 100644
 --- a/src/doc/en/thematic_tutorials/numerical_sage/installation_osx.rst
 +++ b/src/doc/en/thematic_tutorials/numerical_sage/installation_osx.rst
 @@ -1,6 +1,11 @@
  Installing Visualization Software on OS X
  =========================================

 +
 +.. warning::
 +
 +   The following instructions are outdated (2015-Sep).
 +
  The first thing we need to do is rebuild Python to use OSX's
  frameworks, so that it can create graphical windows. To do this
  first from the terminal do
 diff --git a/src/doc/en/thematic_tutorials/numerical_sage/mpi4py.rst
 b/src/doc/en/thematic_tutorials/numerical_sage/mpi4py.rst
 index 93afc85..98d0edb 100644
 --- a/src/doc/en/thematic_tutorials/numerical_sage/mpi4py.rst
 +++ b/src/doc/en/thematic_tutorials/numerical_sage/mpi4py.rst
 @@ -1,6 +1,11 @@
  mpi4py
  ======

 +
 +.. warning::
 +
 +   The following instructions are outdated (2015-Sep).
 +
  MPI which stands for message passing interface is a common library
  for parallel programming. There is a package mpi4py that builds on
  the top of mpi, and lets arbitrary python objects be passed between
 }}}
 We can also add a note to contact sage-support for help. What do you
 think?

--
Ticket URL: <http://trac.sagemath.org/ticket/16759#comment:37>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to