Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.41 KB

File metadata and controls

39 lines (27 loc) · 1.41 KB

docdelete ♻️

Delete generated artifacts

Syntax

docdelete(d) deletes generated artifacts in the folder d.

[files,folders] = docdelete(...) returns the names of the files and folders deleted.

Name Description Type Required
d➡️ documentation folder, as an absolute or relative path string yes
➡️files files(s) deleted, as an absolute path string(s)
➡️folders folders(s) deleted, as an absolute path string(s)

Examples

docdelete("mickey/goofy") 

deletes artifacts in the folder mickey/goofy. Note that this path is relative.

docconvert("C:\daisy\mickey\goofy") 

also deletes artifacts, this time specified using an absolute path.

Details

The deletion consists of 4 steps:

  1. Delete HTML documents corresponding to Markdown documents
  2. Delete the resources subfolder, resources, containing stylesheets and scripts
  3. Delete the index files info.xml and helptoc.xml
  4. Delete the search database subfolder, helpsearch-v4

home 🏠 | convert ➡️ | run 🏃 | index 📜 | delete ♻️ | workspace 👷 | about 🐣 | ©️ MathWorks 2024-2026