Daniel James
f1ed00e3a5
Use root links in quickbook.
...
[SVN r45364]
2008-05-14 20:38:29 +00:00
Daniel James
0c5577c99a
Update 'more' links.
...
[SVN r44996]
2008-05-01 21:34:42 +00:00
Daniel James
21d11150fd
Work around a quickbook bug which is affecting the python docs. Refs #1864 .
...
[SVN r44590]
2008-04-19 15:38:29 +00:00
Daniel James
502fe1fdb2
Fix some links in the python docs. Refs #1684 .
...
[SVN r44589]
2008-04-19 15:37:39 +00:00
Daniel James
5d3b58f6f7
Create a branch for documentation work.
...
[SVN r44584]
2008-04-19 14:48:18 +00:00
Daniel James
6ba5067e0b
Point links to the pages that used to be in 'more' to the site.
...
[SVN r43210]
2008-02-10 15:02:17 +00:00
Daniel James
60f4f5e54c
Link to people pages on the website, as they've been removed from the download.
...
[SVN r43209]
2008-02-10 14:56:22 +00:00
Joel de Guzman
e919ffdac4
refresh docs
...
[SVN r41082]
2007-11-14 10:24:21 +00:00
Joel de Guzman
1cf41fd031
fix mismatch include guard
...
[SVN r41019]
2007-11-11 22:32:48 +00:00
Joel de Guzman
d303ea16fc
added copyright and license info for each page.
...
[SVN r40871]
2007-11-07 03:35:49 +00:00
Joel de Guzman
597dfc586b
tutorial update
...
[SVN r40734]
2007-11-04 00:12:29 +00:00
Dave Abrahams
6a3085ad5d
Merging some of the more obvious changes from RC_1_34_0
...
[SVN r40714]
2007-11-03 03:25:13 +00:00
Ralf W. Grosse-Kunstleve
5809078ba9
Patches by Nikolay Mladenov (nickm at sitius com): new pythonic signatures; docstring support for enums; fix unrelated Visual C++ 6 problem
...
[SVN r39191]
2007-09-11 16:53:50 +00:00
Stefan Seefeld
dd7c0a7f3d
Fix ticket #1115 .
...
[SVN r38289]
2007-07-26 16:11:18 +00:00
Stefan Seefeld
71f54cc920
Fix ticket #1115 .
...
[SVN r38288]
2007-07-26 14:41:41 +00:00
Thomas Witt
2851325748
Doc and build fixes by Dave Abrahams.
...
[SVN r38154]
2007-07-06 19:47:17 +00:00
Stefan Seefeld
f2f47f85c0
Enhance embedding python docs.
...
[SVN r37710]
2007-05-18 15:54:25 +00:00
Stefan Seefeld
e9caacc428
More fixes for embedding python docs.
...
[SVN r37709]
2007-05-18 15:52:55 +00:00
Stefan Seefeld
5070e84f70
Enhance documentation for embedding python.
...
[SVN r37708]
2007-05-18 15:22:43 +00:00
Dave Abrahams
13432b504f
Jamfile had extra bogus tst executable target
...
Build/test instructions were outdated somehow; a checkin must've failed.
[SVN r37620]
2007-05-07 19:00:01 +00:00
Dave Abrahams
0739bb7df8
Added reference to Py++
...
[SVN r37586]
2007-05-04 01:08:54 +00:00
Dave Abrahams
c253c5cc9c
Updated build-and-test howto
...
[SVN r37585]
2007-05-04 00:56:22 +00:00
Dave Abrahams
8f263e1fdb
Progress on the build docs
...
[SVN r37551]
2007-05-01 16:14:39 +00:00
nobody
a784bfc0f8
This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
...
[SVN r37419]
2007-04-11 23:35:09 +00:00
Dave Abrahams
5edb63d01c
Some progress on Python build guide. Minor fixes to getting started guide.
...
[SVN r37418]
2007-04-11 23:35:08 +00:00
Dave Abrahams
f4b3aab7d4
Checkpoint before reorg
...
[SVN r37370]
2007-04-05 20:13:13 +00:00
Dave Abrahams
16d975ba5c
Bringing forward BBv2/Python support and a few other things that were
...
obviously more up-to-date on the RC branch.
Removed the Boost.Python v1 zip archive.
[SVN r37346]
2007-04-03 17:10:53 +00:00
Dave Abrahams
4fc5cafd40
Some progress on new build/test guide.
...
[SVN r37333]
2007-04-02 05:24:25 +00:00
Dave Abrahams
67236ffbad
New build instructions in progress
...
[SVN r36879]
2007-02-03 16:55:07 +00:00
Dave Abrahams
0910710ac4
Correct class/function mismatches for MSVC and bring across
...
documentation tweaks from HEAD.
[SVN r36355]
2006-12-13 15:08:26 +00:00
Beman Dawes
fa219bce9b
Merged copyright and license addition
...
[SVN r35907]
2006-11-07 19:27:00 +00:00
Beman Dawes
2db61657f2
Add copyright, license
...
[SVN r35905]
2006-11-07 19:11:57 +00:00
Dave Abrahams
c3bd0fcbad
Make object comparison operators return object instead of bool, to
...
accomodate strange beasts like numarray arrays that return arrays that
can't be used as truth values from their comparison ops.
Fix numpy test for portability with old doctest (again!)
[SVN r35572]
2006-10-12 09:07:07 +00:00
Dave Abrahams
d61909d3ea
Make object comparison operators return object instead of bool, to
...
accomodate strange beasts like numarray arrays that return arrays that
can't be used as truth values from their comparison ops.
Fix numpy test for portability with old doctest (again!)
[SVN r35572]
2006-10-12 09:07:07 +00:00
Dave Abrahams
49d4aac8ec
Fix lots of bugs in the numeric interface and tests.
...
Tests:
* Coerce a result to bool to deal with Python's new Bool type
* Better reporting of mismatches in expected and received results
* Remove bogus nullary y.astype() call
* Fix all uses of trace and diagonal so they don't cause errors
* Use appropriate typecodes
* Use doctest detailed API to run just the relevant tests
* Factor out error handling from macro
API:
* Added get_module_name() function to get current numeric module
* new_(x) now returns an array instead of object
* Fixed the signatures of the factory() family of functions
* Updated docs accordingly.
[SVN r35528]
2006-10-09 04:05:25 +00:00
Dave Abrahams
d78836b828
Fix lots of bugs in the numeric interface and tests.
...
Tests:
* Coerce a result to bool to deal with Python's new Bool type
* Better reporting of mismatches in expected and received results
* Remove bogus nullary y.astype() call
* Fix all uses of trace and diagonal so they don't cause errors
* Use appropriate typecodes
* Use doctest detailed API to run just the relevant tests
* Factor out error handling from macro
API:
* Added get_module_name() function to get current numeric module
* new_(x) now returns an array instead of object
* Fixed the signatures of the factory() family of functions
* Updated docs accordingly.
[SVN r35528]
2006-10-09 04:05:25 +00:00
Dave Abrahams
375cc3aa93
Fix broken links
...
[SVN r35330]
2006-09-26 04:25:49 +00:00
Dave Abrahams
5e5d34cc36
Fixed broken links
...
[SVN r35329]
2006-09-26 04:23:32 +00:00
Ralf W. Grosse-Kunstleve
4eb286a034
ssize_t patches merged from HEAD
...
[SVN r35327]
2006-09-26 00:48:44 +00:00
nobody
a824230155
This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
...
[SVN r35326]
2006-09-26 00:25:08 +00:00
Ralf W. Grosse-Kunstleve
c6f2aa4ef2
new boost/python/ssize_t.hpp; avoids potential clash of Py_ssize_t typedef and PY_SSIZE_T_MIN/MAX macros with definitions from other libraries
...
[SVN r35325]
2006-09-26 00:25:07 +00:00
Gottfried Ganßauge
1bc3750ab3
repaired broken links
...
[SVN r35315]
2006-09-25 07:35:57 +00:00
Gottfried Ganßauge
7ad9dc6c64
Changed references to opaque_pointer_converter.html to point to opaque.html instead
...
[SVN r35255]
2006-09-21 16:47:31 +00:00
Gottfried Ganßauge
decc34551a
Renamed to opaque.html because class name changed
...
[SVN r35254]
2006-09-21 16:47:00 +00:00
Gottfried Ganßauge
5acb44ede0
Renamed from opaque_pointer_converter.html because class name changed
...
[SVN r35253]
2006-09-21 16:46:42 +00:00
Joel de Guzman
b5c893381f
merge from head
...
[SVN r35246]
2006-09-21 10:52:01 +00:00
nobody
0d57e9e808
This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
...
[SVN r35243]
2006-09-21 07:07:15 +00:00
Gottfried Ganßauge
070e02d7d5
Renamed from opaque_pointer_converter.html
...
[SVN r35242]
2006-09-21 07:07:14 +00:00
Dave Abrahams
e70bbe4791
Fix license/copyright.
...
Also port some "glaringly obvious" bugfixes from HEAD. Hope it
doesn't cause problems.
[SVN r35237]
2006-09-20 22:49:18 +00:00
Dave Abrahams
921e306b9a
Fix license/copyright
...
[SVN r35234]
2006-09-20 21:59:03 +00:00