cpython/Doc/howto
Victor Stinner 64fe343717
gh-97681: Remove Tools/demo/ directory (#97682)
Remove the Tools/demo/ directory which contained old demo scripts. A
copy can be found in the old-demos project:
https://github.com/gvanrossum/old-demos

Remove the following old demo scripts:

* beer.py
* eiffel.py
* hanoi.py
* life.py
* markov.py
* mcast.py
* queens.py
* redemo.py
* rpython.py
* rpythond.py
* sortvisu.py
* spreadsheet.py
* vector.py

Changes:

* Remove a reference to the redemo.py script in the regex howto
  documentation.
* Remove a reference to the removed Tools/demo/ directory in the
  curses documentation.
* Update PC/layout/ to remove the reference to Tools/demo/ directory.
2022-10-03 17:09:02 +02:00
..
annotations.rst
argparse.rst bpo-9182: Add a section on specifying positional arguments (#31810) 2022-05-13 09:17:07 -05:00
clinic.rst gh-95007: Remove the NoneType return converter from Argument Clinic Doc (#95529) 2022-08-01 15:07:35 +02:00
cporting.rst gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-95527) 2022-08-04 10:13:49 +03:00
curses.rst gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642) 2022-08-04 13:30:05 +03:00
descriptor.rst GH-95822: Need _PyType_Lookup() in descriptor howto code equivalent. (GH-95967) 2022-08-18 23:56:58 -05:00
enum.rst gh-95077: [Enum] add code-based deprecation warnings for member.member access (GH-95083) 2022-07-25 11:05:10 -07:00
functional.rst Docs: replace 'currying' by 'partial function'. (#91814) 2022-08-11 01:23:40 -05:00
index.rst gh-96143: Allow Linux perf profiler to see Python calls (GH-96123) 2022-08-30 10:11:18 -07:00
instrumentation.rst Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551) 2022-07-05 11:16:10 +02:00
ipaddress.rst
isolating-extensions.rst Docs: Convert PEP 630 (Isolating Extension Modules) to a HOWTO (GH-94489) 2022-07-05 16:37:28 +02:00
logging-cookbook.rst [docs] Update logging cookbook with recipe for using a logger like an output… (GH-97730) 2022-10-02 14:26:14 +01:00
logging.rst Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551) 2022-07-05 11:16:10 +02:00
logging_flow.png Optimize images by IMGbot (GH-21348) 2022-02-04 15:49:43 +09:00
perf_profiling.rst gh-96143: Add some comments and minor fixes missed in the original PR (#96433) 2022-08-30 19:37:22 +01:00
pyporting.rst gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-95527) 2022-08-04 10:13:49 +03:00
regex.rst gh-97681: Remove Tools/demo/ directory (#97682) 2022-10-03 17:09:02 +02:00
sockets.rst Doc: Update references and examples of old, unsupported OSes and uarches (GH-92791) 2022-06-09 15:55:06 +02:00
sorting.rst Fix typo in Sorting howto (#92280) 2022-05-03 21:38:29 -06:00
unicode.rst gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961) 2022-09-24 14:38:53 +03:00
urllib2.rst gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-95527) 2022-08-04 10:13:49 +03:00