Skip to content

Commit

Permalink
Fixed some documentation problems
Browse files Browse the repository at this point in the history
  • Loading branch information
brentsowers1 committed Dec 19, 2010
1 parent 45e3697 commit 8866bd0
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 42 deletions.
2 changes: 1 addition & 1 deletion doc/created.rid
@@ -1 +1 @@
Sun, 19 Dec 2010 12:10:56 -0500
Sun, 19 Dec 2010 12:28:41 -0500
11 changes: 6 additions & 5 deletions doc/files/README.html
Expand Up @@ -77,11 +77,12 @@ <h1>twitterscour gem</h1>
Class for retrieving lists of tweets directly from the Twitter web page,
not through the API. The API that other twitter gems use returns only what
Twitter considers the &#8220;most popular&#8221; tweets in many cases, this
returns all tweets that you can see if you go to the web page directly.
TwitterScour is the main class to use. There is no need to instantiate it,
two class methods are provided to search for tweets. These will return an
array of Tweet objects. Location info can be retrieved on tweets searched
for by user name as well.
returns all tweets that you can see if you go to the web page directly. <a
href="../classes/TwitterScour.html">TwitterScour</a> is the main class to
use. There is no need to instantiate it, two class methods are provided to
search for tweets. These will return an array of <a
href="../classes/Tweet.html">Tweet</a> objects. Location info can be
retrieved on tweets searched for by user name as well.
</p>
<p>
WARNING - this gem should probably not be relied upon for a production
Expand Down
6 changes: 6 additions & 0 deletions doc/fr_class_index.html
Expand Up @@ -17,6 +17,12 @@
<h1 class="section-bar">Classes</h1>
<div id="index-entries">

<a href="classes/Tweet.html">Tweet</a><br />

<a href="classes/TweetLocation.html">TweetLocation</a><br />

<a href="classes/TwitterScour.html">TwitterScour</a><br />

</div>
</div>
</body>
Expand Down
48 changes: 12 additions & 36 deletions doc/fr_file_index.html
Expand Up @@ -17,53 +17,29 @@
<h1 class="section-bar">Files</h1>
<div id="index-entries">

<a href="files/README.html">README</a><br />

<a href="files/doc/classes/Tweet_html.html">doc/classes/Tweet.html</a><br />

<a href="files/doc/classes/TweetLocation_html.html">doc/classes/TweetLocation.html</a><br />

<a href="files/doc/classes/TwitterScour_html.html">doc/classes/TwitterScour.html</a><br />

<a href="files/doc/classes/TwitterScour_src/M000001_html.html">doc/classes/TwitterScour.src/M000001.html</a><br />

<a href="files/doc/classes/TwitterScour_src/M000002_html.html">doc/classes/TwitterScour.src/M000002.html</a><br />

<a href="files/doc/created_rid.html">doc/created.rid</a><br />
<a href="files/History_txt.html">History.txt</a><br />

<a href="files/doc/files/History_txt_html.html">doc/files/History_txt.html</a><br />

<a href="files/doc/files/README_html.html">doc/files/README.html</a><br />

<a href="files/doc/files/examples/get_search_term_rb_html.html">doc/files/examples/get_search_term_rb.html</a><br />

<a href="files/doc/files/examples/get_user_data_rb_html.html">doc/files/examples/get_user_data_rb.html</a><br />

<a href="files/doc/files/lib/tweet_location_rb_html.html">doc/files/lib/tweet_location_rb.html</a><br />

<a href="files/doc/files/lib/tweet_rb_html.html">doc/files/lib/tweet_rb.html</a><br />

<a href="files/doc/files/lib/twitterscour_rb_html.html">doc/files/lib/twitterscour_rb.html</a><br />
<a href="files/README.html">README</a><br />

<a href="files/doc/files/test/fixtures/brent_page_1_html_html.html">doc/files/test/fixtures/brent_page_1_html.html</a><br />
<a href="files/examples/get_search_term_rb.html">examples/get_search_term.rb</a><br />

<a href="files/doc/files/test/fixtures/search_page_1_html_html.html">doc/files/test/fixtures/search_page_1_html.html</a><br />
<a href="files/examples/get_user_data_rb.html">examples/get_user_data.rb</a><br />

<a href="files/doc/files/test/tc_tweets_rb_html.html">doc/files/test/tc_tweets_rb.html</a><br />
<a href="files/lib/tweet_rb.html">lib/tweet.rb</a><br />

<a href="files/doc/files/twitterscour_gemspec_html.html">doc/files/twitterscour_gemspec.html</a><br />
<a href="files/lib/tweet_location_rb.html">lib/tweet_location.rb</a><br />

<a href="files/doc/files/twitterscour_rb_html.html">doc/files/twitterscour_rb.html</a><br />
<a href="files/lib/twitterscour_rb.html">lib/twitterscour.rb</a><br />

<a href="files/doc/fr_class_index_html.html">doc/fr_class_index.html</a><br />
<a href="files/test/fixtures/brent_page_1_html.html">test/fixtures/brent_page_1.html</a><br />

<a href="files/doc/fr_file_index_html.html">doc/fr_file_index.html</a><br />
<a href="files/test/fixtures/search_page_1_html.html">test/fixtures/search_page_1.html</a><br />

<a href="files/doc/fr_method_index_html.html">doc/fr_method_index.html</a><br />
<a href="files/test/tc_tweets_rb.html">test/tc_tweets.rb</a><br />

<a href="files/doc/index_html.html">doc/index.html</a><br />
<a href="files/twitterscour_gemspec.html">twitterscour.gemspec</a><br />

<a href="files/doc/rdoc-style_css.html">doc/rdoc-style.css</a><br />
<a href="files/twitterscour_rb.html">twitterscour.rb</a><br />

</div>
</div>
Expand Down
4 changes: 4 additions & 0 deletions doc/fr_method_index.html
Expand Up @@ -17,6 +17,10 @@
<h1 class="section-bar">Methods</h1>
<div id="index-entries">

<a href="classes/TwitterScour.html#M000001">from_user (TwitterScour)</a><br />

<a href="classes/TwitterScour.html#M000002">search_term (TwitterScour)</a><br />

</div>
</div>
</body>
Expand Down

0 comments on commit 8866bd0

Please sign in to comment.