From cd3b124d1cc15c8f6adf5b66db5b2d5479a293db Mon Sep 17 00:00:00 2001 From: Chris Cummins Date: Thu, 9 Jun 2022 10:37:53 -0700 Subject: [PATCH 1/2] [docs] Add Terms of Use and Privacy Policy links. --- docs/source/index.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/index.rst b/docs/source/index.rst index c1c7b589e..ba939e324 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -86,3 +86,6 @@ Indices and tables * :ref:`genindex` * :ref:`modindex` + +`Terms of Use `_. +`Privacy Policy `_. From 64f4ab6b236fd8bcb597c5790739917dacbc3daf Mon Sep 17 00:00:00 2001 From: Chris Cummins Date: Thu, 9 Jun 2022 10:38:16 -0700 Subject: [PATCH 2/2] [docs] Update Copyright name. --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index d422cfdfd..5e81d1e91 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -21,8 +21,8 @@ # -- Project information ----------------------------------------------------- project = "CompilerGym" -copyright = "Facebook AI Research" -author = "Facebook AI Research" +copyright = "Meta Platforms, Inc" +author = "Meta Platforms, Inc" # Read the version from the //:VERSION file. with open("../../VERSION") as f: