From 9b3e6d409340369a6b450e997723f773f0aa3505 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 19 May 2016 21:18:44 +0300 Subject: rename the project --- README.md | 10 +++++----- _config.yml | 2 +- _includes/footer.html | 2 +- _includes/sidebar.html | 2 +- plots.html | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 250f40e..b8fa96a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Sorting algorithms -Getting the hang out of sorting algorithms. +Getting the hang out of (sorting) algorithms. Hosted on [GitHub Pages](https://pages.github.com) at -https://egor-tensin.github.io/sorting_algorithms/. +https://egor-tensin.github.io/sorting-algorithms/. ## Installation @@ -48,7 +48,7 @@ In particular, it from the posts, * sets `baseurl` to an empty string so that the website can be accessed from local web server's root directory (i.e. from http://localhost:4000/ instead - of http://localhost:4000/sorting_algorithms/). + of http://localhost:4000/sorting-algorithms/). ## Accessing via file:// @@ -56,13 +56,13 @@ Jekyll doesn't provide native support for generating a static website which can be viewed without a web server. One easy workaround might be to `wget` the website and convert the links: - wget -k -r http://localhost:4000/ + wget --convert-links --recursive http://localhost:4000/ ## Licensing This project, including all of the files and their contents, is licensed under the terms of the MIT License. -See [LICENSE.txt](LICENSE.txt) for details. +See LICENSE.txt for details. This website is build upon the Twitter Bootstrap framework, which is also MIT Licensed and copyright 2015 Twitter. diff --git a/_config.yml b/_config.yml index fd5b463..dd38161 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,4 @@ -baseurl: /sorting_algorithms +baseurl: /sorting-algorithms gems: [jekyll-paginate] paginate: 10 include_comments: true diff --git a/_includes/footer.html b/_includes/footer.html index 8432483..5c77915 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -6,7 +6,7 @@
-
This project is licensed under the terms of the MIT License. See Licensing for details.
+
This project is licensed under the terms of the MIT License. See Licensing for details.
diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 038e778..22321f2 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -1,7 +1,7 @@

About the project

Getting the hang out of the sorting algorithms. Feel free to contribute or contact me.

The implemented algorithms have been plotted to study their performance. diff --git a/plots.html b/plots.html index ff2986e..2ee6a41 100644 --- a/plots.html +++ b/plots.html @@ -152,7 +152,7 @@ to produce the plots are listed below.

The table & plots below are just an attempt to nicely lay out the data generated using the code from the project repository's master branch. -Visit https://github.com/egor-tensin/sorting_algorithms/ for more details.

+Visit https://github.com/egor-tensin/sorting-algorithms/ for more details.

In short, each of the implemented algorithms was provided with three input sequences:

-- cgit v1.2.3