]> granicus.if.org Git - python/commitdiff
Moved the IDE tutorial to a directory with a shorter name. The long
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 2 Jul 2003 09:20:09 +0000 (09:20 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 2 Jul 2003 09:20:09 +0000 (09:20 +0000)
name was giving problems with some tar implementations.

15 files changed:
Mac/OSX/Makefile
Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/IDE.gif [moved from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/IDE.gif with 100% similarity]
Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/entering_in_new_window.gif [moved from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/entering_in_new_window.gif with 100% similarity]
Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/hello_world.gif [moved from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/hello_world.gif with 100% similarity]
Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/index.html [moved from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/index.html with 100% similarity]
Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/loading_ide.gif [moved from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/loading_ide.gif with 100% similarity]
Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/making_new_window.gif [moved from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/making_new_window.gif with 100% similarity]
Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/new_ide_window.gif [moved from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/new_ide_window.gif with 100% similarity]
Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/new_window_made.gif [moved from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/new_window_made.gif with 100% similarity]
Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/output_window.gif [moved from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/output_window.gif with 100% similarity]
Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/saving_edited_file.gif [moved from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/saving_edited_file.gif with 100% similarity]
Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/simple_commands.gif [moved from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/simple_commands.gif with 100% similarity]
Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/syntax_error.gif [moved from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/syntax_error.gif with 100% similarity]
Mac/OSXResources/app/Resources/English.lproj/Documentation/index.html
Mac/OSXResources/app/Resources/English.lproj/Documentation/intro.html

index 5720069998c57576680fdaf9b7417c31deaffea0..3ba49760f245ca7b6df81914ae36ec00fd921c11 100644 (file)
@@ -46,7 +46,7 @@ APPTEMPLATE=$(srcdir)/Mac/OSXResources/app
 APPSUBDIRS=MacOS Resources Resources/English.lproj \
        Resources/English.lproj/Documentation \
        Resources/English.lproj/Documentation/doc \
-       Resources/English.lproj/Documentation/macpython_ide_tutorial
+       Resources/English.lproj/Documentation/ide
 DOCDIR=$(srcdir)/Mac/OSXResources/app/Resources/English.lproj/Documentation
 DOCINDEX=$(DOCDIR)/"Documentation idx"
 CACHERSRC=$(srcdir)/Mac/scripts/cachersrc.py
index 34e1042e5b8a78c0bd8c7ddb4845b923db7d0631..ef12c105a0fbb39b50ce0cf4f2681eff45adbaff 100644 (file)
@@ -22,7 +22,7 @@
 <ul>
        <li><a href="intro.html">What is MacPython?</a>
        </li>
-       <li><a href="macpython_ide_tutorial/index.html">MacPython 
+       <li><a href="ide/index.html">MacPython 
        Integrated Development Environment Introduction</a>
        </li>
        <li><a href="doc/index.html">Python Language and runtime documentation</a>
index 516e6a9ab1eb4ce08a82d822e630dc86ce29fa3b..f0ab3718bdd1e3b44126248ed57d82f8239f1d9c 100644 (file)
@@ -45,7 +45,7 @@ if you are familiar with Python on unix you should feel right at home.</p>
 
 <p>The MacPython Integrated Development Environment (IDE) allows
 easy editing, running and debugging of scripts. Read the 
-<a href="macpython_ide_tutorial/index.html">Introduction
+<a href="ide/index.html">Introduction
 to the IDE</a> to whet your appetite.</p>
 
 <p>MacPython comes with lots of modules that allow access to