Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.019 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'python.': 0.02; 'subject:using': 0.09; 'python': 0.11; 'subject:python': 0.16; 'wondering': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'received:google.com': 0.35; 'there': 0.35; 'possible': 0.36; 'hi,': 0.36; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=DZxKlCh1tcEPafLzN3aBfIjohEaRiOMDjG6wnOTsLp8=; b=zhBSicJCb+j/RpQpBRGM8IDpYvIeJ4jg8n5whmln7ZNdae2TMvq4glccYdvuFxJucT T0bCfYfBc24h+/xdj7pqQW83mse8Hp+/Y6fagtlfVorQP5JSM9dW7s0RYla4G5yzsyFG IJheTDhp1cGZskoseSbklLn4A4d/rzl+t3biuT9xE4WsVM6AV57oRQKyOZrJFTfg1g10 5MRhy4FsmLKxYRsBLAv4wIZ4t5vgebf14HQf5fa63vz2AB9HBiLVzZt7J/W1zmwWeYsI zzCP+j6KpgqvyjDennQOJPE6w4pF5qO6m2eGkfC6auCbjKBf8BwT/osnaJyPkKCrEgq6 MEGA== MIME-Version: 1.0 X-Received: by 10.49.25.81 with SMTP id a17mr31352182qeg.58.1366756574455; Tue, 23 Apr 2013 15:36:14 -0700 (PDT) Date: Tue, 23 Apr 2013 17:36:14 -0500 Subject: using pandoc instead of rst to document python From: Peng Yu To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1366756576 news.xs4all.nl 2198 [2001:888:2000:d::a6]:37197 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:44227 Hi, I'm wondering if it possible to use pandoc instead of rst to document python. Is there a documentation system support this format of python document? -- Regards, Peng