diff options
author | Fred Drake <fdrake@acm.org> | 2001-09-06 19:23:03 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-09-06 19:23:03 (GMT) |
commit | 05a73b1f9a128afd1876ffc5e2371e0d4561983f (patch) | |
tree | ae081ef9f9a2662392503f50a10988e2b3b44cc1 | |
parent | 656f9ecb1eb9883dfaa42875e53f836e6f2054f5 (diff) | |
download | cpython-05a73b1f9a128afd1876ffc5e2371e0d4561983f.zip cpython-05a73b1f9a128afd1876ffc5e2371e0d4561983f.tar.gz cpython-05a73b1f9a128afd1876ffc5e2371e0d4561983f.tar.bz2 |
Update link to the PyOpenGL project in the "gl" module docs.
This closes SF bug #459256.
-rw-r--r-- | Doc/lib/libgl.tex | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/Doc/lib/libgl.tex b/Doc/lib/libgl.tex index 615504a..cf51651 100644 --- a/Doc/lib/libgl.tex +++ b/Doc/lib/libgl.tex @@ -189,12 +189,14 @@ main() \begin{seealso} - \seetext{An interface to OpenGL\index{OpenGL} is also available; see - information about David Ascher's\index{Ascher, David} - \strong{PyOpenGL}\index{PyOpenGL} online at - \url{http://starship.python.net/crew/da/PyOpenGL/}. This may - be a better option if support for SGI hardware from before about - 1996 is not required.} + \seetitle[http://pyopengl.sourceforge.net/] + {PyOpenGL: The Python OpenGL Binding} + {An interface to OpenGL\index{OpenGL} is also available; + see information about the + \strong{PyOpenGL}\index{PyOpenGL} project online at + \url{http://pyopengl.sourceforge.net/}. This may be a + better option if support for SGI hardware from before + about 1996 is not required.} \end{seealso} |