File manager - Edit - /usr/share/doc/python3-pygments/html/docs/index.html
Back
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Pygments documentation — Pygments 2.2.0 documentation</title> <link rel="stylesheet" href="../_static/pygments14.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> <link rel="shortcut icon" href="../_static/favicon.ico"/> <link rel="index" title="Index" href="../genindex.html" /> <link rel="search" title="Search" href="../search.html" /> <link rel="next" title="Download and installation" href="../download.html" /> <link rel="prev" title="Welcome!" href="../index.html" /> <link href='http://fonts.googleapis.com/css?family=PT+Sans:300,400,700' rel='stylesheet' type='text/css'> <style type="text/css"> table.right { float: right; margin-left: 20px; } table.right td { border: 1px solid #ccc; } </style> <script type="text/javascript"> // intelligent scrolling of the sidebar content $(window).scroll(function() { var sb = $('.sphinxsidebarwrapper'); var win = $(window); var sbh = sb.height(); var offset = $('.sphinxsidebar').position()['top']; var wintop = win.scrollTop(); var winbot = wintop + win.innerHeight(); var curtop = sb.position()['top']; var curbot = curtop + sbh; // does sidebar fit in window? if (sbh < win.innerHeight()) { // yes: easy case -- always keep at the top sb.css('top', $u.min([$u.max([0, wintop - offset - 10]), $(document).height() - sbh - 200])); } else { // no: only scroll if top/bottom edge of sidebar is at // top/bottom edge of window if (curtop > wintop && curbot > winbot) { sb.css('top', $u.max([wintop - offset - 10, 0])); } else if (curtop < wintop && curbot < winbot) { sb.css('top', $u.min([winbot - sbh - offset - 20, $(document).height() - sbh - 200])); } } }); </script> </head><body> <div class="outerwrapper"> <div class="pageheader"> <ul> <li><a href="../index.html">Home</a></li> <li><a href="../languages.html">Languages</a></li> <li><a href="../faq.html">FAQ</a></li> <li><a href="../download.html">Get it</a></li> <li><a href="#">Docs</a></li> </ul> <div> <a href="../index.html"> <img src="../_static/logo.png" alt="Pygments logo" /> </a> </div> </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <div class="searchformwrapper"> <form class="search" action="../search.html" method="get"> <input type="text" name="q" /> <input type="submit" value="Go" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <div class="section" id="pygments-documentation"> <h1>Pygments documentation<a class="headerlink" href="#pygments-documentation" title="Permalink to this headline">ΒΆ</a></h1> <p><strong>Starting with Pygments</strong></p> <div class="toctree-wrapper compound"> <ul> <li class="toctree-l1"><a class="reference internal" href="../download.html">Download and installation</a></li> <li class="toctree-l1"><a class="reference internal" href="quickstart.html">Introduction and Quickstart</a></li> <li class="toctree-l1"><a class="reference internal" href="cmdline.html">Command Line Interface</a></li> </ul> </div> <p><strong>Builtin components</strong></p> <div class="toctree-wrapper compound"> <ul> <li class="toctree-l1"><a class="reference internal" href="lexers.html">Available lexers</a></li> <li class="toctree-l1"><a class="reference internal" href="filters.html">Filters</a></li> <li class="toctree-l1"><a class="reference internal" href="formatters.html">Available formatters</a></li> <li class="toctree-l1"><a class="reference internal" href="styles.html">Styles</a></li> </ul> </div> <p><strong>Reference</strong></p> <div class="toctree-wrapper compound"> <ul> <li class="toctree-l1"><a class="reference internal" href="unicode.html">Unicode and Encodings</a></li> <li class="toctree-l1"><a class="reference internal" href="tokens.html">Builtin Tokens</a></li> <li class="toctree-l1"><a class="reference internal" href="api.html">The full Pygments API</a></li> </ul> </div> <p><strong>Hacking for Pygments</strong></p> <div class="toctree-wrapper compound"> <ul> <li class="toctree-l1"><a class="reference internal" href="lexerdevelopment.html">Write your own lexer</a></li> <li class="toctree-l1"><a class="reference internal" href="formatterdevelopment.html">Write your own formatter</a></li> <li class="toctree-l1"><a class="reference internal" href="filterdevelopment.html">Write your own filter</a></li> <li class="toctree-l1"><a class="reference internal" href="plugins.html">Register Plugins</a></li> </ul> </div> <p><strong>Hints and tricks</strong></p> <div class="toctree-wrapper compound"> <ul> <li class="toctree-l1"><a class="reference internal" href="rstdirective.html">Using Pygments in ReST documents</a></li> <li class="toctree-l1"><a class="reference internal" href="moinmoin.html">Using Pygments with MoinMoin</a></li> <li class="toctree-l1"><a class="reference internal" href="java.html">Use Pygments in Java</a></li> <li class="toctree-l1"><a class="reference internal" href="integrate.html">Using Pygments in various scenarios</a></li> </ul> </div> <p><strong>About Pygments</strong></p> <div class="toctree-wrapper compound"> <ul> <li class="toctree-l1"><a class="reference internal" href="changelog.html">Pygments changelog</a></li> <li class="toctree-l1"><a class="reference internal" href="authors.html">Full contributor list</a></li> </ul> </div> <p>If you find bugs or have suggestions for the documentation, please look <a class="reference internal" href="../index.html#contribute"><span class="std std-ref">here</span></a> for info on how to contact the team.</p> </div> </div> </div> </div> <div class="clearer"></div> </div> <div class="footer" role="contentinfo"> © Copyright 2006-2017, Georg Brandl and Pygments contributors. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6. <br/> Pygments logo created by <a href="http://joelunger.com">Joel Unger</a>. Backgrounds from <a href="http://subtlepatterns.com">subtlepatterns.com</a>. </div> </div> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings