Skip to content

Remove FAQ section on github branch :) #93

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 4, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions clang.rst
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Loading