Skip to content

Commit

Permalink
Fix repository names
Browse files Browse the repository at this point in the history
  • Loading branch information
hayat01sh1da committed Jan 26, 2025
1 parent 51577dd commit a3b7308
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
```command
$ cd ./python
$ python main.py
==================== Categorizing the Entire aya-issues Wiki Pages... ====================
==================== Categorizing the Entire github-wiki-organisers Wiki Pages... ====================
========== Organising Home... ==========
Check out An Up-to-date Wiki List on Home at https://github.com/hayat01sh1da/github-wiki-organisers/wiki !!
========== Done Organising Home 🎉 ==========

========== Organising Sidebar... ==========
Check out An Up-to-date Wiki List on Sidebar at https://github.com/hayat01sh1da/github-wiki-organisers/wiki !!
==================== Done Categorizing the Entire aya-issues Wiki Pages 🎉 ====================
==================== Done Categorizing the Entire github-wiki-organisers Wiki Pages 🎉 ====================
========== Done Organising Sidebar 🎉 ==========

==================== Done Categorizing the Entire aya-issues Wiki Pages 🎉 ====================
==================== Done Categorizing the Entire github-wiki-organisers Wiki Pages 🎉 ====================
```

## 2-2. Export Unowned Wiki List
Expand Down
6 changes: 3 additions & 3 deletions python/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from home import Home
from sidebar import Sidebar

print('==================== Categorizing the Entire aya-issues Wiki Pages... ====================')
print('==================== Categorizing the Entire github-wiki-organisers Wiki Pages... ====================')

print('========== Organising Home... ==========')
home_url = Home().run()
Expand All @@ -17,10 +17,10 @@
print('========== Organising Sidebar... ==========')
Sidebar().run()
print('Check out An Up-to-date Wiki List on Sidebar at {home_url} !!'.format(home_url = home_url))
print('==================== Done Categorizing the Entire aya-issues Wiki Pages 🎉 ====================')
print('==================== Done Categorizing the Entire github-wiki-organisers Wiki Pages 🎉 ====================')
print('========== Done Organising Sidebar 🎉 ==========\n')

print('==================== Done Categorizing the Entire aya-issues Wiki Pages 🎉 ====================')
print('==================== Done Categorizing the Entire github-wiki-organisers Wiki Pages 🎉 ====================')

for pycache in glob.glob(os.path.join('.', '**', '__pycache__'), recursive = True):
if os.path.exists(pycache):
Expand Down
4 changes: 2 additions & 2 deletions ruby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
```command
$ cd ./ruby
$ ruby main.rb
==================== Categorizing the Entire aya-issues Wiki Pages... ====================
==================== Categorizing the Entire github-wiki-organisers Wiki Pages... ====================
========== Organising Home... ==========
Check out An Up-to-date Wiki List on Home at https://github.com/hayat01sh1da/github-wiki-organisers/wiki !!
========== Done Organising Home 🎉 ==========

========== Organising Sidebar... ==========
Check out An Up-to-date Wiki List on Sidebar at https://github.com/hayat01sh1da/github-wiki-organisers/wiki !!
========== Done Organising Home 🎉 ==========
==================== Done Categorizing the Entire aya-issues Wiki Pages 🎉 ====================
==================== Done Categorizing the Entire github-wiki-organisers Wiki Pages 🎉 ====================
```

## 2-2. Export Unowned Wiki List
Expand Down
4 changes: 2 additions & 2 deletions ruby/main.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require_relative './src/home'
require_relative './src/sidebar'

puts '==================== Categorizing the Entire aya-issues Wiki Pages... ===================='
puts '==================== Categorizing the Entire github-wiki-organisers Wiki Pages... ===================='

puts '========== Organising Home... =========='
home_url = Home.run
Expand All @@ -13,4 +13,4 @@
puts "Check out An Up-to-date Wiki List on Sidebar at #{home_url} !!"
puts "========== Done Organising Home 🎉 =========="

puts '==================== Done Categorizing the Entire aya-issues Wiki Pages 🎉 ===================='
puts '==================== Done Categorizing the Entire github-wiki-organisers Wiki Pages 🎉 ===================='

0 comments on commit a3b7308

Please sign in to comment.