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
e8ff0caa
Commit
e8ff0caa
authored
May 30, 2015
by
Larry Hastings
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Regenerated pydoc topic index in preparation for Python 3.5.0b2.
parent
bf304fcb
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Doc/Makefile
Doc/Makefile
+2
-2
Lib/pydoc_data/topics.py
Lib/pydoc_data/topics.py
+1
-1
No files found.
Doc/Makefile
View file @
e8ff0caa
...
...
@@ -96,8 +96,8 @@ doctest:
pydoc-topics
:
BUILDER = pydoc-topics
pydoc-topics
:
build
@
echo
"Building finished; now
copy build/pydoc-topics/topics.py
"
\
"
to
../Lib/pydoc_data/topics.py"
@
echo
"Building finished; now
run this:
"
\
"
cp build/pydoc-topics/topics.py
../Lib/pydoc_data/topics.py"
htmlview
:
html
$(PYTHON)
-c
"import webbrowser; webbrowser.open('build/html/index.html')"
...
...
Lib/pydoc_data/topics.py
View file @
e8ff0caa
This diff is collapsed.
Click to expand it.
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