Skip to content

Commit acd2ee6

Browse files
author
Aaron Gonzales
authored
Merge pull request #14 from twitterdev/credential_handling_update
Credential handling update
2 parents bdc2ba4 + 2b4a09e commit acd2ee6

18 files changed

Lines changed: 1928 additions & 1101 deletions

README.rst

Lines changed: 414 additions & 290 deletions
Large diffs are not rendered by default.

docs/source/conf.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@
4040
'sphinx.ext.coverage',
4141
'sphinx.ext.viewcode',
4242
'sphinxcontrib.napoleon',
43-
'sphinx.ext.githubpages']
43+
'sphinx.ext.githubpages',
44+
'sphinx.ext.mathjax'
45+
]
4446

4547
# Add any paths that contain templates here, relative to this directory.
4648
templates_path = ['_templates']
@@ -173,10 +175,10 @@
173175

174176
html_theme_options = {
175177
# Navigation bar title. (Default: ``project`` value)
176-
'navbar_title': "Twitter Search API",
178+
'navbar_title': "Search Tweets APIs",
177179

178180
# Tab name for entire site. (Default: "Site")
179-
'navbar_site_name': "Twitter Search API",
181+
'navbar_site_name': "Search Tweets API",
180182

181183
# A list of tuples containing pages or urls to link to.
182184
# Valid tuples should be in the following forms:
@@ -186,7 +188,7 @@
186188
# Note the "1" or "True" value above as the third argument to indicate
187189
# an arbitrary url.
188190
'navbar_links': [
189-
("Github", "https://github.com/twitterdev/twitter_search_api", True),
191+
("Github", "https://github.com/twitterdev/search-tweets-python", True),
190192
],
191193

192194
# Render the next and previous page links in navbar. (Default: true)

examples/api_example.ipynb

Lines changed: 123 additions & 160 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)