Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2006-07-22 03:20:22
Size: 88
Editor: glitch.wang
Comment:
Revision 3 as of 2006-07-22 04:48:33
Size: 504
Editor: glitch.wang
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from zhArticleTemplate
##language:zh
#pragma section-numbers on
Line 2: Line 5:

::-- ["glitch.wang"] [[[DateTime(2006-07-22T04:48:11Z)]]]
[[TableOfContents]]
= 文章大标 =
''简述''
== 章标题1 ==

=== 小节标题1 ===
{{{
#!python
Python code
}}}

==== 次节标题1 ====
xxx

== 章标题2 ==

=== 小节标题2 ===
{{{
其它
代码引用
}}}

==== 次节标题2 ====
yyy

The essay is from [http://www.paulgraham.com/pypar.html], Chinese translation is here:

::-- ["glitch.wang"] [DateTime(2006-07-22T04:48:11Z)] TableOfContents

1. 文章大标

简述

1.1. 章标题1

1.1.1. 小节标题1

   1 Python code

1.1.1.1. 次节标题1

xxx

1.2. 章标题2

1.2.1. 小节标题2

其它
代码引用

1.2.1.1. 次节标题2

yyy

ThePythonParadox (last edited 2009-12-25 07:09:36 by localhost)