Show
Ignore:
Timestamp:
02/04/2008 05:52:40 PM (10 months ago)
Author:
dave
Message:

modify docutils beps.py to use pep_base_url.

I tried using bep_base_url to disambiguate the base URL for beps and peps, but this required reaching
into the source code for restructured text (which has some hard-coded notion of PEPs). I decided
not to touch that code just now.

regenerate updated html files.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dotorg/trunk_fixed/html/beps/bep_0002.rst

    r10529 r10535  
    1616This BEP provides a boilerplate or sample template for creating your 
    1717own reStructuredText BEPs.  In conjunction with the content guidelines 
    18 in BEP 1 [1]_, this should make it easy for you to conform your own 
     18in BEP 1 [#BEP-1]_, this should make it easy for you to conform your own 
    1919BEPs to the format outlined below. 
    2020 
     
    602602 
    603603 
    604 This document was derived heavily from `PEP-0012`_.  In many places 
    605 text was simply copied and modified.  Although the `PEP-0012`_ text 
     604This document was derived heavily from PEP-0012 [#PEP-12]_.  In many places 
     605text was simply copied and modified.  Although the PEP-0012 text 
    606606was written by David Goodger and Barry Warsaw, they are not 
    607607responsible for its use in the BitTorent Enhancement Process, and 
     
    620620========== 
    621621 
    622 .. [1] BEP 1, BEP Purpose and Guidelines, Harrison 
     622.. [#BEP-1] BEP_0001. BEP Purpose and Guidelines, Harrison 
    623623   (http://www.bittorrent.org/beps/bep_0001) 
     624 
     625.. [#PEP-12] PEP-0012. Sample reStructuredText PEP Template, Goodger, Warsaw 
     626   (http://www.python.org/peps/pep-0012) 
     627 
    624628 
    625629Copyright