目的:安裝 Leo 編輯器,而得以視覺化方式編輯 restructure text (*.rst)文檔。
說明:關於 Leo 的簡介。
Leo is an outlining-oriented project manager and browser. With Leo you can organize programs, web sites, URL's, pictures or any other kind of data. Leo is fully scriptable in Python. Leo is 100% pure Python. It requires the Qt gui toolkit.
前置安裝:
- Python (Python 3.3)
- PyQT4 (QT GUI Framework binding with Python)。
**2013/06/17 **
另一輕量級的文字編輯器:ReText。它適用於 MarkDown 和 reStructuredText 的跨平台編輯器。使用 Python 開發,UI 界面使用 PyQT。它對 MarkDown和 MarkDown 擴展都支持得非常好,而且可以導出 PDF、HTML 和 ODT 等格式文件。
※ 安裝前先查看內附的 README 說明,包括 python, python-qt4, python-markups 等套件需先安裝。
o How to install ReText on Windows。
※ reStructuredText_NPP-reStructuredText basic syntax higlighting for Notepad++。
※ 參考資訊
o Leo and ReStructuredText。
o Python Leo editor。
o 用Python做科學計算-關於本書的編寫。
o 用Sphinx寫書。