Split functions API from APIreference.rst.
PiperOrigin-RevId: 501209457 Change-Id: Ia77fe988fb34e323a2c66503903c4618f5fb3087
This commit is contained in:
committed by
Copybara-Service
parent
5b942329d2
commit
15c2e0362a
+1
-2844
File diff suppressed because it is too large
Load Diff
+4
-1
@@ -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
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user