← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 3727: Remove stable-PPA reference from documentation.

 

------------------------------------------------------------
revno: 3727
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
timestamp: Fri 2013-10-25 08:43:11 +0200
message:
  Remove stable-PPA reference from documentation.
modified:
  doc/sphinx/installation.rst


--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk

Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'doc/sphinx/installation.rst'
--- doc/sphinx/installation.rst	2013-10-09 08:31:05 +0000
+++ doc/sphinx/installation.rst	2013-10-25 06:43:11 +0000
@@ -12,27 +12,19 @@
 
 Packages from Launchpad PPA service (package personal archive) are 
 provided for all currently supported Ubuntu versions for 
-`stable <https://launchpad.net/~yade-pkg/+archive/stable>`_ and 
 `daily <https://launchpad.net/~yade-pkg/+archive/snapshots>`_ releases.
 ``yade-daily`` is a automatically daily (if there were some commtis during
-the previous days) geenrated package, which includes all the newly added 
+the previous days) generated package, which includes all the newly added 
 features. To install version from PPA, run the following:
 
-* For stable releases::
-
-	sudo add-apt-repository ppa:yade-pkg/stable       # for stable releases 
-	sudo add-apt-repository ppa:yade-users/external   # optional (updates of other packages)
-	sudo apt-get update
-	sudo apt-get install yade-stable
-
 * For latest builds from trunk::
 
 	sudo add-apt-repository ppa:yade-pkg/snapshots    # for latest daily (mostly) releases 
 	sudo apt-get update
 	sudo apt-get install yade-daily
 
-After you added whether stable or snapshot PPAs, you will get automatically
-the updates of the package, when they arrive the PPA.
+After you added snapshot PPA, you will get automatically the updates of the package, 
+when they arrive the PPA.
 
 More detailed instructions are available at the corresponding pages of 
 ppa`s (links above).