Skip to content

Commit b141b01

Browse files
authored
Updated GHA frequency and table name for Voted Issues (#4641)
* updated gha frequency and table name * added new ignore for linkcheck
1 parent b82be80 commit b141b01

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/src/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ def _dotv(version):
314314
# url link checker. Some links work but report as broken, lets ignore them.
315315
# See https://www.sphinx-doc.org/en/1.2/config.html#options-for-the-linkcheck-builder
316316
linkcheck_ignore = [
317+
"http://catalogue.ceda.ac.uk/uuid/82adec1f896af6169112d09cc1174499",
317318
"http://cfconventions.org",
318319
"http://code.google.com/p/msysgit/downloads/list",
319320
"http://effbot.org",

docs/src/voted_issues.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ the below table.
2020

2121
.. raw:: html
2222

23-
<table id="example" class="display" style="width:100%">
23+
<table id="voted_issues_table" class="display" style="width:100%">
2424
<thead>
2525
<tr>
2626
<th>👍</th>
@@ -37,7 +37,7 @@ the below table.
3737

3838
<script type="text/javascript">
3939
$(document).ready(function() {
40-
$('#example').DataTable( {
40+
$('#voted_issues_table').DataTable( {
4141
<!-- "ajax": 'voted-issues.json', -->
4242
"ajax": 'https://raw.githubusercontent.com/scitools/voted_issues/main/voted-issues.json',
4343
"lengthMenu": [10, 25, 50, 100],
@@ -48,8 +48,9 @@ the below table.
4848
</script>
4949
<p></p>
5050

51-
.. note:: The data in this table is updated daily and is sourced from
52-
`voted-issues.json`_.
51+
52+
.. note:: The data in this table is updated every 30 minutes and is sourced
53+
from `voted-issues.json`_.
5354
For the latest data please see the `issues on GitHub`_.
5455
Note that the list on Github does not show the number of votes 👍
5556
only the total number of comments for the whole issue.

0 commit comments

Comments
 (0)