From f5911155659075c6fbab918dc3ad98eb21b0b67d Mon Sep 17 00:00:00 2001 From: Lakshmi Vyasarajan Date: Sun, 30 Jan 2011 16:16:00 +0530 Subject: [PATCH] More changes to docs for hydepy=>hyde --- hyde/layouts/doc/content/configuration.html | 11 ++++------- hyde/layouts/doc/content/install.html | 4 ++-- hyde/layouts/doc/content/overview.html | 6 +++--- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/hyde/layouts/doc/content/configuration.html b/hyde/layouts/doc/content/configuration.html index b02fead..a54e8d0 100644 --- a/hyde/layouts/doc/content/configuration.html +++ b/hyde/layouts/doc/content/configuration.html @@ -152,13 +152,10 @@ markdown: - headerid ~~~~~~~~~~ -will use the [def_list][], [tables][] and [headerid][] extensions in python markdown. +will use the def_list, tables and headerid extensions in python markdown. -[commandline]: [[commandline]] -[plugins]: [[plugins]] +[commandline]: [[commandline.html]] +[plugins]: [[plugins.html]] [pymarkdown]: http://www.freewisdom.org/projects/python-markdown/Available_Extensions -[hydedocpages]: https://github.com/hydepy/hyde/blob/master/hyde/layouts/doc/pages.yaml -[def_list]: http://www.freewisdom.org/projects/python-markdown/Definition_Lists -[headerid]: http://www.freewisdom.org/projects/python-markdown/HeaderId -[tables]: http://www.freewisdom.org/projects/python-markdown/Tables +[hydedocpages]: https://github.com/hyde/hyde/blob/master/hyde/layouts/doc/pages.yaml \ No newline at end of file diff --git a/hyde/layouts/doc/content/install.html b/hyde/layouts/doc/content/install.html index 33fc8f2..1820fba 100644 --- a/hyde/layouts/doc/content/install.html +++ b/hyde/layouts/doc/content/install.html @@ -9,7 +9,7 @@ created: 2011-01-26 23:17:44 Installing hyde is as simple as running the following command: ~~~sh~~~ -pip install -e git://github.com/hydepy/hyde.git#egg=hyde +pip install -e git://github.com/hyde/hyde.git#egg=hyde ~~~~~~~~ However, based on your choice and use of plugins you may need to install @@ -53,7 +53,7 @@ pip install markdown pip install pyyaml pip install pygments pip install smartypants -pip install -e git://github.com/hydepy/typogrify#egg=typogrify +pip install -e git://github.com/hyde/typogrify#egg=typogrify ~~~~~~~~ [plugins]: [[plugins]] diff --git a/hyde/layouts/doc/content/overview.html b/hyde/layouts/doc/content/overview.html index dd5d8a3..9b9710f 100644 --- a/hyde/layouts/doc/content/overview.html +++ b/hyde/layouts/doc/content/overview.html @@ -33,7 +33,7 @@ There will be a package soon on pypi, but this works for now: ~~~sh~~~ -pip install -e https://github.com/hydepy/hyde#egg=hyde +pip install -e https://github.com/hyde/hyde#egg=hyde ~~~~~~~~ @@ -70,7 +70,7 @@ or run `hyde -h`. ## Source -Hyde is [socially coded][hydepy]. Feel free to [fork][forking]. +Hyde is [socially coded][hyde]. Feel free to [fork][forking]. ## Project Roadmap @@ -98,7 +98,7 @@ Hyde is [socially coded][hydepy]. Feel free to [fork][forking]. [evil twin]: http://ringce.com/blog/2009/introducing_hyde [Jinja2]: http://jinja.pocoo.org/ [object model]: [[template/#variables]] -[hydepy]: https://github.com/hydepy/hyde +[hyde]: https://github.com/hyde/hyde [install]: [[install]] [metadata]: [[plugins/metadata]] [plugins]: [[plugins]]