Skip to content

Commit

Permalink
Vision docs (#860)
Browse files Browse the repository at this point in the history
* Modifying user guide

* Modifying user guide

* Modifying the examples structure

* adding CV to docs main page

* home page updates

* Modifying the examples structure

* Modifying the examples structure

* Modifying user guide structure

* Fixing docs

* Fixing docs

* Regenerate examples

Co-authored-by: Shir <shir@deepchecks.com>
  • Loading branch information
ItayGabbay and shir22 committed Feb 14, 2022
1 parent aaa22c7 commit 595b58d
Show file tree
Hide file tree
Showing 84 changed files with 101,991 additions and 126,402 deletions.
Expand Up @@ -25,7 +25,8 @@
FC = t.TypeVar('FC', bound='SingleFeatureContribution')


pps_url = 'https://docs.deepchecks.com/en/stable/examples/checks/methodology/single_feature_contribution_train_test' \
pps_url = 'https://docs.deepchecks.com/en/stable/examples/tabular/' \
'checks/methodology/single_feature_contribution_train_test' \
'.html?utm_source=display_output&utm_medium=referral&utm_campaign=check_link'
pps_html = f'<a href={pps_url} target="_blank">Predictive Power Score</a>'

Expand Down
Expand Up @@ -27,7 +27,8 @@
FC = t.TypeVar('FC', bound='SingleFeatureContributionTrainTest')


pps_url = 'https://docs.deepchecks.com/en/stable/examples/checks/methodology/single_feature_contribution_train_test' \
pps_url = 'https://docs.deepchecks.com/en/stable/examples/tabular/' \
'checks/methodology/single_feature_contribution_train_test' \
'.html?utm_source=display_output&utm_medium=referral&utm_campaign=check_link'
pps_html = f'<a href={pps_url} target="_blank">Predictive Power Score</a>'

Expand Down
2 changes: 1 addition & 1 deletion deepchecks/utils/strings.py
Expand Up @@ -117,7 +117,7 @@ def _generate_check_docs_link_html(check):
# understand how link is formatted:
#
# - deepchecks.tabular.checks.integrity.new_category.CategoryMismatchTrainTest
# - docs.deepchecks.com/en/{version}/examples/checks/tabular/integrity/category_mismatch_train_test.html # noqa: E501 # pylint: disable=line-too-long
# - docs.deepchecks.com/en/{version}/examples/tabular/checks/integrity/category_mismatch_train_test.html # noqa: E501 # pylint: disable=line-too-long

module_path = module_path.split('.')
check_name = to_snake_case(type(check).__name__).lower()
Expand Down

0 comments on commit 595b58d

Please sign in to comment.