[Epydoc-commits] SF.net SVN: epydoc: [1685] trunk/epydoc/doc
Brought to you by:
edloper
From: <ed...@us...> - 2008-01-30 01:56:09
|
Revision: 1685 http://epydoc.svn.sourceforge.net/epydoc/?rev=1685&view=rev Author: edloper Date: 2008-01-29 17:56:08 -0800 (Tue, 29 Jan 2008) Log Message: ----------- - Updated version string to 3.0 Modified Paths: -------------- trunk/epydoc/doc/installing.html trunk/epydoc/doc/manual-install.txt trunk/epydoc/doc/whatsnew.html Modified: trunk/epydoc/doc/installing.html =================================================================== --- trunk/epydoc/doc/installing.html 2008-01-30 01:55:13 UTC (rev 1684) +++ trunk/epydoc/doc/installing.html 2008-01-30 01:56:08 UTC (rev 1685) @@ -83,13 +83,13 @@ <div class="screen"><pre> <code class="prompt">[/tmp]$</code> <code class="user">su</code> Password: -<code class="prompt">[/tmp]#</code> <code class="user">rpm -i epydoc-3.0beta1.noarch.rpm</code> +<code class="prompt">[/tmp]#</code> <code class="user">rpm -i epydoc-3.0.noarch.rpm</code> </pre></div></li> <li> Once epydoc is installed, you can delete the RPM file. <div class="screen"><pre> -<code class="prompt">[/tmp]#</code> <code class="user">rm epydoc-3.0beta1.rpm</code> +<code class="prompt">[/tmp]#</code> <code class="user">rm epydoc-3.0.rpm</code> </pre></div> </li> </ol> @@ -97,7 +97,7 @@ <h2> Installing from the Windows Installer </h2> <ol> - <li> Download and run <code>epydoc-3.0beta1.win32.exe</code>. </li> + <li> Download and run <code>epydoc-3.0.win32.exe</code>. </li> <li> Follow the on-screen instructions. Epydoc will be installed in the <code>epydoc</code> subdirectory of your Python installation directory (typically <code>C:\Python23\</code>). </li> @@ -109,7 +109,7 @@ scripts to more convenient locations (such as your desktop or start menu). </li> <li> Once epydoc is installed, you can delete - <code>epydoc-3.0beta1.win32.exe</code>. </li> + <code>epydoc-3.0.win32.exe</code>. </li> </ol> <a name="src"></a> @@ -120,19 +120,19 @@ to a directory of your choice, and uncompress it. <div class="screen"><pre> -<code class="prompt">[/tmp]$</code> <code class="user">wget -q http://prdownloads.sourceforge.net/epydoc/epydoc-3.0beta1.tar.gz</code> -<code class="prompt">[/tmp]$</code> <code class="user">gunzip epydoc-3.0beta1.tar.gz</code> -<code class="prompt">[/tmp]$</code> <code class="user">tar -xvf epydoc-3.0beta1.tar</code> +<code class="prompt">[/tmp]$</code> <code class="user">wget -q http://prdownloads.sourceforge.net/epydoc/epydoc-3.0.tar.gz</code> +<code class="prompt">[/tmp]$</code> <code class="user">gunzip epydoc-3.0.tar.gz</code> +<code class="prompt">[/tmp]$</code> <code class="user">tar -xvf epydoc-3.0.tar</code> </pre></div></li> - <li> Use "<code>make install</code>" in the <code>eydoc-3.0beta1/</code> + <li> Use "<code>make install</code>" in the <code>eydoc-3.0/</code> directory to install epydoc. <div class="screen"><pre> -<code class="prompt">[/tmp]$</code> <code class="user">cd epydoc-3.0beta1/</code> -<code class="prompt">[/tmp/epydoc-3.0beta1]$</code> <code class="user">su</code> +<code class="prompt">[/tmp]$</code> <code class="user">cd epydoc-3.0/</code> +<code class="prompt">[/tmp/epydoc-3.0]$</code> <code class="user">su</code> Password: -<code class="prompt">[/tmp/epydoc-3.0beta1]#</code> <code class="user">make install</code> +<code class="prompt">[/tmp/epydoc-3.0]#</code> <code class="user">make install</code> running install running build <i>[...]</i> @@ -150,16 +150,16 @@ running "<code>make installdocs</code>". <div class="screen"><pre> -<code class="prompt">[/tmp/epydoc-3.0beta1]#</code> <code class="user">make installdocs</code> +<code class="prompt">[/tmp/epydoc-3.0]#</code> <code class="user">make installdocs</code> </pre></div></li> <li> Once epydoc is installed, you can delete the installation directory and the source distribution file. <div class="screen"><pre> -<code class="prompt">[/tmp/epydoc-3.0beta1]#</code> <code class="user">cd ..</code> -<code class="prompt">[/tmp]#</code> <code class="user">rm -r epydoc-3.0beta1</code> -<code class="prompt">[/tmp]#</code> <code class="user">rm epydoc-3.0beta1.tar</code> +<code class="prompt">[/tmp/epydoc-3.0]#</code> <code class="user">cd ..</code> +<code class="prompt">[/tmp]#</code> <code class="user">rm -r epydoc-3.0</code> +<code class="prompt">[/tmp]#</code> <code class="user">rm epydoc-3.0.tar</code> </pre></div> </li> </ol> @@ -171,25 +171,25 @@ to a directory of your choice, and uncompress it. <div class="screen"><pre> -<code class="prompt">[/tmp]$</code> <code class="user">wget -q http://prdownloads.sourceforge.net/epydoc/epydoc-3.0beta1.tar.gz</code> -<code class="prompt">[/tmp]$</code> <code class="user">gunzip epydoc-3.0beta1.tar.gz</code> -<code class="prompt">[/tmp]$</code> <code class="user">tar -xvf epydoc-3.0beta1.tar</code> +<code class="prompt">[/tmp]$</code> <code class="user">wget -q http://prdownloads.sourceforge.net/epydoc/epydoc-3.0.tar.gz</code> +<code class="prompt">[/tmp]$</code> <code class="user">gunzip epydoc-3.0.tar.gz</code> +<code class="prompt">[/tmp]$</code> <code class="user">tar -xvf epydoc-3.0.tar</code> </pre></div></li> <li> Use the <code>setup.py</code> script in the - <code>eydoc-3.0beta1/</code> directory to install epydoc. + <code>eydoc-3.0/</code> directory to install epydoc. <div class="screen"><pre> -<code class="prompt">[/tmp]$</code> <code class="user">cd epydoc-3.0beta1/</code> -<code class="prompt">[/tmp/epydoc-3.0beta1]$</code> <code class="user">su</code> +<code class="prompt">[/tmp]$</code> <code class="user">cd epydoc-3.0/</code> +<code class="prompt">[/tmp/epydoc-3.0]$</code> <code class="user">su</code> Password: -<code class="prompt">[/tmp/epydoc-3.0beta1]#</code> <code class="user">python setup.py install</code> +<code class="prompt">[/tmp/epydoc-3.0]#</code> <code class="user">python setup.py install</code> running install running build <i>[...]</i> copying build/scripts/epydoc -> /usr/bin changing mode of /usr/bin/epydoc to 100775 -<code class="prompt">[/tmp/epydoc-3.0beta1]#</code> <code class="user">cd ..</code> +<code class="prompt">[/tmp/epydoc-3.0]#</code> <code class="user">cd ..</code> <code class="prompt">[/tmp]#</code> </pre></div></li> @@ -199,16 +199,16 @@ as <code>/usr/share/man/</code>. <div class="screen"><pre> -<code class="prompt">[/tmp]#</code> <code class="user">cp -r epydoc-3.0beta1/doc/ /usr/share/doc/epydoc/</code> -<code class="prompt">[/tmp]#</code> <code class="user">cp epydoc-3.0beta1/man/* /usr/share/man/</code> +<code class="prompt">[/tmp]#</code> <code class="user">cp -r epydoc-3.0/doc/ /usr/share/doc/epydoc/</code> +<code class="prompt">[/tmp]#</code> <code class="user">cp epydoc-3.0/man/* /usr/share/man/</code> </pre></div> </li> <li> Once epydoc is installed, you can delete the installation directory and the source distribution file. <div class="screen"><pre> -<code class="prompt">[/tmp]#</code> <code class="user">rm -r epydoc-3.0beta1</code> -<code class="prompt">[/tmp]#</code> <code class="user">rm epydoc-3.0beta1.tar</code> +<code class="prompt">[/tmp]#</code> <code class="user">rm -r epydoc-3.0</code> +<code class="prompt">[/tmp]#</code> <code class="user">rm epydoc-3.0.tar</code> </pre></div> </li> </ol> Modified: trunk/epydoc/doc/manual-install.txt =================================================================== --- trunk/epydoc/doc/manual-install.txt 2008-01-30 01:55:13 UTC (rev 1684) +++ trunk/epydoc/doc/manual-install.txt 2008-01-30 01:56:08 UTC (rev 1685) @@ -55,17 +55,17 @@ [/tmp]$ su Password: - [/tmp]# rpm -i epydoc-3.0beta1.noarch.rpm + [/tmp]# rpm -i epydoc-3.0.noarch.rpm 3. Once epydoc is installed, you can delete the RPM file. :: - [/tmp]# rm epydoc-3.0beta1.rpm + [/tmp]# rm epydoc-3.0.rpm Installing from the Windows Installer ------------------------------------- -1. Download and run ``epydoc-3.0beta1.win32.exe``. +1. Download and run ``epydoc-3.0.win32.exe``. 2. Follow the on-screen instructions. Epydoc will be installed in the epydoc subdirectory of your Python installation directory (typically ``C:\Python24\``). @@ -74,7 +74,7 @@ interface, and ``epydoc.py`` calls the command line interface. If you'd like, you can create shortcuts from these scripts to more convenient locations (such as your desktop or start menu). -4. Once epydoc is installed, you can delete ``epydoc-3.0beta1.win32.exe``. +4. Once epydoc is installed, you can delete ``epydoc-3.0.win32.exe``. Installing from the Source Distribution (using make) @@ -83,17 +83,17 @@ 1. Download an epydoc source distribution to a directory of your choice, and uncompress it. :: - [/tmp]$ wget -q http://prdownloads.sourceforge.net/epydoc/epydoc-3.0beta1.tar.gz - [/tmp]$ gunzip epydoc-3.0beta1.tar.gz - [/tmp]$ tar -xvf epydoc-3.0beta1.tar + [/tmp]$ wget -q http://prdownloads.sourceforge.net/epydoc/epydoc-3.0.tar.gz + [/tmp]$ gunzip epydoc-3.0.tar.gz + [/tmp]$ tar -xvf epydoc-3.0.tar -2. Use ``make install`` in the ``eydoc-3.0beta1/`` directory to install +2. Use ``make install`` in the ``eydoc-3.0/`` directory to install epydoc. :: - [/tmp]$ cd epydoc-3.0beta1/ - [/tmp/epydoc-3.0beta1]$ su + [/tmp]$ cd epydoc-3.0/ + [/tmp/epydoc-3.0]$ su Password: - [/tmp/epydoc-3.0beta1]# make install + [/tmp/epydoc-3.0]# make install running install running build [...] @@ -107,14 +107,14 @@ ``/usr/lib/doc``), then edit the ``MAN`` and ``DOC`` variables at the top of ``Makefile`` before running ``make installdocs``. :: - [/tmp/epydoc-3.0beta1]# make installdocs + [/tmp/epydoc-3.0]# make installdocs 4. Once epydoc is installed, you can delete the installation directory and the source distribution file. :: - [/tmp/epydoc-3.0beta1]# cd .. - [/tmp]# rm -r epydoc-3.0beta1 - [/tmp]# rm epydoc-3.0beta1.tar + [/tmp/epydoc-3.0]# cd .. + [/tmp]# rm -r epydoc-3.0 + [/tmp]# rm epydoc-3.0.tar Installing from the Source Distribution (without make) @@ -123,37 +123,37 @@ 1. Download an epydoc source distribution to a directory of your choice, and uncompress it. :: - [/tmp]$ wget -q http://prdownloads.sourceforge.net/epydoc/epydoc-3.0beta1.tar.gz - [/tmp]$ gunzip epydoc-3.0beta1.tar.gz - [/tmp]$ tar -xvf epydoc-3.0beta1.tar + [/tmp]$ wget -q http://prdownloads.sourceforge.net/epydoc/epydoc-3.0.tar.gz + [/tmp]$ gunzip epydoc-3.0.tar.gz + [/tmp]$ tar -xvf epydoc-3.0.tar -2. Use the ``setup.py`` script in the ``eydoc-3.0beta1/`` directory to install +2. Use the ``setup.py`` script in the ``eydoc-3.0/`` directory to install epydoc. :: - [/tmp]$ cd epydoc-3.0beta1/ - [/tmp/epydoc-3.0beta1]$ su + [/tmp]$ cd epydoc-3.0/ + [/tmp/epydoc-3.0]$ su Password: - [/tmp/epydoc-3.0beta1]# python setup.py install + [/tmp/epydoc-3.0]# python setup.py install running install running build [...] copying build/scripts/epydoc -> /usr/bin changing mode of /usr/bin/epydoc to 100775 - [/tmp/epydoc-3.0beta1]# cd .. + [/tmp/epydoc-3.0]# cd .. [/tmp]# 3. If you'd like to keep a local copy of the documentation, then copy it to a permanant location, such as ``/usr/share/doc/``. You may also want to copy the man pages to a permanant location, such as ``/usr/share/man/``. :: - [/tmp]# cp -r epydoc-3.0beta1/doc/ /usr/share/doc/epydoc/ - [/tmp]# cp epydoc-3.0beta1/man/* /usr/share/man/ + [/tmp]# cp -r epydoc-3.0/doc/ /usr/share/doc/epydoc/ + [/tmp]# cp epydoc-3.0/man/* /usr/share/man/ 4. Once epydoc is installed, you can delete the installation directory and the source distribution file. :: - [/tmp]# rm -r epydoc-3.0beta1 - [/tmp]# rm epydoc-3.0beta1.tar + [/tmp]# rm -r epydoc-3.0 + [/tmp]# rm epydoc-3.0.tar Installing on Debian Modified: trunk/epydoc/doc/whatsnew.html =================================================================== --- trunk/epydoc/doc/whatsnew.html 2008-01-30 01:55:13 UTC (rev 1684) +++ trunk/epydoc/doc/whatsnew.html 2008-01-30 01:56:08 UTC (rev 1685) @@ -10,8 +10,8 @@ <h1> What's New in Epydoc </h1> <div class="box"> -<h2 class="box-title">Epydoc 3.0 (beta)</h2> -<center><i>Beta 1 released February, 2007</i></center> +<h2 class="box-title">Epydoc 3.0</h2> +<center><i>Released January, 2008</i></center> <h3>Support for Parsing & Introspection</h3> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |