mirror of
https://github.com/EvolutionAPI/evolution-client-python.git
synced 2025-12-18 19:32:20 -06:00
initial commit
This commit is contained in:
25
env/lib/python3.10/site-packages/docutils/writers/pep_html/template.txt
vendored
Normal file
25
env/lib/python3.10/site-packages/docutils/writers/pep_html/template.txt
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="%(encoding)s"?>
|
||||
<!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" xml:lang="en" lang="en">
|
||||
<!--
|
||||
This HTML is auto-generated. DO NOT EDIT THIS FILE! If you are writing a new
|
||||
PEP, see http://peps.python.org/pep-0001 for instructions and links
|
||||
to templates. DO NOT USE THIS HTML FILE AS YOUR TEMPLATE!
|
||||
-->
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=%(encoding)s" />
|
||||
<meta name="generator" content="Docutils %(version)s: https://docutils.sourceforge.io/" />
|
||||
<title>PEP %(pep)s - %(title)s</title>
|
||||
%(stylesheet)s
|
||||
</head>
|
||||
<body bgcolor="white">
|
||||
<div class="header">
|
||||
<strong>Python Enhancement Proposals</strong>
|
||||
| <a href="%(pyhome)s/">Python</a>
|
||||
» <a href="https://peps.python.org/pep-0000/">PEP Index</a>
|
||||
» PEP %(pep)s – %(title)s
|
||||
<hr class="header"/>
|
||||
</div>
|
||||
<div class="document">
|
||||
%(body)s
|
||||
%(body_suffix)s
|
||||
Reference in New Issue
Block a user