From 62e11f37e062865d33296bf0261f6408969f8a6b Mon Sep 17 00:00:00 2001 From: joeduffy Date: Tue, 10 Jan 2017 07:32:01 -0800 Subject: [PATCH] Rename formats doc to languages --- docs/design/{formats.md => languages.md} | 4 ++-- docs/design/stacks.md | 4 ++-- docs/overview.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename docs/design/{formats.md => languages.md} (99%) diff --git a/docs/design/formats.md b/docs/design/languages.md similarity index 99% rename from docs/design/formats.md rename to docs/design/languages.md index d4584a581..98244c6b7 100644 --- a/docs/design/formats.md +++ b/docs/design/languages.md @@ -1,6 +1,6 @@ -# Mu Formats +# Mu Languages -Mu cloud services are described to the toolchain with three logical formats: MetaMus, MuPack/MuIL, and MuGL. +Mu cloud services are described to the toolchain with three languages: MetaMus, MuPack/MuIL, and MuGL. At the highest level, developers write Mu packages using a high-level language. There are multiple languages to choose from, and each is a proper subset of an existing popular programming language; MuJS is a subset of JavaScript, MuPy is diff --git a/docs/design/stacks.md b/docs/design/stacks.md index e2f85faf6..5df423f64 100644 --- a/docs/design/stacks.md +++ b/docs/design/stacks.md @@ -1,7 +1,7 @@ # Mu Stacks -This document describes how Mu Stacks and Services show up in Mu's various [formats](formats.md) (MetaMus, MuPack, MuIL, -and MuGS). Those are the definitive resources on the low-level formats, but this document describes the overall +This document describes how Mu Stacks and Services show up in Mu's various [languages](languages.md) (MetaMus, MuPack, +MuIL, and MuGS). Those are the definitive resources on the low-level formats, but this document describes the overall programming model that a developer will encounter. For more details on how this results in concrete resources provisioned in the target cloud provider, please refer to [the cloud targeting design document](clouds.md). diff --git a/docs/overview.md b/docs/overview.md index 058079611..1d9f9f633 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -104,7 +104,7 @@ creating new providers, which amounts to implementing create, read, update, and More details are left to the respective design documents. Here are some key ones: -* [**Formats**](design/formats.md): An overview of Mu's three file formats: MetaMus, MuPack/MuIL, and MuGS. +* [**Languages**](design/languages.md): An overview of Mu's three languages: MetaMus, MuPack/MuIL, and MuGS. * [**MuPack/MuIL**](design/mupack.md): A detailed description of Mu's packaging and computation formats. * [**Stacks**](design/stacks.md): An overview of how stacks are represented using the above fundamentals. * [**Dependencies**](design/deps.md): An overview of how package management and dependency management works.