Loading operational 0 → 100644 +8 −0 Original line number Diff line number Diff line * COMMENT -*- mode: org -*- #+Date: 2014-05-09 Time-stamp: <2014-05-09> #+STARTUP: content * done :entry: * current :entry: ** 2014-05-09 add sphinx support * later :entry: project.clj +6 −0 Original line number Diff line number Diff line (defproject python/lein-template "0.3.2" :description "lein template for a python project" :repositories [["snapshots" {:url "http://devserv.game.yy.com/nexus/content/repositories/snapshots" :creds :gpg}] ["releases" {:url "http://devserv.game.yy.com/nexus/content/repositories/releases" :creds :gpg}]] :url "http://emacsos.com/lein/python" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} Loading Loading
operational 0 → 100644 +8 −0 Original line number Diff line number Diff line * COMMENT -*- mode: org -*- #+Date: 2014-05-09 Time-stamp: <2014-05-09> #+STARTUP: content * done :entry: * current :entry: ** 2014-05-09 add sphinx support * later :entry:
project.clj +6 −0 Original line number Diff line number Diff line (defproject python/lein-template "0.3.2" :description "lein template for a python project" :repositories [["snapshots" {:url "http://devserv.game.yy.com/nexus/content/repositories/snapshots" :creds :gpg}] ["releases" {:url "http://devserv.game.yy.com/nexus/content/repositories/releases" :creds :gpg}]] :url "http://emacsos.com/lein/python" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} Loading