-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create test2.yml * gha test * Update refresh-votable-issues.yml * Update refresh-votable-issues.yml * Update refresh-votable-issues.yml * Update refresh-votable-issues.yml * Update refresh-votable-issues.yml * Update refresh-votable-issues.yml * Update refresh-votable-issues.yml * Update refresh-votable-issues.yml * Update refresh-votable-issues.yml * Update refresh-votable-issues.yml * Update refresh-votable-issues.yml * Update refresh-votable-issues.yml * Update refresh-votable-issues.yml * Update refresh-votable-issues.yml * Update refresh-votable-issues.yml * Update refresh-votable-issues.yml * Update refresh-votable-issues.yml * Update refresh-votable-issues.yml * Update refresh-votable-issues.yml * Update refresh-votable-issues.yml * Update refresh-votable-issues.yml * Update refresh-votable-issues.yml * Update refresh-votable-issues.yml * Update refresh-votable-issues.yml * Update refresh-votable-issues.yml * Update refresh-votable-issues.yml * Update refresh-votable-issues.yml * Update refresh-votable-issues.yml * Update refresh-votable-issues.yml * Update refresh-votable-issues.yml * initial * tidy * updated whatsnew * removed defunct ext links * Update docs/src/votable_issues.rst Co-authored-by: Ruth Comer <[email protected]> * added suggestion to subscribe to voted issues. * Renamed votable to voted. Layout tweaks to the voted issues page. Co-authored-by: Ruth Comer <[email protected]>
- Loading branch information
Showing
5 changed files
with
68 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
.. include:: common_links.inc | ||
|
||
.. _voted_issues: | ||
|
||
Voted Issues | ||
============ | ||
|
||
You can help us to prioritise development of new features by leaving a 👍 | ||
reaction on the header (not subsequent comments) of any issue. | ||
|
||
.. tip:: We suggest you subscribe to the issue so you will be updated. | ||
When viewing the issue there is a **Notifications** | ||
section where you can select to subscribe. | ||
|
||
Below is a sorted table of all issues that have 1 or more 👍 from our github | ||
project. Please note that there is more development activity than what is on | ||
the below table. | ||
|
||
.. _voted-issues.json: https://github.com/scitools/voted_issues/blob/main/voted-issues.json | ||
|
||
.. raw:: html | ||
|
||
<table id="example" class="display" style="width:100%"> | ||
<thead> | ||
<tr> | ||
<th>👍</th> | ||
<th>Issue</th> | ||
<th>Author</th> | ||
<th>Title</th> | ||
</tr> | ||
</thead> | ||
</table> | ||
|
||
<!-- JS to enable the datatable features: sortable, paging, search etc | ||
https://datatables.net/reference/option/ | ||
https://datatables.net/ --> | ||
|
||
<script type="text/javascript"> | ||
$(document).ready(function() { | ||
$('#example').DataTable( { | ||
<!-- "ajax": 'voted-issues.json', --> | ||
"ajax": 'https://raw.githubusercontent.com/scitools/voted_issues/main/voted-issues.json', | ||
"lengthMenu": [10, 25, 50, 100], | ||
"pageLength": 10, | ||
"order": [[ 0, "desc" ]] | ||
} ); | ||
} ); | ||
</script> | ||
<p></p> | ||
|
||
.. note:: The data in this table is updated daily and is sourced from | ||
`voted-issues.json`_. | ||
For the latest data please see the `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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters