##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
load previous
r1269:99167ca2
Updating development.txt with a short description of a typical IPython development workflow using Bazaar.
Brian E Granger
0
r1268:bb43f0d6
Merging from trunk.
Brian E Granger
merge
0
r1267:49f3dded
Removed old docs/source/changes directory that is no longer being used.
Brian E Granger
0
r1266:89765fe6
cd completer: no longer greedy. If you are using a buggy readline that inserts spaces after completions (so you need to press backspace), do import ipy_completers ipy_completers.greedy_cd_completer = True
Ville M. Vainio
0
r1265:6a3a0297
new version of the synchronization hooks closer to the ipy_editors style
vds
0
r1264:be21accf
fixed ipython1->IPython in cocoa/tests/test_cocoa_frontend.py
Barry Wark
0
r1263:67f5e0c2
moved frontend from ipython1-dev. Got engineservice.ThreadedEngineService running, but does nto correctly propagate errors during execute()
Barry Wark
0
r1262:f35d9524
Updating Release.py to get ready for a 0.9 release. The release is a ways off, but I want to get us thinking towards it.
Brian E Granger
0
r1261:a818e11a
Merging in ipython-ipython1b branch. This branch was used to merge in the docs from ipython1-dev, as well as the stuff from the ipython1-sconfig branch. In addition to simply merging the docs from ipython1-dev, I have completely reorganized the docs to make the easier to read and write.
Brian E Granger
merge
0
r1260:19e635ea
Fixing minor typo in setup.py
Brian E Granger
0
r1259:55fa12a7
Fixed setupbase.py and MANIFEST.in to reflect all the changes to docs. Currently, the full tree of our rst docs are not included in the data_files. Not sure if/how we want to handle that. It was easy when we had a single file documentation, but not we have a full directory hierarchy full of rst files.
Brian E Granger
0
r1258:ccc2fc9b
Massive reorganization of the IPython documentation. It is now ready to be hacked on by users. Overall the transition to Sphinx is great. BUT, we have lots of broken links in the docs. Developers need to become familiar with how Sphinx handles links.
Brian E Granger
0
r1257:d0ce4479
More moving around doc files.
Brian E Granger
0
r1256:9ed9604c
Beginning to organize the rst documentation.
Brian E Granger
0
r1255:4aeebfed
Merging changes from trunk: fix in setupbase.py (ipython->IPython) and missing __init__.py files.
Brian E Granger
merge
0
r1254:19bd8e77
Fixing a few small bugs in the setup.py scripts. In setupbase.py, in find_scripts, ipython was spelled as lowercase. This didn't cause a problem on OS X as it is case insensitive. But on Linux, it crashed. Now ipython is spelled properly as "IPython". Also, kernel/config/tests and UserConfig were missing their __init__.py files. These have been added.
Brian E Granger
0
r1253:9ce3a358
Merge sconfig branch.
Stefan van der Walt
0
r1252:bb71a3b3
Creating subdirs in docs/source for each subpackage documentation.
Brian E Granger
0
r1251:99658885
Organizing the docs/examples directory. I moved all the old examples into a core subdir. I then created a new kernel subdir for all the examples that are being moved here from ipython1-dev. The examples in core should probably be organized into more appropriately named subdirs. The core subdir should be reserved for things related to the ipython core (as it develops).
Brian E Granger
0
r1250:f658828f
Cleaning up the IPython docs. I have removed old README files that were outdated and being maintained in the top-level dir. I have removed all mentions of the old lyx based docs. Created subdirectories for man and emacs stuff. Having fun.
Brian E Granger
0
load next
< 1 .. 1235 1236 1237 1238 1239 .. 1300 >
showing 20 out of 25990 commits