Split functions API from APIreference.rst.

PiperOrigin-RevId: 501209457
Change-Id: Ia77fe988fb34e323a2c66503903c4618f5fb3087
This commit is contained in:
Kyle Bayes
2023-01-11 01:12:43 -08:00
committed by Copybara-Service
parent 5b942329d2
commit 15c2e0362a
3 changed files with 2849 additions and 2845 deletions
+1 -2844
View File
File diff suppressed because it is too large Load Diff
+4 -1
View File
@@ -56,7 +56,10 @@ templates_path = ['templates']
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'includes/*']
exclude_patterns = [
'_build', 'Thumbs.db', '.DS_Store', 'includes/*', 'functions.rst',
'XMLschema.rst'
]
redirects = {
# index.rst just contains the table of contents definition.
+2844
View File
File diff suppressed because it is too large Load Diff