From c8fb66972d4ec992d28db0d5cb25c829431f01ff Mon Sep 17 00:00:00 2001 From: Chester Leung Date: Thu, 17 Jun 2021 12:46:21 -0700 Subject: [PATCH] Couple updates (#157) --- client-docs/index.rst | 4 ++-- client-docs/opaquesql_usage.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client-docs/index.rst b/client-docs/index.rst index 7b94756..84e3ad8 100644 --- a/client-docs/index.rst +++ b/client-docs/index.rst @@ -3,8 +3,8 @@ You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. -Welcome to MC\ :sup:`2` Client's documentation! -=============================================== +MC\ :sup:`2` Client +=================== MC\ :sup:`2` Client is a local trusted client that enables users to securely interface with the MC\ :sup:`2` ecosystem. In particular, MC\ :sup:`2` Client allows users to initialize their identities, launch MC\ :sup:`2`-loaded VMs and other resources on Azure Confidential Computing, start and stop MC\ :sup:`2` compute services (Opaque SQL and Secure XGBoost), transfer their encrypted sensitive data to the cloud for processing, and remotely run secure computation on their data. MC\ :sup:`2` Client provides two interfaces, a :doc:`Python interface ` and a :doc:`command line interface `. Both rely on a :doc:`configuration file ` to configure MC\ :sup:`2` Client; the command line interface is simpler but less flexible, while the Python interface gives users finer grained control over what they want to do. diff --git a/client-docs/opaquesql_usage.rst b/client-docs/opaquesql_usage.rst index 76ff4c5..b9d016f 100644 --- a/client-docs/opaquesql_usage.rst +++ b/client-docs/opaquesql_usage.rst @@ -8,7 +8,7 @@ Next, to use MC\ :sup:`2` Client for Opaque SQL, you'll need to specifically mod Start ----- -In the ``start`` section, you must specify the command to launch the Opaque SQL service: ``build/sbt run``. The section should look something like this: +In the ``start`` section, you must specify a command to launch the Opaque SQL service. The section should look something like this: .. code-block:: yaml