From d3a62b14d2989f7e45e3e87657ed3d0bd905afe3 Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Mon, 25 May 2020 16:11:46 -0500 Subject: [PATCH] Regular updates (May 25) (#1356) * cmd ref: update WebDAV remote info per https://github.com/iterative/dvc.org/pull/1187#issuecomment-619568544 * cmd ref: remove WebDAV remote info for #1355 --- content/docs/command-reference/remote/add.md | 12 ------------ content/docs/command-reference/remote/modify.md | 9 --------- 2 files changed, 21 deletions(-) diff --git a/content/docs/command-reference/remote/add.md b/content/docs/command-reference/remote/add.md index bda945f8d1..b0bc12d5e5 100644 --- a/content/docs/command-reference/remote/add.md +++ b/content/docs/command-reference/remote/add.md @@ -350,18 +350,6 @@ $ dvc remote add myremote https://example.com/path/to/dir
-### Click for WebDav - -```dvc -$ dvc remote add myremote webdavs://example.com/path/to/dir -``` - -> See also `dvc remote modify` for a full list of WebDav parameters. - -
- -
- ### Click for local remote A "local remote" is a directory in the machine's file system. diff --git a/content/docs/command-reference/remote/modify.md b/content/docs/command-reference/remote/modify.md index a7135d5ddb..f245433818 100644 --- a/content/docs/command-reference/remote/modify.md +++ b/content/docs/command-reference/remote/modify.md @@ -565,15 +565,6 @@ more information.
-
- -### Click for WebDav - -Since it's an extension for the HTTP protocol the same settings apply as for -HTTP. See above for the HTTP. - -
- ## Example: Customize an S3 remote Let's first set up a _default_ S3 remote.