Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
98a5630f
Commit
98a5630f
authored
Jan 25, 2014
by
Ezio Melotti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#20348: fix headers markup in Argument Clinic howto. Patch by Moritz Neeb.
parent
239063d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
Doc/howto/clinic.rst
Doc/howto/clinic.rst
+2
-6
No files found.
Doc/howto/clinic.rst
View file @
98a5630f
======================
**********************
Argument Clinic How-To
Argument Clinic How-To
======================
**********************
:author: Larry Hastings
:author: Larry Hastings
...
@@ -23,7 +23,6 @@ Argument Clinic How-To
...
@@ -23,7 +23,6 @@ Argument Clinic How-To
version of Argument Clinic that ships with CPython 3.5 *could*
version of Argument Clinic that ships with CPython 3.5 *could*
be totally incompatible and break all your code.
be totally incompatible and break all your code.
============================
The Goals Of Argument Clinic
The Goals Of Argument Clinic
============================
============================
...
@@ -75,7 +74,6 @@ and it should be able to do many interesting and smart
...
@@ -75,7 +74,6 @@ and it should be able to do many interesting and smart
things with all the information you give it.
things with all the information you give it.
========================
Basic Concepts And Usage
Basic Concepts And Usage
========================
========================
...
@@ -131,7 +129,6 @@ For the sake of clarity, here's the terminology we'll use with Argument Clinic:
...
@@ -131,7 +129,6 @@ For the sake of clarity, here's the terminology we'll use with Argument Clinic:
a block.)
a block.)
==============================
Converting Your First Function
Converting Your First Function
==============================
==============================
...
@@ -533,7 +530,6 @@ Let's dive in!
...
@@ -533,7 +530,6 @@ Let's dive in!
Congratulations, you've ported your first function to work with Argument Clinic!
Congratulations, you've ported your first function to work with Argument Clinic!
===============
Advanced Topics
Advanced Topics
===============
===============
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment