From 6c411742816e3604769745e3903b71ef73b15b5f Mon Sep 17 00:00:00 2001 From: jrzaurin Date: Sat, 13 Feb 2021 22:43:27 +0100 Subject: [PATCH] for reasons beyond me both lates and stable doc versions as built by Read the Docs look pretty different than the html built locally, which is really frustrating. I have just built a new version pointing to master and changed the link to the documents --- README.md | 2 +- pypi_README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ee90ba..9ebca40 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ A flexible package to use Deep Learning with tabular data, text and images using wide and deep models. -**Documentation:** [https://pytorch-widedeep.readthedocs.io](https://pytorch-widedeep.readthedocs.io/en/latest/index.html) +**Documentation:** [https://pytorch-widedeep.readthedocs.io](https://pytorch-widedeep.readthedocs.io/en/master/) **Companion posts:** [infinitoml](https://jrzaurin.github.io/infinitoml/) diff --git a/pypi_README.md b/pypi_README.md index 584369f..e6059d8 100644 --- a/pypi_README.md +++ b/pypi_README.md @@ -11,7 +11,7 @@ A flexible package to use Deep Learning with tabular data, text and images using wide and deep models. -**Documentation:** [https://pytorch-widedeep.readthedocs.io](https://pytorch-widedeep.readthedocs.io/en/latest/index.html) +**Documentation:** [https://pytorch-widedeep.readthedocs.io](https://pytorch-widedeep.readthedocs.io/en/master/) **Companion posts:** [infinitoml](https://jrzaurin.github.io/infinitoml/) -- GitLab