summaryrefslogtreecommitdiff
path: root/devdocs/python~3.12/howto%2Findex.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
committerCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
commit82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch)
tree158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/python~3.12/howto%2Findex.html
parent9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff)
downloaddotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz
dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/python~3.12/howto%2Findex.html')
-rw-r--r--devdocs/python~3.12/howto%2Findex.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/devdocs/python~3.12/howto%2Findex.html b/devdocs/python~3.12/howto%2Findex.html
deleted file mode 100644
index 8068b211..00000000
--- a/devdocs/python~3.12/howto%2Findex.html
+++ /dev/null
@@ -1,6 +0,0 @@
- <h1>Python HOWTOs</h1> <p>Python HOWTOs are documents that cover a single, specific topic, and attempt to cover it fairly completely. Modelled on the Linux Documentation Project’s HOWTO collection, this collection is an effort to foster documentation that’s more detailed than the Python Library Reference.</p> <p>Currently, the HOWTOs are:</p> <ul> <li class="toctree-l1"><a class="reference internal" href="pyporting">How to port Python 2 Code to Python 3</a></li> <li class="toctree-l1"><a class="reference internal" href="cporting">Porting Extension Modules to Python 3</a></li> <li class="toctree-l1"><a class="reference internal" href="curses">Curses Programming with Python</a></li> <li class="toctree-l1"><a class="reference internal" href="descriptor">Descriptor HowTo Guide</a></li> <li class="toctree-l1"><a class="reference internal" href="enum">Enum HOWTO</a></li> <li class="toctree-l1"><a class="reference internal" href="functional">Functional Programming HOWTO</a></li> <li class="toctree-l1"><a class="reference internal" href="logging">Logging HOWTO</a></li> <li class="toctree-l1"><a class="reference internal" href="logging-cookbook">Logging Cookbook</a></li> <li class="toctree-l1"><a class="reference internal" href="regex">Regular Expression HOWTO</a></li> <li class="toctree-l1"><a class="reference internal" href="sockets">Socket Programming HOWTO</a></li> <li class="toctree-l1"><a class="reference internal" href="sorting">Sorting HOW TO</a></li> <li class="toctree-l1"><a class="reference internal" href="unicode">Unicode HOWTO</a></li> <li class="toctree-l1"><a class="reference internal" href="urllib2">HOWTO Fetch Internet Resources Using The urllib Package</a></li> <li class="toctree-l1"><a class="reference internal" href="argparse">Argparse Tutorial</a></li> <li class="toctree-l1"><a class="reference internal" href="ipaddress">An introduction to the ipaddress module</a></li> <li class="toctree-l1"><a class="reference internal" href="instrumentation">Instrumenting CPython with DTrace and SystemTap</a></li> <li class="toctree-l1"><a class="reference internal" href="perf_profiling">Python support for the Linux <code>perf</code> profiler</a></li> <li class="toctree-l1"><a class="reference internal" href="annotations">Annotations Best Practices</a></li> <li class="toctree-l1"><a class="reference internal" href="isolating-extensions">Isolating Extension Modules</a></li> </ul> <div class="_attribution">
- <p class="_attribution-p">
- &copy; 2001&ndash;2023 Python Software Foundation<br>Licensed under the PSF License.<br>
- <a href="https://docs.python.org/3.12/howto/index.html" class="_attribution-link">https://docs.python.org/3.12/howto/index.html</a>
- </p>
-</div>