Created
May 10, 2019 13:08
-
-
Save angelblasco/c31d33148193c6384b0cf728a3b154fe to your computer and use it in GitHub Desktop.
Plantilla index.html para mis webs personales
This file contains hidden or 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
| <!doctype html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>GAP package AutoDoc</title> | |
| <link rel="stylesheet" type="text/css" href="stylesheets/styles.css"> | |
| <link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css"> | |
| <script type="text/javascript" | |
| src="javascripts/scale.fix.js"> | |
| </script> | |
| <script type="text/javascript" | |
| src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> | |
| </script> | |
| <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> | |
| <!--[if lt IE 9]> | |
| <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> | |
| <![endif]--> | |
| </head> | |
| <body> | |
| <div class="wrapper"> | |
| <header> | |
| <h1 class="header">AutoDoc</h1> | |
| <p class="header">Generate documentation from GAP source code | |
| </p> | |
| <p class="header">Version 2019.04.10<br> | |
| Released 2019-04-10</p> | |
| <ul> | |
| <li class="download"><a class="buttons" href="https://github.com/gap-packages/AutoDoc/releases/download/v2019.04.10/AutoDoc-2019.04.10.tar.gz">Download .tar.gz</a></li> | |
| <li><a class="buttons github" href="https://github.com/gap-packages/AutoDoc">View On GitHub</a></li> | |
| </ul> | |
| <p class="header">This project is maintained by | |
| <a class="header name" href="http://wwwb.math.rwth-aachen.de/~gutsche/">Sebastian Gutsche</a>, | |
| <a class="header name" href="https://www.quendi.de/math">Max Horn</a> | |
| </p> | |
| </header> | |
| <section> | |
| <h1 id="gap-package-autodoc">GAP Package AutoDoc</h1> | |
| <p>The current version of this package is version 2019.04.10, released on 2019-04-10. | |
| For more information, please refer to <a href="doc/chap0.html">the package manual</a>. | |
| There is also a <a href="/AutoDoc/README.html">README</a> file.</p> | |
| <h2 id="dependencies">Dependencies</h2> | |
| <p>This package requires GAP version >= 4.5</p> | |
| <p>The following other GAP packages are needed:</p> | |
| <ul> | |
| <li><a href="http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc">GAPDoc</a> >= 1.5</li> | |
| </ul> | |
| <h2 id="authors">Authors</h2> | |
| <p><a href="http://wwwb.math.rwth-aachen.de/~gutsche/">Sebastian Gutsche</a>, | |
| <a href="https://www.quendi.de/math">Max Horn</a>.</p> | |
| <h2 id="contributors">Contributors</h2> | |
| <p>Mohamed Barakat, | |
| Markus Pfeiffer, | |
| Øystein Skartsæterhagen, | |
| Chris Wensley, | |
| Glen Whitney, | |
| Fabian Zickgraf.</p> | |
| <h2 id="feedback">Feedback</h2> | |
| <p>For bug reports, feature requests and suggestions, please use the | |
| <a href="https://github.com/gap-packages/AutoDoc/issues">issue tracker</a>.</p> | |
| </section> | |
| <footer> | |
| <p><small>Hosted on <a href="https://pages.github.com">GitHub Pages</a> using the Dinky theme</small></p> | |
| <p><small><em>Last updated: 2019-04-10 11:32</em></small></p> | |
| </footer> | |
| </div> | |
| <!--[if !IE]><script>fixScale(document);</script><![endif]--> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment