Merge branch 'master' of https://github.com/apache/datasketches-website.git
diff --git a/_includes/toc.html b/_includes/toc.html
index 8474a7f..a626203 100644
--- a/_includes/toc.html
+++ b/_includes/toc.html
@@ -162,7 +162,7 @@
         </p>
         <div class="collapse" id="collapse_theta_sketch_theory">
           <li><a href="{{site.docs_pdf_dir}}/ThetaSketchFramework.pdf">•Theta Sketch Framework (PDF)</a></li>
-          <li><a href="{{site.docs_pdf_dir}}/SketchEquations.pdf">•Sketch Equations (PDF)</a></li>
+          <li><a href="{{site.docs_pdf_dir}}/ThetaSketchEquations.pdf">•Theta Sketch Equations (PDF)</a></li>
           <li><a href="{{site.docs_pdf_dir}}/DataSketches.pdf">•DataSketches (PDF)</a></li>
           <li><a href="{{site.docs_dir}}/Theta/ThetaConfidenceIntervals.html">•Confidence Intervals Notes</a></li>
           <li><a href="{{site.docs_dir}}/Theta/ThetaMergingAlgorithm.html">•Merging Algorithm Notes</a></li>
diff --git a/docs/pdf/SketchEquations.pdf b/docs/pdf/ThetaSketchEquations.pdf
similarity index 76%
rename from docs/pdf/SketchEquations.pdf
rename to docs/pdf/ThetaSketchEquations.pdf
index 4131162..38bf0b9 100644
--- a/docs/pdf/SketchEquations.pdf
+++ b/docs/pdf/ThetaSketchEquations.pdf
Binary files differ
diff --git a/src/main/resources/docgen/toc.json b/src/main/resources/docgen/toc.json
index 5869ce5..7f90fdb 100644
--- a/src/main/resources/docgen/toc.json
+++ b/src/main/resources/docgen/toc.json
@@ -132,7 +132,7 @@
                 { "class":"Dropdown", "desc" : "Theta Sketch Theory", "array":
                   [
                     {"class":"Doc",  "desc" : "Theta Sketch Framework (PDF)",      "dir" : "",      "file": "ThetaSketchFramework", "pdf":"true" },
-                    {"class":"Doc",  "desc" : "Sketch Equations (PDF)",            "dir" : "",      "file": "SketchEquations",      "pdf":"true" },
+                    {"class":"Doc",  "desc" : "Theta Sketch Equations (PDF)",      "dir" : "",      "file": "ThetaSketchEquations", "pdf":"true" },
                     {"class":"Doc",  "desc" : "DataSketches (PDF)",                "dir" : "",      "file": "DataSketches",         "pdf":"true" },
                     {"class":"Doc",  "desc" : "Confidence Intervals Notes",        "dir" : "Theta", "file": "ThetaConfidenceIntervals" },
                     {"class":"Doc",  "desc" : "Merging Algorithm Notes",           "dir" : "Theta", "file": "ThetaMergingAlgorithm" },