LovelyPython 09.08.27 documentation

Version: 09.08.27
[首页] Z跋 << 图书工程说明 (Source) >>关于作者s

rsticon 图书工程说明

运用 基于Sphinx的图书协同 流程和方式进行

Shinx 使用

参考:

代码引用

正文内置::

@route('%s/'%ini.urlprefix) def index():

__urlog("INFO","idx++") return template('index.tpl',urlprefix=ini.urlprefix)

外部包含:

@route('%s/'%ini.urlprefix)
def index():
    __urlog("INFO","idx++")
    return template('index.tpl',urlprefix=ini.urlprefix)

表格线性声明

中文的非等宽性导致这种字符艺术式的图表很难作! 所以,使用列表也可以方便的生成表格:

.. list-table:: 实例
   :widths: 15 10 30
   :header-rows: 1

   * - Treat
     - Quantity
     - Description
   * - Albatross
     - 2.99
     - On a stick!
   * - Crunchy Frog
     - 1.49
     - If we took the bones out, it wouldn't be
       crunchy, now would it?
   * - Gannet Ripple
     - 1.99
     - On a stick!

效果

实例
Treat Quantity Description
Albatross 2.99 On a stick!
Crunchy Frog 1.49 If we took the bones out, it wouldn't be crunchy, now would it?
Gannet Ripple 1.99 On a stick!

段落层次约定

使用 reSTsections

共分4级
大标题
=======================


小标题
-----------------------


二级标题
^^^^^^^^^^^^^^^^^^^^^^^


三级标题
"""""""""""""""""""""""

再小,就使用列表!:

  • 列表项目1
  • 列表项目2
  • ...

效果:

大标题

小标题

二级标题

三级标题