文件历史

42 次代码提交

作者 SHA1 备注 提交日期
Ulyana 19fe081b6d Update docs to include uv installation (#1293) 2026-01-12 11:10:14 -08:00
Ulyana 04d9ad51d1 Remove Tensorflow from docs + code (#1289) 2026-01-08 20:25:06 -08:00
Elías Snorrason e61c9bd963 Add workflow for automated releases to PyPI (#1036) 2024-03-06 07:35:03 +00:00
Elías Snorrason 231ab6314d List out issue names for each issue type in Datalab Issue Type Guide (#1024)
- Show how an issue name is used in Datalab.find_issues()
- Add sphinx_jinja as a dependency for using .rst-templates
2024-02-23 21:49:19 +00:00
Sanjana 944c61379d Cleanvision Integration (#679)
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
2023-07-25 15:51:53 +00:00
Jonas Mueller feb43d4baa clarify development instructions for new datalab issue types (#766)
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
2023-07-12 13:41:21 +00:00
Anish Athalye 216d00d218 Improve links and link checker for Markdown files (#768) 2023-07-10 09:44:27 -07:00
Anish Athalye 9b2dfc09ce Fix CI (#742)
Among other changes, this patch also disables HTML validation. This is a
bit tricky to get right, because when the Markdown is processed by
GitHub, it does some transformations that aren't mimicked by Pandoc. The
result of converting the existing Markdown to HTML using Pandoc is in
fact invalid HTML5.

The best way to fix this would be to use the [GitHub Markdown
API](https://docs.github.com/en/rest/markdown) to render the Markdown,
but that doesn't seem worth the effort right now. Instead, this patch
just disables HTML validation but preserves the link checking
functionality (and makes it start passing again).
2023-06-10 14:16:53 +00:00
Hui Wen 525b4b236a Datalab docs improvements (#714) 2023-05-12 11:12:44 -07:00
Sanjana cf5d2a02eb Added installation instructions for package extras (#697)
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
Co-authored-by: huiwengoh <45724323+huiwengoh@users.noreply.github.com>
2023-05-09 15:19:24 -04:00
Hui Wen 49559ef619 Add dev note about linking functions (#704)
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
2023-05-08 17:39:53 -07:00
DerWeh 79cc3eb601 DOC: use default rules for shorter, more readable links (#700)
Co-authored-by: Hui Wen <45724323+huiwengoh@users.noreply.github.com>
2023-05-04 23:51:38 -04:00
Elías Snorrason 64edc95630 Introduce Datalab (#614)
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
Co-authored-by: Jesse Cummings <jecummin@mit.edu>
Co-authored-by: Jesse Cummings <jecummin@users.noreply.github.com>
Co-authored-by: Hui Wen <45724323+huiwengoh@users.noreply.github.com>
2023-04-25 09:26:43 -07:00
Hui Wen 497947a867 Fix tutorial hyperlinks in docs (#642) 2023-02-28 09:15:19 -08:00
Sanjana 2adb8b68b0 Removed $ from shell commands to avoid it being copied (#625) 2023-02-12 19:46:45 -08:00
Curtis G. Northcutt 0d9fee88a9 add maximum line length (#583)
and clarify where black settings are found in DEVELOPMENT guide


Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
2023-01-04 17:31:16 -08:00
Jonas Mueller 9ec3a74d85 clarify not to use basic mypy without the CI flags 2022-12-28 14:18:33 -08:00
Jonas Mueller b6ce88d484 clarify mypy flags 2022-11-08 01:53:38 -08:00
Jonas Mueller c14c84fc49 note about M1 chip requirements 2022-10-05 21:27:53 -07:00
Jonas Mueller 3690d5eed4 fix remaining docs/source links 2022-10-05 17:59:56 -07:00
Jonas Mueller 1f72fd0bc3 fix links that dont work from some branches 2022-10-05 17:52:52 -07:00
Ulyana 8a567176ad Update DEVELOPMENT.md with howto add new modules (#494)
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
2022-10-03 10:24:07 -07:00
Ulyana 43a795cb0c Update DEVELOPMENT.md with Relative Linking (#425)
* Update DEVELOPMENT.md with Relative Linking

Added instructions for relative linking between docs and tutorials

* more link instructions

Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
2022-09-09 15:43:11 -07:00
Jonas Mueller 1a239922fe update link to docs/tutorials tips 2022-09-06 00:39:29 -07:00
Jonas Mueller d5d420f3cd pep-8 pointer 2022-09-02 18:57:47 -07:00
Jonas Mueller 0b4e9089d5 avoid import * 2022-08-31 22:22:36 -07:00
Eric Wang cccc8f8932 Fix capitalization in DEVELOPMENT.md (#340) 2022-08-16 14:30:25 -07:00
Ulyana 9abbb26bba Added mypy instructions to DEVELOPMENT.md guide (#339)
* Added mypy and black instructions

* Fixed typo

* Fixed capetalization

* Resolved PR comments
2022-08-15 23:01:36 -07:00
Jonas Mueller 31545f1e5c More guidelines added to docs readme (#321)
* point to tutorial guidelines

* things not to forget for new tutorials

* docstring editing guidelines
2022-07-23 15:49:29 -07:00
Curtis G. Northcutt 29026b48f9 Add common variable names. 2022-06-20 11:53:24 -07:00
Jonas Mueller a782649680 development instructions for running all examples/ notebooks (#174)
* dev instructions for running all examples/ notebooks

* example local version specification

* missing period
2022-05-10 18:20:17 -07:00
Anish Athalye dc6fa956cb Make a pass over docs 2022-04-11 13:15:43 -04:00
Anish Athalye e681521ac0 Add note on multiple types 2022-04-09 09:32:51 -04:00
Anish Athalye 90d6e77ed9 Revise filter 2022-04-09 07:33:24 -04:00
Anish Athalye e086fdee74 Standardize how to format names
This follows NumPy style for reST documentation (but not for
Jupyter/Markdown).
2022-04-09 07:33:24 -04:00
Anish Athalye acd3d040a5 Revise image tutorial 2022-04-09 07:33:24 -04:00
Anish Athalye d91597e282 Revise pred_probs_cross_val 2022-04-09 07:33:24 -04:00
Anish Athalye d93f9f3337 Revise quickstart 2022-04-09 07:33:24 -04:00
Anish Athalye bf8e82d4bf Add support for LaTeX math in documentation 2022-04-09 07:33:24 -04:00
Anish Athalye 9aef6c73a2 Document documentation standard 2022-04-09 07:33:23 -04:00
Anish Athalye 263d81c664 Add note on EditorConfig to development guide (#176) 2022-04-06 12:20:09 -07:00
Anish Athalye 9101b85e68 Add development guide
This patch also adds a pre-commit hook that runs Black.
2022-04-03 19:31:05 -04:00