summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRoberto Bonvallet <rbonvall@gmail.com>2012-06-07 12:05:22 -0400
committerRoberto Bonvallet <rbonvall@gmail.com>2012-06-07 12:05:22 -0400
commit05ea3c35fce21410cbd697b290cda65dc117fbbe (patch)
treeb6a3bb6fbb47ac8f2b98b73cc03671d71cbc8db4 /docs
parentd5fada7e1d56b11a3b451c61c08a5931f99d9d0a (diff)
downloadtablib-05ea3c35fce21410cbd697b290cda65dc117fbbe.tar.gz
s/Jeckyl/Jekyll/
Diffstat (limited to 'docs')
-rw-r--r--docs/development.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/development.rst b/docs/development.rst
index 2ea96cb..03b6929 100644
--- a/docs/development.rst
+++ b/docs/development.rst
@@ -216,7 +216,7 @@ You can also generate the documentation in **epub**, **latex**, **json**, *&c* s
To push the documentation up to `GitHub Pages`_, you will first need to run `sphinx-to-github`_ against your ``docs/_build/html`` directory.
- GitHub Pages are powered by an HTML generation system called Jeckyl_, which is configured to ignore files and folders that begin with "``_``" (*ie.* **_static**).
+ GitHub Pages are powered by an HTML generation system called Jekyll_, which is configured to ignore files and folders that begin with "``_``" (*ie.* **_static**).
@@ -238,7 +238,7 @@ You can also generate the documentation in **epub**, **latex**, **json**, *&c* s
.. _`reStructured Text`: http://docutils.sourceforge.net/rst.html
.. _Sphinx: http://sphinx.pocoo.org
.. _`GitHub Pages`: http://pages.github.com
-.. _Jeckyl: http://github.com/mojombo/jekyll
+.. _Jekyll: http://github.com/mojombo/jekyll
.. _`sphinx-to-github`: http://github.com/michaeljones/sphinx-to-github
----------