Skip to content

Commit

Permalink
test updatedoc - 1
Browse files Browse the repository at this point in the history
  • Loading branch information
mursalatul committed Jan 23, 2024
1 parent 349a523 commit 0cf64a4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 51 deletions.
2 changes: 2 additions & 0 deletions ADMIN/MAINTAIN/DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This documentation provides a front view of the content presented in the reposit
- [hello_diu.c](https://github.com/mursalatul/code-park/tree/master/hello_diu/hello_diu.c)
- [palindrom](https://github.com/mursalatul/code-park/tree/master/palindrom)
- [is_palindrom_number.c](https://github.com/mursalatul/code-park/tree/master/palindrom/is_palindrom_number.c)
- [prefix_sum](https://github.com/mursalatul/code-park/tree/master/prefix_sum)
- [prefix_sum.cpp](https://github.com/mursalatul/code-park/tree/master/prefix_sum/prefix_sum.cpp)
- [prime](https://github.com/mursalatul/code-park/tree/master/prime)
- [is_prime.cpp](https://github.com/mursalatul/code-park/tree/master/prime/is_prime.cpp)
- [search](https://github.com/mursalatul/code-park/tree/master/search)
Expand Down
4 changes: 4 additions & 0 deletions ADMIN/MAINTAIN/DOC_DATA.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,9 @@
"selection_sort": {
"folder_url": "https://github.com/mursalatul/code-park/tree/master/selection_sort",
"selection_sort_cpp.cpp": "https://github.com/mursalatul/code-park/tree/master/selection_sort/selection_sort_cpp.cpp"
},
"prefix_sum": {
"folder_url": "https://github.com/mursalatul/code-park/tree/master/prefix_sum",
"prefix_sum.cpp": "https://github.com/mursalatul/code-park/tree/master/prefix_sum/prefix_sum.cpp"
}
}
2 changes: 1 addition & 1 deletion ADMIN/MAINTAIN/UPDATE_DOC.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def main():
# getting file data
ff = Files()
data = (ff.get_all_valid_folder_files_dict(cwd))
# print(data)
print(data)

# writing to Documentation.md
doc = CreateDocumentation()
Expand Down
23 changes: 0 additions & 23 deletions DOCUMENTATION.md

This file was deleted.

27 changes: 0 additions & 27 deletions DOC_DATA.json

This file was deleted.

0 comments on commit 0cf64a4

Please sign in to comment.