Skip to content

Commit

Permalink
Couple updates (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
chester-leung authored Jun 17, 2021
1 parent bdf0147 commit c8fb669
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions client-docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <python/usage>` and a :doc:`command line interface <cli/usage>`. Both rely on a :doc:`configuration file <config/config>` 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.
Expand Down
2 changes: 1 addition & 1 deletion client-docs/opaquesql_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c8fb669

Please sign in to comment.