Skip to content

Commit 6fb11da

Browse files
authored
Update | Updating Manual Links and GIFs
Merge pull request #59 from JosephLai241/development
2 parents 74dd706 + 2ec17e2 commit 6fb11da

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -137,16 +137,16 @@ This is a shout-out section for my patrons - thank you so much for sponsoring th
137137

138138
<!--Manual links-->
139139

140-
[check praw rate limits manual link]: UPDATETHISLINKLATER/utilities/rate-limit-checking.html
141-
[contributing manual link]: UPDATETHISLINKLATER/contributing/before-making-pull-or-feature-requests.html
142-
[display directory tree manual link]: UPDATETHISLINKLATER/utilities/tree.html
143-
[frequencies scraping manual link]: UPDATETHISLINKLATER/analytical-tools/frequencies-and-wordclouds.html#generating-word-frequencies
144-
[livestream scraping manual link]: UPDATETHISLINKLATER/livestreaming-reddit/general-information.html
145-
[redditor scraping manual link]: UPDATETHISLINKLATER/scraping-reddit/redditor.html
146-
[submission comments scraping manual link]: UPDATETHISLINKLATER/scraping-reddit/submission-comments.html
147-
[subreddit scraping manual link]: UPDATETHISLINKLATER/scraping-reddit/subreddit.html
148-
[urs manual]: UPDATETHISLINKLATER
149-
[wordcloud scraping manual link]: UPDATETHISLINKLATER/analytical-tools/frequencies-and-wordclouds.html#generating-wordclouds
140+
[check praw rate limits manual link]: https://josephlai241.github.io/URS/utilities/rate-limit-checking.html
141+
[contributing manual link]: https://josephlai241.github.io/URS/contributing/before-making-pull-or-feature-requests.html
142+
[display directory tree manual link]: https://josephlai241.github.io/URS/utilities/tree.html
143+
[frequencies scraping manual link]: https://josephlai241.github.io/URS/analytical-tools/frequencies-and-wordclouds.html#generating-word-frequencies
144+
[livestream scraping manual link]: https://josephlai241.github.io/URS/livestreaming-reddit/general-information.html
145+
[redditor scraping manual link]: https://josephlai241.github.io/URS/scraping-reddit/redditor.html
146+
[submission comments scraping manual link]: https://josephlai241.github.io/URS/scraping-reddit/submission-comments.html
147+
[subreddit scraping manual link]: https://josephlai241.github.io/URS/scraping-reddit/subreddit.html
148+
[urs manual]: https://josephlai241.github.io/URS
149+
[wordcloud scraping manual link]: https://josephlai241.github.io/URS/analytical-tools/frequencies-and-wordclouds.html#generating-wordclouds
150150

151151
<!-- PRAW SCRAPER DEMO GIFS -->
152152

manual/src/analytical-tools/frequencies-and-wordclouds.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ Exported files will be saved to the `analytics/wordclouds` directory.
7070

7171
Wordclouds are saved to file by default. If you do not want to keep a file, include the `--nosave` flag to only display the wordcloud.
7272

73-
[frequencies demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/analytical_tools/frequencies_generator_demo.gif
74-
[wordcloud demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/analytical_tools/wordcloud_generator_demo.gif
73+
[frequencies demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/analytical_tools/frequencies_generator_demo.gif?raw=true
74+
[wordcloud demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/analytical_tools/wordcloud_generator_demo.gif?raw=true

manual/src/livestreaming-reddit/livestreaming-subreddits-and-redditors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ Reddit object information will be displayed in a PrettyTable as they are submitt
5858

5959
Include the `--nosave` flag if you do not want to save the livestream to file.
6060

61-
[livestream subreddit demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/praw_scrapers/live_scrapers/livestream_subreddit_demo.gif
61+
[livestream subreddit demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/praw_scrapers/live_scrapers/livestream_subreddit_demo.gif?raw=true
6262
[prettytable]: https://pypi.org/project/prettytable/
6363
[subreddit stream disclaimer]: https://praw.readthedocs.io/en/latest/code_overview/other/subredditstream.html#praw.models.reddit.subreddit.SubredditStream

manual/src/scraping-reddit/redditor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@ The file names will follow this format:
111111

112112
Scrape data is exported to the `redditors` directory.
113113

114-
[redditor demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/praw_scrapers/static_scrapers/Redditor_demo.gif
114+
[redditor demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/praw_scrapers/static_scrapers/Redditor_demo.gif?raw=true

manual/src/scraping-reddit/submission-comments.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ Raw scrapes do not resemble comment threads, but returns all comments on a submi
8585
You can export to raw format by including the `--raw` flag. `-raw` will also be appended to the end of the file name.
8686

8787
[depth-first search]: https://www.interviewcake.com/concept/java/dfs
88-
[submission comments demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/praw_scrapers/static_scrapers/submission_comments_demo.gif
88+
[submission comments demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/praw_scrapers/static_scrapers/submission_comments_demo.gif?raw=true

manual/src/scraping-reddit/subreddit.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ If rules are included in your file, `-rules` will be appended to the end of the
106106

107107
After submitting the arguments and Reddit validation, `URS` will display a table of Subreddit scraping settings as a final check before executing. You can include the `-y` flag to bypass this and immediately scrape.
108108

109-
[subreddit demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/praw_scrapers/static_scrapers/Subreddit_demo.gif
109+
[subreddit demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/praw_scrapers/static_scrapers/Subreddit_demo.gif?raw=true

manual/src/utilities/rate-limit-checking.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ You can quickly check the rate limits for your account by using this flag.
88
poetry run Urs.py --check
99
```
1010

11-
[check praw rate limits demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/utilities/check_rate_limit_demo.gif
11+
[check praw rate limits demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/utilities/check_rate_limit_demo.gif?raw=true

manual/src/utilities/tree.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ The following date formats are supported:
2727

2828
An error is displayed if `URS` was not run on the entered date (if the date directory is not found within the `scrapes/` directory).
2929

30-
[display directory tree demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/utilities/tree_demo.gif
30+
[display directory tree demo]: https://github.com/JosephLai241/URS/blob/demo-gifs/utilities/tree_demo.gif?raw=true
3131
[nomad]: https://github.com/JosephLai241/nomad

0 commit comments

Comments
 (0)