Update doc formatting

This commit is contained in:
R. Tyler Ballance 2009-12-06 00:07:21 -08:00
parent 99e912651e
commit 8526d2a6c2
2 changed files with 11 additions and 5 deletions

View File

@ -1,4 +1,5 @@
== Getting started building py-yajl ==
Getting started building py-yajl
=================================
1. clone this repository
2. `git submodule update --init`

View File

@ -1,7 +1,9 @@
== py-yajl: Python bindings for Yet Another JSON Library ==
py-yajl: Python bindings for Yet Another JSON Library
======================================================
=== Introduction ====
Introduction
--------------
py-yajl is a C-based Python module to interface
with Yajl (Yet Another JSON Library). While modules like `jsonlib`,
`simplejson` and `cjson already exist, py-yajl is intended on providing
@ -9,9 +11,12 @@ pythonic access to Yajl's extremely fast string and stream parsing
facilities.
=== Building py-yajl ===
Building py-yajl
-----------------
Please refer to `BUILDING.markdon`
==== Authors ====
Authors
---------
* R. Tyler Ballance <tyler@monkeypox.org> **Original author/maintainer**
* Lloyd Hilaiel <lloyd@hilaiel.com> **Yajl author/contributor**
* Travis Parker <travis.parker@gmail.com> **Python 3 support**