Skip to content

Commit c5b0a49

Browse files
Mariattabrettcannon
authored andcommitted
Remove FAQ (#93)
Move the following items from FAQ: - disagreement with issue resolution -> tracker.rst - regenerating configure -> setup.rst - porting python to a new platform -> porting.rst (new file) In index.rst: - change any reference to FAQ into Help. - remove faq from TOC - add porting to TOC Closes #27
1 parent f92acf5 commit c5b0a49

File tree

8 files changed

+98
-365
lines changed

8 files changed

+98
-365
lines changed

clang.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
**********************************
2-
Dynamic Analysis with Clang
3-
**********************************
1+
***************************
2+
Dynamic Analysis with Clang
3+
***************************
44

55
This document describes how to use Clang to perform analysis on Python and its
66
libraries. In addition to performing the analysis, the document will cover

faq.rst

-356
This file was deleted.

gdb.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,8 @@ a single gdb session without registering them, type ``source Misc/gdbinit``
298298
from your gdb session.
299299

300300

301-
How do I update my auto-load-safe-path to allow test_gdb to run?
302-
----------------------------------------------------------------
301+
Updating auto-load-safe-path to allow test_gdb to run
302+
-----------------------------------------------------
303303

304304
``test_gdb`` attempts to automatically load additional Python specific
305305
hooks into gdb in order to test them. Unfortunately, the command line

help.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ question.
1414

1515

1616
Ask #python-dev
17-
-----------------
17+
---------------
1818

1919
If you are comfortable with IRC you can try asking on ``#python-dev`` (on
2020
the `freenode`_ network). Typically there are a number of experienced

0 commit comments

Comments
 (0)