Skip to content

Commit 67c2bc9

Browse files
authored
chore: add the toc template file for entry page (#378)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/python-bigquery-dataframes/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes internal #325083413 🦕
1 parent dd3643d commit 67c2bc9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/templates/toc.yml

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
name: Overview
44
- href: changelog.md
55
name: Changelog
6+
- items:
7+
- href: summary_overview.yml
8+
name: Overview
9+
- href: summary_class.yml
10+
name: Classes
11+
- href: summary_method.yml
12+
name: Methods
13+
- href: summary_property.yml
14+
name: Properties and Attributes
15+
name: BigQuery DataFrames API
616
- items:
717
- items:
818
- name: Options

0 commit comments

Comments
 (0)