ecl-logo Documentation

PacletMapping

PacletMapping[]mapping

returns the mapping from ECL paclet URIs to files in S3.

Details

  • A mapping will only be present in a pre-built distro. In development this will always return Null
  • This mapping should be used to open help files in the command center.             The S3 key should be downloaded as an EmeraldCloudFile so it can be opened as a documentation notebook
  • The mapping is loaded from a local file at $EmeraldPath/documentation.json (if it exists).
  • Output

Examples

Basic Examples  (2)

If there is no mapping file, returns Null:

If there is a mapping file, returns an Association of paclet URI to S3 bucket + key:

Applications  (1)

Construct a cloud file from a paclet URI: