【发布时间】:2012-02-16 17:12:51
【问题描述】:
我的 doc/source 目录中的 .rst 文件中有以下 Sphinx 代码:
Installing
----------
1. Get hold of a Fortran 77 compiler for your platform. For Windows try Fort99 (http://www.cse.yorku.ca/~roumani/fortran/ftn.htm) or Cygwin (http://www.cygwin.com/),
for OS X try the g77 compiler from the HPC Mac OSX project (http://hpc.sourceforge.net/) and for Linux you should be able to install g77 or equivalent from your package manager.
2. Install the compiler, move to the directory containing the 6S .f files and run ``make``
3. Check the resulting executable is working correctly by passing it one of the example input files, for example::
但是,当我生成文档时,编号列表显示为一个长段落,项目之间没有任何换行符。生成的 HTML 文件可以在 http://dl.dropbox.com/u/315580/introduction.html
看到有谁知道为什么会发生这种情况,或者我可以做些什么来阻止它发生?
【问题讨论】:
-
我看不到你的例子了。
标签: python-sphinx