Skip to content

Commit

Permalink
Merge pull request #38 from ASIDataScience/https-links
Browse files Browse the repository at this point in the history
Use HTTPS links to SherlockML documentation
  • Loading branch information
srstevenson committed Oct 24, 2018
2 parents 60400da + 4e806d5 commit 6faf977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/room_occupancy_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"columns in the DataFrame. It will use all cores available on the machine, so you \n",
"might want to use a SherlockML instance with more cores to speed up the computation \n",
"of the summary. There are additional optional parameters that can be\n",
"passed in. Details of these can be found in the [summarise API docs](http://docs.sherlockml.com/lens/summarise_api.html#lens.summarise.summarise).\n",
"passed in. Details of these can be found in the [summarise API docs](https://docs.sherlockml.com/lens/summarise_api.html#lens.summarise.summarise).\n",
"\n",
"Given that creating the summary is computationally intensive, *Lens* provides a way to save this summary to a JSON file on disk and recover a saved summary through the `to_json` and `from_json` methods of `lens.summary`. This allows to store it for future analysis or to share it with collaborators:"
]
Expand All @@ -131,7 +131,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"The `LensSummary` object contains the information computed from the dataset and provides methods to access both column-wise and whole dataset information. It is designed to be used programatically, and information about the methods can be accessed in the [LensSummary API docs](http://docs.sherlockml.com/lens/summarise_api.html#lens.summarise.Summary)."
"The `LensSummary` object contains the information computed from the dataset and provides methods to access both column-wise and whole dataset information. It is designed to be used programatically, and information about the methods can be accessed in the [LensSummary API docs](https://docs.sherlockml.com/lens/summarise_api.html#lens.summarise.Summary)."
]
},
{
Expand Down

0 comments on commit 6faf977

Please sign in to comment.