浏览代码

Restore blank lines around sub-list

Thomas Kluyver 4 年之前
父节点
当前提交
e30c7ebe9b
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      doc/examples.rst

+ 2 - 0
doc/examples.rst

@@ -9,8 +9,10 @@ with different frameworks:
 
 - `A console application <https://github.com/takluyver/pynsist/tree/master/examples/console>`_
 - `A PyQt5 application <https://github.com/takluyver/pynsist/tree/master/examples/pyqt5>`_
+
   - `PyQt5 with QML <https://github.com/takluyver/pynsist/tree/master/examples/pyqt5_qml>`_
   - `PyQt5 with OpenCV <https://github.com/takluyver/pynsist/tree/master/examples/pyqt5_opencv>`_
+
 - `A PyGI (or PyGObject) application with Numpy and Matplotlib (64 bit, Python 3.4) <https://github.com/takluyver/pynsist/tree/master/examples/pygi_mpl_numpy>`_
 - `A pygame application <https://github.com/takluyver/pynsist/tree/master/examples/pygame>`_
 - `A pyglet application <https://github.com/takluyver/pynsist/tree/master/examples/pyglet>`_