文件历史

提交图

28 次代码提交

作者 SHA1 备注 提交日期
Max Buchan af0f426d9a checkout v5
GitHub Pages / deploy (push) Has been cancelled
CI / Test: Python 3.10 on macos-13 (push) Has been cancelled
CI / Test: Python 3.11 on macos-13 (push) Has been cancelled
CI / Test: Python 3.8 on macos-13 (push) Has been cancelled
CI / Test: Python 3.9 on macos-13 (push) Has been cancelled
CI / Test: Python 3.10 on ubuntu-latest (push) Has been cancelled
CI / Test: Python 3.11 on ubuntu-latest (push) Has been cancelled
CI / Test: Python 3.8 on ubuntu-latest (push) Has been cancelled
CI / Test: Python 3.9 on ubuntu-latest (push) Has been cancelled
CI / Test: Python 3.10 on windows-latest (push) Has been cancelled
CI / Test: Python 3.11 on windows-latest (push) Has been cancelled
CI / Test: Python 3.8 on windows-latest (push) Has been cancelled
CI / Test: Python 3.9 on windows-latest (push) Has been cancelled
CI / Test without optional dependencies and with minimum compatible versions of dependencies (push) Has been cancelled
CI / Type check (push) Has been cancelled
CI / Format (push) Has been cancelled
CI / Check for unused/wildcard imports (push) Has been cancelled
CI / Lint Notebooks (push) Has been cancelled
GitHub Markdown Links / test (push) Has been cancelled
GitHub Pages / links (push) Has been cancelled
2025-09-05 10:58:16 -07:00
Max Buchan a9b5b44310 more recent versions 2025-09-05 10:52:52 -07:00
Max Buchan e5e679de61 upgrade setup-node 2025-09-05 10:50:34 -07:00
Max Buchan b20edeac44 upgrade dependendecies for gh-pages.yaml 2025-09-05 09:54:21 -07:00
dependabot[bot] d6fdc9f1c4 Bump artifact actions from 3 to 4 in /.github/workflows/gh-pages.yaml (#1199)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
2024-09-04 16:32:12 +00:00
Elías Snorrason bad83457f3 Drop Python 3.7 support and add Python 3.11 support (#980) 2024-02-07 14:46:58 -07:00
Elías Snorrason 7504a21cf7 Postprocess opengraph urls (part 3) (#964) 2024-01-19 15:41:48 +00:00
Elías Snorrason 699cd2b723 Fix URL replacement regex in gh-pages.yaml (#963)
- Switch to double-quoted scalar
- Escape double quotes in tag
- Omit ending backslash in first group to write a valid replace pattern
2024-01-19 15:16:38 +00:00
Elías Snorrason 437d3f3f54 Postprocess opengraph urls (part 2) (#960) 2024-01-19 12:46:58 +00:00
Elías Snorrason 8c83ae8ae4 Postprocess opengraph urls (#959)
Update find-replace patterns
2024-01-18 15:01:54 +00:00
Elías Snorrason 9315431410 Add missing ref to url links in OpenGraph metadata (#958)
Attempt to find-replace meta tags with proper urls
2024-01-17 23:03:12 +00:00
Jonas Mueller bd32f1114b ignore keras.io in link check (#865) 2023-10-06 15:29:19 +09:00
Sanjana Garg ea9f62513e Updated docs requirements 2023-09-05 17:12:27 +01:00
Ulyana 7caed93784 Update github actions (#589)
update: github actions to v3, codecov to v3, setup-python to v4, setup node v2 to v3, setup cache v2 to v3
2023-01-05 21:42:34 -08:00
Hui Wen d62fad78a6 Fix text tutorial, use GBM model in tabular tutorial (#565)
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
2022-12-13 13:11:11 -08:00
Jonas Mueller 0727a7da4d github actions with TF_CPP_MIN_LOG_LEVEL = 3 (#536)
set environ variable TF_CPP_MIN_LOG_LEVEL = 3 to suppress unnecessary tensorflow prints when building tutorials on github server
2022-11-15 14:11:17 -08:00
Anish Athalye f7e01ed382 Fix docs build in CI (#462)
This patch pins the Pandoc version to a more recent release (2.19.2).

As explained in d8cc2e5056, nbconvert
translates Markdown -> reST -> HTML, and it uses Pandoc for this
Markdown -> reST conversion. Older versions of Pandoc don't do a
high-fidelity conversion; in particular, they don't have great support
for mixed Markdown/HTML content.

Consider the following Markdown, the core of how we use the details
disclosure element in several tutorial notebooks:

    <details><summary>Summary</summary>

    Body.

    </details>

Using Pandoc 2.19.2, this converts to the following reST:

    .. raw:: html

       <details>

    .. raw:: html

       <summary>

    Summary

    .. raw:: html

       </summary>

    Body.

    .. raw:: html

       </details>

This is a correct conversion. However, using Pandoc 2.5, which is the version
of Pandoc that was being used by CI prior to this patch (the version of Pandoc
available in the package repository for Ubuntu 20.04), it converts as follows:

    .. raw:: html

       <details>

    Summary

    Body.

    .. raw:: html

       </details>

The <summary> tag is lost in this conversion.

This patch switches to a more recent version of Pandoc to fix this issue.
2022-09-16 19:29:48 -07:00
Elías Snorrason cdf6a147af ignore links to pradyunsg when validating HTML (#446) 2022-09-15 15:21:12 -07:00
Elías Snorrason 0b5a089e37 fix typos in ci step names (#377)
[skip ci]
2022-08-24 09:01:20 -07:00
Wei Jing 4aab0b0a56 create latest_release.txt file (#231) 2022-05-19 02:26:46 -07:00
Wei Jing Lok 31d2f2dbd7 add condition to deploy if ref_type is tag 2022-04-16 23:17:48 +08:00
Anish Athalye bf8e82d4bf Add support for LaTeX math in documentation 2022-04-09 07:33:24 -04:00
Anish Athalye 8de8340313 Add link checking for compiled docs 2022-04-07 10:33:15 -04:00
Wei Jing Lok dded28c58c uncomment line that deploys docs if trig by master 2022-04-06 19:05:50 +08:00
Wei Jing Lok 034eb80061 Change .ipynb files to use master ver of cleanlab 2022-03-27 17:45:05 +08:00
Wei Jing Lok da686a4006 update doc toc for 2.0 2022-03-24 03:28:14 +08:00
Wei Jing aca683ec80 Add image classification tutorial and streamline docs CI/CD (#127) 2022-03-22 19:34:27 -04:00
Wei Jing Lok 6169fdcd43 Add new documentation site 2022-03-01 14:55:51 -05:00