Skip to content

Commit

Permalink
Doc mainpage redirect (#1450)
Browse files Browse the repository at this point in the history
* Redirect of the main page to getting-started

* Redirect of the main page to getting-started
  • Loading branch information
ItayGabbay committed May 16, 2022
1 parent b738310 commit 5cc5db6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 2 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@
]

redirects = {
"index": "getting-started/get-started.html",
"getting-started/index": "get-started.html",
"examples/guides/quickstart_in_5_minutes": "../../user-guide/tabular/auto_tutorials/plot_quickstart_in_5_minutes.html",
"user-guide/key_concepts": "../user-guide/general/deepchecks_hierarchy.html",
"user-guide/when_should_you_use": "../getting-started/when_should_you_use.html",
Expand Down
3 changes: 0 additions & 3 deletions docs/source/getting-started/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
.. meta::
:http-equiv=refresh: 0; url=get-started.html

Getting Started
***************

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
Export Outputs to Weights & Biases (wandb)
******************************************
Weights & Biases (wandb)
************************
In this guide, we will demonstrate how to export the Check's and the Suite's output to wandb.
Expand Down
3 changes: 2 additions & 1 deletion docs/source/user-guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ Integrations
integrations/spark_databricks
integrations/pytest
integrations/h2o
integrations/airflow
integrations/airflow
general/exporting_results/examples/plot_exports_output_to_wandb

0 comments on commit 5cc5db6

Please sign in to comment.