diff options
author | Andy Lu <luandy64@gmail.com> | 2021-02-21 21:29:08 -0600 |
---|---|---|
committer | Andy Lu <luandy64@gmail.com> | 2021-02-21 21:29:08 -0600 |
commit | 2f8f10ee1127e8052199177fe6d7c572258c790d (patch) | |
tree | 92146c7658a8ce88d30f4dd90c1a776d30eaf1e6 | |
parent | 8de72ac10a7dc63dbdc6203692b39436545c278a (diff) | |
download | tap-google-sheets-2f8f10ee1127e8052199177fe6d7c572258c790d.tar.gz tap-google-sheets-2f8f10ee1127e8052199177fe6d7c572258c790d.tar.zst tap-google-sheets-2f8f10ee1127e8052199177fe6d7c572258c790d.zip |
init.html doesn't render, but init does. So prefix it this timetap-notes
-rw-r--r-- | docs/index.html | 2 | ||||
-rw-r--r-- | docs/python_init.html (renamed from docs/init.html) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 477d1c2..f4ddafc 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -17,7 +17,7 @@ | |||
17 | <div class='octowrap'> | 17 | <div class='octowrap'> |
18 | <a class='octothorpe' href='#section-'>#</a> | 18 | <a class='octothorpe' href='#section-'>#</a> |
19 | </div> | 19 | </div> |
20 | <li><a href="init.html">__init__.html</a></li> | 20 | <li><a href="python_init.html">__init__.html</a></li> |
21 | <li><a href="client.html">client.html</a></li> | 21 | <li><a href="client.html">client.html</a></li> |
22 | <li><a href="discover.html">discover.html</a></li> | 22 | <li><a href="discover.html">discover.html</a></li> |
23 | <li><a href="schema.html">schema.html</a></li> | 23 | <li><a href="schema.html">schema.html</a></li> |
diff --git a/docs/init.html b/docs/python_init.html index eb5d3b3..eb5d3b3 100644 --- a/docs/init.html +++ b/docs/python_init.html | |||