Skip to content

Commit

Permalink
Remove FAQ (#93)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Mariatta authored and brettcannon committed Jan 4, 2017
1 parent f92acf5 commit c5b0a49
Show file tree
Hide file tree
Showing 8 changed files with 98 additions and 365 deletions.
6 changes: 3 additions & 3 deletions clang.rst
@@ -1,6 +1,6 @@
**********************************
Dynamic Analysis with Clang
**********************************
***************************
Dynamic Analysis with Clang
***************************

This document describes how to use Clang to perform analysis on Python and its
libraries. In addition to performing the analysis, the document will cover
Expand Down
356 changes: 0 additions & 356 deletions faq.rst

This file was deleted.

4 changes: 2 additions & 2 deletions gdb.rst
Expand Up @@ -298,8 +298,8 @@ a single gdb session without registering them, type ``source Misc/gdbinit``
from your gdb session.


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

``test_gdb`` attempts to automatically load additional Python specific
hooks into gdb in order to test them. Unfortunately, the command line
Expand Down
2 changes: 1 addition & 1 deletion help.rst
Expand Up @@ -14,7 +14,7 @@ question.


Ask #python-dev
-----------------
---------------

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

0 comments on commit c5b0a49

Please sign in to comment.