Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tkknight committed Feb 8, 2022
1 parent b7cf96e commit c88a082
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/src/query_gh_votable_issues.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ def get_token(filename):
autolog_info(f"Writing JSON: {OUTPUT_JSON}")

with open(OUTPUT_JSON, "w") as f:
json.dump(votable_json, f)
json.dump(votable_json, f, indent=4)
14 changes: 7 additions & 7 deletions docs/src/votable_issues.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ project ordered by the amount of 👍.
Please note that there is more development activity than what is on the below
table, this is focusing only on the voteable issues.

.. todo:: add link to the repo holding the json file

.. todo:: spell check "votable (this one) vs voteable" and update all occurences.

.. note:: The data in this table is updated daily and is sourced from HERE.
For the latest data please see the `voteable issues on GitHub`_
.. note:: The data in this table is updated daily and is sourced from
`votable-issues.json`_.
For the latest data please see the `voteable issues on GitHub`_.
Note that the list on Github does not show the number of votes 👍
only the total number of comments for the whole issue.

.. _votable-issues.json: https://github.com/tkknight/votable_issues/blob/main/votable-issues.json

.. raw:: html

Expand All @@ -45,7 +45,7 @@ table, this is focusing only on the voteable issues.
$(document).ready(function() {
$('#example').DataTable( {
<!-- "ajax": 'votable-issues.json', -->
"ajax": 'https://gist.githubusercontent.com/tkknight/8a3fdf81b46554d0b107c5681b7c78e5/raw/dc8eff21a4c7fc465c4e5458dc3573d3dc5d222e/votable-issues.json',
"ajax": 'https://raw.githubusercontent.com/tkknight/votable_issues/main/votable-issues.json',
"pageLength": 20,
"order": [[ 0, "desc" ]]
} );
Expand Down

0 comments on commit c88a082

Please sign in to comment.