[Python-modules-commits] [python-pyld] 57/276: Markdownify and fix testing docs.

Wolfgang Borgert debacle at moszumanska.debian.org
Wed Oct 8 23:47:53 UTC 2014


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to branch master
in repository python-pyld.

commit b2e7c804f8a784212db9e1a15824389ed1f88bf3
Author: David I. Lehn <dil at lehn.org>
Date:   Thu Mar 1 15:36:23 2012 -0500

    Markdownify and fix testing docs.
---
 README.md | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index b1e5305..0ffa3c0 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,15 @@
+PyLD
+====
 
 Introduction
 ------------
 
-A Python implementation of a JSON-LD processor.
+A Python implementation of a [JSON-LD][] processor.
 
 Requirements
 ------------
 
- * python (2.5 or later)
+ * [Python][] (2.5 or later)
 
 Usage
 -----
@@ -15,12 +17,16 @@ Usage
 This library includes a sample testing utility which may be used to verify
 that changes to the processor maintain the correct output.
 
-To run the sample tests you will need to get the test files from Digital
-Bazaar's jsonld.js repository hosted on GitHub.
+To run the sample tests you will need to get the test suite files from the
+[json-ld.org repository][json-ld.org] hosted on GitHub.
 
-https://github.com/digitalbazaar/jsonld.js
+https://github.com/json-ld/json-ld.org
 
 Then run the TestRunner application and point it at the directory
 containing the tests.
 
-> python tests/TestRunner.py -d {PATH_TO_JSONLD_JS/tests}
+    python tests/TestRunner.py -d {PATH_TO_JSON_LD_ORG/test-suite/tests}
+
+[Python]: http://www.python.org/
+[JSON-LD]: http://json-ld.org/
+[json-ld.org]: https://github.com/json-ld/json-ld.org

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pyld.git



More information about the Python-modules-commits mailing list