Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ def _dotv(version):
# url link checker. Some links work but report as broken, lets ignore them.
# See https://www.sphinx-doc.org/en/1.2/config.html#options-for-the-linkcheck-builder
linkcheck_ignore = [
"http://catalogue.ceda.ac.uk/uuid/82adec1f896af6169112d09cc1174499",
"http://cfconventions.org",
"http://code.google.com/p/msysgit/downloads/list",
"http://effbot.org",
Expand Down
9 changes: 5 additions & 4 deletions docs/src/voted_issues.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ the below table.

.. raw:: html

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

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

.. note:: The data in this table is updated daily and is sourced from
`voted-issues.json`_.

.. note:: The data in this table is updated every 30 minutes 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.