Skip to content

Commit fc9dcf6

Browse files
committed
fixed links and updated readme
1 parent f6a1db2 commit fc9dcf6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

benchmarks/.ipynb_checkpoints/cython_least_squares-checkpoint.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:07d1097e63ed00fca1ea6848104a030744ac87d11e515ae48e01e53b7425d997"
4+
"signature": "sha256:6fec0ff80302cd983b1b3ab4e6653aa12c291ed854c5efd69f28608d4f6af614"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -12,7 +12,7 @@
1212
"cell_type": "markdown",
1313
"metadata": {},
1414
"source": [
15-
"[Sebastian Raschka](www.sebastianraschka.com) \n",
15+
"[Sebastian Raschka](http://www.sebastianraschka.com) \n",
1616
"last updated: 05/04/2014\n",
1717
"\n",
1818
"- [Link to this IPython Notebook on GitHub](https://github.com/rasbt/python_reference/blob/master/benchmarks/cython_least_squares.ipynb) \n",
@@ -414,7 +414,7 @@
414414
"cell_type": "markdown",
415415
"metadata": {},
416416
"source": [
417-
"In order to test our different least squares fit implementation, we will generate some sample data:\n",
417+
"In order to test our different least squares fit implementation, we will generate some sample data: \n",
418418
"- 500 sample points for the x-component within the range [0,500) \n",
419419
"- 500 sample points for the y-component within the range [100,600) \n",
420420
"\n",

benchmarks/cython_least_squares.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:07d1097e63ed00fca1ea6848104a030744ac87d11e515ae48e01e53b7425d997"
4+
"signature": "sha256:6fec0ff80302cd983b1b3ab4e6653aa12c291ed854c5efd69f28608d4f6af614"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -12,7 +12,7 @@
1212
"cell_type": "markdown",
1313
"metadata": {},
1414
"source": [
15-
"[Sebastian Raschka](www.sebastianraschka.com) \n",
15+
"[Sebastian Raschka](http://www.sebastianraschka.com) \n",
1616
"last updated: 05/04/2014\n",
1717
"\n",
1818
"- [Link to this IPython Notebook on GitHub](https://github.com/rasbt/python_reference/blob/master/benchmarks/cython_least_squares.ipynb) \n",
@@ -414,7 +414,7 @@
414414
"cell_type": "markdown",
415415
"metadata": {},
416416
"source": [
417-
"In order to test our different least squares fit implementation, we will generate some sample data:\n",
417+
"In order to test our different least squares fit implementation, we will generate some sample data: \n",
418418
"- 500 sample points for the x-component within the range [0,500) \n",
419419
"- 500 sample points for the y-component within the range [100,600) \n",
420420
"\n",

0 commit comments

Comments
 (0)