[Python-checkins] CVS: python/dist/src/Doc/perl python.perl,1.112,1.113

Fred L. Drake fdrake@users.sourceforge.net
Fri, 30 Nov 2001 10:10:25 -0800


Update of /cvsroot/python/python/dist/src/Doc/perl
In directory usw-pr-cvs1:/tmp/cvs-serv19727/perl

Modified Files:
	python.perl 
Log Message:
Add a new environment in the Python docs markup: seealso*.  This is similar
to seealso, but does not add the "See also:" header or put the content in a
box in the HTML version.

Updated the description of \seeurl to better indicate when it should be used;
the old description was written before we had \seetitle.


Index: python.perl
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/perl/python.perl,v
retrieving revision 1.112
retrieving revision 1.113
diff -C2 -d -r1.112 -r1.113
*** python.perl	2001/10/26 03:09:27	1.112
--- python.perl	2001/11/30 18:09:50	1.113
***************
*** 1726,1729 ****
--- 1726,1735 ----
  }
  
+ sub do_env_seealsostar{
+     return ("<div class=\"seealso-simple\">\n  "
+             . @_[0]
+             . '</div>');
+ }
+ 
  sub do_cmd_seemodule{
      # Insert the right magic to jump to the module definition.  This should