From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10330 invoked by alias); 8 May 2014 01:19:33 -0000 Mailing-List: contact jit-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Subscribe: Sender: jit-owner@gcc.gnu.org Received: (qmail 10298 invoked by uid 89); 8 May 2014 01:19:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.98.1 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-HELO: mx1.redhat.com Message-ID: <1399511835.22162.24.camel@surprise> Subject: pygccjit documentation From: David Malcolm To: jit@gcc.gnu.org Date: Wed, 01 Jan 2014 00:00:00 -0000 Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-SW-Source: 2014-q2/txt/msg00007.txt.bz2 I've started writing docs for the Python bindings for libgccjit, using the Sphinx documentation system. Prebuilt HTML documentation can be seen at readthedocs.org here: http://pygccjit.readthedocs.org/en/latest/index.html (I've wired it up to autoupdate that HTML in response to pushes to github). It only covers a small subset of the API so far.