From: Michael Orlitzky <michael@orlitzky.com>
Date: Sat, 1 Feb 2020 01:26:21 +0000 (-0500)
Subject: mjo/cone: rawify some docstrings.
X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=44c1c91cd7d70405edb6aa875d7229126e76d8b6;p=sage.d.git

mjo/cone: rawify some docstrings.
---

diff --git a/mjo/cone/completely_positive.py b/mjo/cone/completely_positive.py
index 8638a63..8bb4b62 100644
--- a/mjo/cone/completely_positive.py
+++ b/mjo/cone/completely_positive.py
@@ -1,4 +1,4 @@
-"""
+r"""
 The completely positive cone `$\mathcal{K}$` over `\mathbb{R}^{n}$` is
 the set of all matrices `$A$`of the form `$\sum uu^{T}$` for `$u \in
 \mathbb{R}^{n}_{+}$`. Equivalently, `$A = XX{T}$` where all entries of
diff --git a/mjo/cone/nonnegative_orthant.py b/mjo/cone/nonnegative_orthant.py
index 8c42838..8c6f5b5 100644
--- a/mjo/cone/nonnegative_orthant.py
+++ b/mjo/cone/nonnegative_orthant.py
@@ -1,4 +1,4 @@
-"""
+r"""
 The nonnegative orthant in `\mathbb{Z}^{n}`. I'm sick and tired of
 typing it.
 """
diff --git a/mjo/cone/symmetric_pd.py b/mjo/cone/symmetric_pd.py
index 9c0d6ba..e684964 100644
--- a/mjo/cone/symmetric_pd.py
+++ b/mjo/cone/symmetric_pd.py
@@ -1,4 +1,4 @@
-"""
+r"""
 The symmetric positive definite cone `$S^{n}_{++}$` is the cone
 consisting of all symmetric positive-definite matrices (as a subset of
 $\mathbb{R}^{n \times n}$`. It is the interior of the symmetric positive
diff --git a/mjo/cone/symmetric_psd.py b/mjo/cone/symmetric_psd.py
index dd09ea2..fd6f950 100644
--- a/mjo/cone/symmetric_psd.py
+++ b/mjo/cone/symmetric_psd.py
@@ -1,4 +1,4 @@
-"""
+r"""
 The positive semidefinite cone `$S^{n}_{+}$` is the cone consisting of
 all symmetric positive-semidefinite matrices (as a subset of
 `$\mathbb{R}^{n \times n}$`