From 4b0c7f2cc4835c74209b8b6bb4ecf70a053ef6f8 Mon Sep 17 00:00:00 2001 From: "Jessica Zhang (NY)" Date: Wed, 2 Oct 2024 13:10:37 -0700 Subject: [PATCH] Add missing workspace docs Summary: Ultimately we want to remove all the docs under https://www.internalfb.com/intern/wiki/TorchX_internal/TorchX and consolidate it all in the staticdocs wiki. This diff moves the info from https://www.internalfb.com/intern/wiki/TorchX_internal/TorchX/How_Patching_Works/ into the patching wiki page, and also does some nice formatting. Note: I mostly ignored the stuff under the deprecated custom patch section, if anyone knows more about this, please let me know if there's anything in there that should be moved over and/or if any of the stuff in this wiki is wrong. Reviewed By: ishachirimar Differential Revision: D63643254 --- docs/source/_static/css/torchx.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/_static/css/torchx.css b/docs/source/_static/css/torchx.css index 188118cc2..d45954af8 100644 --- a/docs/source/_static/css/torchx.css +++ b/docs/source/_static/css/torchx.css @@ -37,7 +37,7 @@ article.pytorch-article .py dt span.pre { .output_area.stderr.docutils.container { background-color: #fed !important; } -.note .admonition-title > p { +.note .admonition-title > p, .warning .admonition-title > p { margin: 0 !important; font: inherit; color: inherit;