Add redirects for {computation,programming,APIreference}.html.

This prevents us from breaking existing URLs pointing to computation.html before we turned it into a directory.

PiperOrigin-RevId: 572522650
Change-Id: Ib0e6679099be38b002777c08ffa647c9902439a9
This commit is contained in:
Saran Tunyasuvunakool
2023-10-11 03:21:02 -07:00
committed by Copybara-Service
parent 7e549495d9
commit 742f15fb18
+3
View File
@@ -74,6 +74,9 @@ exclude_patterns = [
redirects = {
# index.rst just contains the table of contents definition.
'index': 'overview.html',
'computation': 'computation/index.html',
'programming': 'programming/index.html',
'APIreference': 'APIreference/index.html',
}
rst_prolog = """