1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125
|
Description: do not load external non-free images on this page
Author: Dmitry Shachnev <mitya57@debian.org>
Forwarded: not-needed
Last-Update: 2025-01-30
--- a/index.rst
+++ b/index.rst
@@ -118,10 +118,6 @@
------
-.. image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A
- :alt: powered-by NumFocus
- :target: http://www.numfocus.org
-
MathJax is a Sponsored Project of NumFOCUS, a 501(c)(3) nonprofit
charity in the United States. NumFOCUS provides MathJax with fiscal,
legal, and administrative support to help ensure the health and
--- a/misc/badges.rst
+++ b/misc/badges.rst
@@ -9,101 +9,10 @@
project, please consider including one of our "Powered by MathJax" web
badges on your pages that use it.
-The MathJax Badges
-==================
+Please refer to the official `documentation website`_ for details on
+which badges are available and how to use them.
-.. raw:: html
-
- <table>
- <thead>
- <tr>
- <td>Badge</td>
- <td>HTML to Use</td>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>
- <a href="https://www.mathjax.org/"><br />
- <img title="Powered by MathJax" src="https://www.mathjax.org/badge/badge.gif" border="0" alt="Powered by MathJax" /><br />
- </a>
- </td>
- <td>
- <pre><a href="https://www.mathjax.org">
- <img title="Powered by MathJax"
- src="https://www.mathjax.org/badge/badge.gif"
- border="0" alt="Powered by MathJax" />
- </a></pre>
- </td>
- </tr>
- <tr>
- <td>
- <a href="https://www.mathjax.org"><br />
- <img title="Powered by MathJax" src="https://www.mathjax.org/badge/badge-square.png" border="0" alt="Powered by MathJax" /><br />
- </a>
- </td>
- <td>
- <pre><a href="https://www.mathjax.org">
- <img title="Powered by MathJax"
- src="https://www.mathjax.org/badge/badge-square.png"
- border="0" alt="Powered by MathJax" />
- </a></pre>
- </td>
- </tr>
- <tr>
- <td>
- <a href="https://www.mathjax.org"><br />
- <img title="Powered by MathJax" src="https://www.mathjax.org/badge/badge-square-2.png" border="0" alt="Powered by MathJax" /><br />
- </a>
- </td>
- <td>
- <pre><a href="https://www.mathjax.org">
- <img title="Powered by MathJax"
- src="https://www.mathjax.org/badge/badge-square-2.png"
- border="0" alt="Powered by MathJax" />
- </a></pre>
- </td>
- </tr>
- <tr>
- <td>
- <a href="https://www.mathjax.org"><br />
- <img title="Powered by MathJax" src="https://www.mathjax.org/badge/badge-square-3.png" border="0" alt="Powered by MathJax" /><br />
- </a>
- </td>
- <td>
- <pre><a href="https://www.mathjax.org">
- <img title="Powered by MathJax"
- src="https://www.mathjax.org/badge/badge-square-3.png"
- border="0" alt="Powered by MathJax" />
- </a></pre>
- </td>
- </tr>
- </tbody>
- </table>
-
-Thanks to our friends at OER Glue for designing the last two badges.
-
-The MathJax Logo
-================
-
-.. raw:: html
-
- <table>
- <tr>
- <td>
- <a href="https://www.mathjax.org"><br />
- <img title="Powered by MathJax" src="https://www.mathjax.org/badge/mj_logo.png" border="0" alt="Powered by MathJax" /><br />
- </a>
- </td>
- <td>
- <pre><a href="https://www.mathjax.org">
- <img title="Powered by MathJax"
- src="https://www.mathjax.org/badge/mj_logo.png"
- border="0" alt="Powered by MathJax" />
- </a></pre>
- </td>
- </tr>
- </table>
+.. _`documentation website`: http://docs.mathjax.org/en/latest/misc/badges.html
Alternative versions
====================
|