error.html 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>1 Error &mdash; Flask-Maple 0.8 documentation</title>
  7. <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
  8. <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
  9. <script type="text/javascript">
  10. var DOCUMENTATION_OPTIONS = {
  11. URL_ROOT: './',
  12. VERSION: '0.8',
  13. COLLAPSE_INDEX: false,
  14. FILE_SUFFIX: '.html',
  15. HAS_SOURCE: true
  16. };
  17. </script>
  18. <script type="text/javascript" src="_static/jquery.js"></script>
  19. <script type="text/javascript" src="_static/underscore.js"></script>
  20. <script type="text/javascript" src="_static/doctools.js"></script>
  21. <link rel="top" title="Flask-Maple 0.8 documentation" href="index.html" />
  22. <link rel="prev" title="1 Bootstrap" href="bootstrap.html" />
  23. <link rel="stylesheet" href="_static/custom.css" type="text/css" />
  24. <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
  25. </head>
  26. <body role="document">
  27. <div class="document">
  28. <div class="documentwrapper">
  29. <div class="bodywrapper">
  30. <div class="body" role="main">
  31. <div class="section" id="error">
  32. <h1>1 Error<a class="headerlink" href="#error" title="Permalink to this headline">¶</a></h1>
  33. <div class="section" id="custom-templates">
  34. <h2>1.1 Custom templates<a class="headerlink" href="#custom-templates" title="Permalink to this headline">¶</a></h2>
  35. <p>You can custom you template for error</p>
  36. <div class="highlight-html"><div class="highlight"><pre><span></span>templates/templet/error_404.html
  37. templates/templet/error_403.html
  38. templates/templet/error_500.html
  39. </pre></div>
  40. </div>
  41. </div>
  42. </div>
  43. </div>
  44. </div>
  45. </div>
  46. <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
  47. <div class="sphinxsidebarwrapper">
  48. <h3><a href="index.html">Table Of Contents</a></h3>
  49. <ul>
  50. <li><a class="reference internal" href="#">1 Error</a><ul>
  51. <li><a class="reference internal" href="#custom-templates">1.1 Custom templates</a></li>
  52. </ul>
  53. </li>
  54. </ul>
  55. <div class="relations">
  56. <h3>Related Topics</h3>
  57. <ul>
  58. <li><a href="index.html">Documentation overview</a><ul>
  59. <li>Previous: <a href="bootstrap.html" title="previous chapter">1 Bootstrap</a></li>
  60. </ul></li>
  61. </ul>
  62. </div>
  63. <div role="note" aria-label="source link">
  64. <h3>This Page</h3>
  65. <ul class="this-page-menu">
  66. <li><a href="_sources/error.txt"
  67. rel="nofollow">Show Source</a></li>
  68. </ul>
  69. </div>
  70. <div id="searchbox" style="display: none" role="search">
  71. <h3>Quick search</h3>
  72. <form class="search" action="search.html" method="get">
  73. <input type="text" name="q" />
  74. <input type="submit" value="Go" />
  75. <input type="hidden" name="check_keywords" value="yes" />
  76. <input type="hidden" name="area" value="default" />
  77. </form>
  78. </div>
  79. <script type="text/javascript">$('#searchbox').show(0);</script>
  80. </div>
  81. </div>
  82. <div class="clearer"></div>
  83. </div>
  84. <div class="footer">
  85. &copy;2016, honmaple.
  86. |
  87. Powered by <a href="http://sphinx-doc.org/">Sphinx 1.4.1</a>
  88. &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.8</a>
  89. |
  90. <a href="_sources/error.txt"
  91. rel="nofollow">Page source</a>
  92. </div>
  93. </body>
  94. </html>