Skip to content
This repository was archived by the owner on Mar 8, 2018. It is now read-only.

Commit 8526d2a

Browse files
author
R. Tyler Ballance
committed
Update doc formatting
1 parent 99e9126 commit 8526d2a

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

BUILDING.markdown

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
== Getting started building py-yajl ==
1+
Getting started building py-yajl
2+
=================================
23

34
1. clone this repository
45
2. `git submodule update --init`

README.markdown

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
1-
== py-yajl: Python bindings for Yet Another JSON Library ==
1+
py-yajl: Python bindings for Yet Another JSON Library
2+
======================================================
23

34

4-
=== Introduction ====
5+
Introduction
6+
--------------
57
py-yajl is a C-based Python module to interface
68
with Yajl (Yet Another JSON Library). While modules like `jsonlib`,
79
`simplejson` and `cjson already exist, py-yajl is intended on providing
810
pythonic access to Yajl's extremely fast string and stream parsing
911
facilities.
1012

1113

12-
=== Building py-yajl ===
14+
Building py-yajl
15+
-----------------
1316
Please refer to `BUILDING.markdon`
1417

15-
==== Authors ====
18+
Authors
19+
---------
1620
* R. Tyler Ballance <[email protected]> **Original author/maintainer**
1721
* Lloyd Hilaiel <[email protected]> **Yajl author/contributor**
22+
* Travis Parker <[email protected]> **Python 3 support**

0 commit comments

Comments
 (0)