From 30ea8069ad48f5153e49497fc295dd6a7044addc Mon Sep 17 00:00:00 2001 From: Travis CI Date: Thu, 8 Mar 2018 05:25:59 +0000 Subject: [PATCH] Deploy to GitHub Pages: 9039286937218f4e5f987ccc5f0f1683c669dad4 --- develop/doc/html/HTML.manifest | 1 + develop/doc/html/article.html | 154 +++++++++++++++++- develop/doc/html/building.html | 47 +----- develop/doc/html/building/background.html | 4 +- .../choosing_a_boost_python_library_.html | 2 +- .../building/configuring_boost_build.html | 2 +- develop/doc/html/building/include_issues.html | 2 +- .../installing_boost_python_on_your_.html | 2 +- .../html/building/no_install_quickstart.html | 2 +- .../notes_for_mingw_and_cygwin_with_.html | 4 +- .../building/python_debugging_builds.html | 2 +- .../html/building/testing_boost_python.html | 2 +- develop/doc/html/configuration.html | 16 +- develop/doc/html/faq.html | 38 +---- .../faq/compilation_takes_too_much_time_.html | 2 +- .../faq/does_boost_python_work_with_mac_.html | 2 +- .../faq/error_c2064_term_does_not_evalua.html | 2 +- .../faq/fatal_error_c1204_compiler_limit.html | 2 +- .../faq/how_can_i_automatically_convert_.html | 2 +- .../faq/how_can_i_find_the_existing_pyob.html | 2 +- .../faq/how_can_i_wrap_a_function_which0.html | 2 +- .../faq/how_can_i_wrap_functions_which_t.html | 2 +- .../faq/how_do_i_create_sub_packages_usi.html | 2 +- .../faq/how_do_i_debug_my_python_extensi.html | 2 +- .../faq/i_m_getting_the_attempt_to_retur.html | 4 +- .../faq/is_boost_python_thread_aware_com.html | 4 +- .../faq/is_return_internal_reference_eff.html | 2 +- .../faq/why_doesn_t_my_operator_work.html | 2 +- .../faq/why_is_my_automatic_to_python_co.html | 2 +- develop/doc/html/glossary.html | 4 +- develop/doc/html/index.html | 21 ++- .../html/numpy/.doctrees/environment.pickle | Bin 18362 -> 18348 bytes .../doc/html/numpy/.doctrees/index.doctree | Bin 3729 -> 3711 bytes .../.doctrees/reference/binary_ufunc.doctree | Bin 18848 -> 18828 bytes .../numpy/.doctrees/reference/dtype.doctree | Bin 15112 -> 15087 bytes .../numpy/.doctrees/reference/index.doctree | Bin 3131 -> 3109 bytes .../.doctrees/reference/multi_iter.doctree | Bin 13882 -> 13862 bytes .../numpy/.doctrees/reference/ndarray.doctree | Bin 70251 -> 70231 bytes .../.doctrees/reference/unary_ufunc.doctree | Bin 17445 -> 17425 bytes .../numpy/.doctrees/tutorial/dtype.doctree | Bin 9758 -> 9733 bytes .../numpy/.doctrees/tutorial/fromdata.doctree | Bin 8319 -> 8299 bytes .../numpy/.doctrees/tutorial/index.doctree | Bin 3103 -> 3083 bytes .../numpy/.doctrees/tutorial/ndarray.doctree | Bin 16705 -> 16685 bytes .../numpy/.doctrees/tutorial/simple.doctree | Bin 6832 -> 6814 bytes .../numpy/.doctrees/tutorial/ufunc.doctree | Bin 15374 -> 15354 bytes .../boost_python_operators_hpp.html | 4 +- develop/doc/html/reference/index.html | 2 +- develop/doc/html/rn.html | 47 ++++++ develop/doc/html/rst.css | 149 ----------------- develop/doc/html/support.html | 8 +- develop/doc/html/tutorial/index.html | 2 +- .../doc/html/tutorial/tutorial/exposing.html | 4 +- .../doc/html/tutorial/tutorial/functions.html | 2 +- .../doc/html/tutorial/tutorial/object.html | 2 +- 54 files changed, 266 insertions(+), 291 deletions(-) create mode 100644 develop/doc/html/rn.html delete mode 100644 develop/doc/html/rst.css diff --git a/develop/doc/html/HTML.manifest b/develop/doc/html/HTML.manifest index 375d3832..edde06ad 100644 --- a/develop/doc/html/HTML.manifest +++ b/develop/doc/html/HTML.manifest @@ -1,4 +1,5 @@ index.html +rn.html building.html building/background.html building/no_install_quickstart.html diff --git a/develop/doc/html/article.html b/develop/doc/html/article.html index 6a9126dc..4b51ed85 100644 --- a/develop/doc/html/article.html +++ b/develop/doc/html/article.html @@ -10,7 +10,159 @@ - +
diff --git a/develop/doc/html/building.html b/develop/doc/html/building.html index 15d1cf03..d3f203f9 100644 --- a/develop/doc/html/building.html +++ b/develop/doc/html/building.html @@ -1,66 +1,29 @@ -Chapter 1. Building and Testing +Chapter 2. Building and Testing - +

-PrevUpHomeNext +PrevUpHomeNext

-Chapter 1. Building and Testing

+Chapter 2. Building and Testing

David Abrahams

-

Requirements @@ -92,7 +55,7 @@
-PrevUpHomeNext +PrevUpHomeNext
diff --git a/develop/doc/html/building/background.html b/develop/doc/html/building/background.html index 6c571bf6..885a8d01 100644 --- a/develop/doc/html/building/background.html +++ b/develop/doc/html/building/background.html @@ -5,8 +5,8 @@ - - + + diff --git a/develop/doc/html/building/choosing_a_boost_python_library_.html b/develop/doc/html/building/choosing_a_boost_python_library_.html index 6cf068e3..fc55b9aa 100644 --- a/develop/doc/html/building/choosing_a_boost_python_library_.html +++ b/develop/doc/html/building/choosing_a_boost_python_library_.html @@ -5,7 +5,7 @@ - + diff --git a/develop/doc/html/building/configuring_boost_build.html b/develop/doc/html/building/configuring_boost_build.html index d92a827d..04dc39f6 100644 --- a/develop/doc/html/building/configuring_boost_build.html +++ b/develop/doc/html/building/configuring_boost_build.html @@ -5,7 +5,7 @@ - + diff --git a/develop/doc/html/building/include_issues.html b/develop/doc/html/building/include_issues.html index 9630fe2f..a5be2c31 100644 --- a/develop/doc/html/building/include_issues.html +++ b/develop/doc/html/building/include_issues.html @@ -5,7 +5,7 @@ - + diff --git a/develop/doc/html/building/installing_boost_python_on_your_.html b/develop/doc/html/building/installing_boost_python_on_your_.html index 944943a9..75d66447 100644 --- a/develop/doc/html/building/installing_boost_python_on_your_.html +++ b/develop/doc/html/building/installing_boost_python_on_your_.html @@ -5,7 +5,7 @@ - + diff --git a/develop/doc/html/building/no_install_quickstart.html b/develop/doc/html/building/no_install_quickstart.html index f3d28d5e..f4cf4720 100644 --- a/develop/doc/html/building/no_install_quickstart.html +++ b/develop/doc/html/building/no_install_quickstart.html @@ -5,7 +5,7 @@ - + diff --git a/develop/doc/html/building/notes_for_mingw_and_cygwin_with_.html b/develop/doc/html/building/notes_for_mingw_and_cygwin_with_.html index 58f4f4db..bfb4ac54 100644 --- a/develop/doc/html/building/notes_for_mingw_and_cygwin_with_.html +++ b/develop/doc/html/building/notes_for_mingw_and_cygwin_with_.html @@ -5,9 +5,9 @@ - + - +
diff --git a/develop/doc/html/building/python_debugging_builds.html b/develop/doc/html/building/python_debugging_builds.html index 840990d2..ac579ac2 100644 --- a/develop/doc/html/building/python_debugging_builds.html +++ b/develop/doc/html/building/python_debugging_builds.html @@ -5,7 +5,7 @@ - + diff --git a/develop/doc/html/building/testing_boost_python.html b/develop/doc/html/building/testing_boost_python.html index 28cce0e3..9214f6e0 100644 --- a/develop/doc/html/building/testing_boost_python.html +++ b/develop/doc/html/building/testing_boost_python.html @@ -5,7 +5,7 @@ - + diff --git a/develop/doc/html/configuration.html b/develop/doc/html/configuration.html index cf86c1b1..406faa11 100644 --- a/develop/doc/html/configuration.html +++ b/develop/doc/html/configuration.html @@ -1,13 +1,13 @@ -Chapter 2. Configuration +Chapter 3. Configuration - +
@@ -18,22 +18,12 @@

-Chapter 2. Configuration

+Chapter 3. Configuration

David Abrahams

-

How can I wrap diff --git a/develop/doc/html/faq/compilation_takes_too_much_time_.html b/develop/doc/html/faq/compilation_takes_too_much_time_.html index d0967099..2380cf7a 100644 --- a/develop/doc/html/faq/compilation_takes_too_much_time_.html +++ b/develop/doc/html/faq/compilation_takes_too_much_time_.html @@ -5,7 +5,7 @@ - + diff --git a/develop/doc/html/faq/does_boost_python_work_with_mac_.html b/develop/doc/html/faq/does_boost_python_work_with_mac_.html index 94d2901e..8797049e 100644 --- a/develop/doc/html/faq/does_boost_python_work_with_mac_.html +++ b/develop/doc/html/faq/does_boost_python_work_with_mac_.html @@ -5,7 +5,7 @@ - + diff --git a/develop/doc/html/faq/error_c2064_term_does_not_evalua.html b/develop/doc/html/faq/error_c2064_term_does_not_evalua.html index d59cc03d..0d84316d 100644 --- a/develop/doc/html/faq/error_c2064_term_does_not_evalua.html +++ b/develop/doc/html/faq/error_c2064_term_does_not_evalua.html @@ -5,7 +5,7 @@ - + diff --git a/develop/doc/html/faq/fatal_error_c1204_compiler_limit.html b/develop/doc/html/faq/fatal_error_c1204_compiler_limit.html index 192920af..09ae323e 100644 --- a/develop/doc/html/faq/fatal_error_c1204_compiler_limit.html +++ b/develop/doc/html/faq/fatal_error_c1204_compiler_limit.html @@ -5,7 +5,7 @@ - + diff --git a/develop/doc/html/faq/how_can_i_automatically_convert_.html b/develop/doc/html/faq/how_can_i_automatically_convert_.html index bb435b77..a7f5860f 100644 --- a/develop/doc/html/faq/how_can_i_automatically_convert_.html +++ b/develop/doc/html/faq/how_can_i_automatically_convert_.html @@ -5,7 +5,7 @@ - + diff --git a/develop/doc/html/faq/how_can_i_find_the_existing_pyob.html b/develop/doc/html/faq/how_can_i_find_the_existing_pyob.html index 8bcf55d3..2125fefa 100644 --- a/develop/doc/html/faq/how_can_i_find_the_existing_pyob.html +++ b/develop/doc/html/faq/how_can_i_find_the_existing_pyob.html @@ -5,7 +5,7 @@ - + diff --git a/develop/doc/html/faq/how_can_i_wrap_a_function_which0.html b/develop/doc/html/faq/how_can_i_wrap_a_function_which0.html index fccd1e4f..fcabce04 100644 --- a/develop/doc/html/faq/how_can_i_wrap_a_function_which0.html +++ b/develop/doc/html/faq/how_can_i_wrap_a_function_which0.html @@ -5,7 +5,7 @@ - + diff --git a/develop/doc/html/faq/how_can_i_wrap_functions_which_t.html b/develop/doc/html/faq/how_can_i_wrap_functions_which_t.html index 30c8d102..b694d9a4 100644 --- a/develop/doc/html/faq/how_can_i_wrap_functions_which_t.html +++ b/develop/doc/html/faq/how_can_i_wrap_functions_which_t.html @@ -5,7 +5,7 @@ - + diff --git a/develop/doc/html/faq/how_do_i_create_sub_packages_usi.html b/develop/doc/html/faq/how_do_i_create_sub_packages_usi.html index 94e5d67e..8ca10d0e 100644 --- a/develop/doc/html/faq/how_do_i_create_sub_packages_usi.html +++ b/develop/doc/html/faq/how_do_i_create_sub_packages_usi.html @@ -5,7 +5,7 @@ - + diff --git a/develop/doc/html/faq/how_do_i_debug_my_python_extensi.html b/develop/doc/html/faq/how_do_i_debug_my_python_extensi.html index 0269072b..454ede9d 100644 --- a/develop/doc/html/faq/how_do_i_debug_my_python_extensi.html +++ b/develop/doc/html/faq/how_do_i_debug_my_python_extensi.html @@ -5,7 +5,7 @@ - + diff --git a/develop/doc/html/faq/i_m_getting_the_attempt_to_retur.html b/develop/doc/html/faq/i_m_getting_the_attempt_to_retur.html index 0d8593aa..f608326b 100644 --- a/develop/doc/html/faq/i_m_getting_the_attempt_to_retur.html +++ b/develop/doc/html/faq/i_m_getting_the_attempt_to_retur.html @@ -5,8 +5,8 @@ - - + + diff --git a/develop/doc/html/faq/is_boost_python_thread_aware_com.html b/develop/doc/html/faq/is_boost_python_thread_aware_com.html index dd5cba66..4ee480d8 100644 --- a/develop/doc/html/faq/is_boost_python_thread_aware_com.html +++ b/develop/doc/html/faq/is_boost_python_thread_aware_com.html @@ -5,9 +5,9 @@ - + - +
diff --git a/develop/doc/html/faq/is_return_internal_reference_eff.html b/develop/doc/html/faq/is_return_internal_reference_eff.html index 52e80222..9d704059 100644 --- a/develop/doc/html/faq/is_return_internal_reference_eff.html +++ b/develop/doc/html/faq/is_return_internal_reference_eff.html @@ -5,7 +5,7 @@ - + diff --git a/develop/doc/html/faq/why_doesn_t_my_operator_work.html b/develop/doc/html/faq/why_doesn_t_my_operator_work.html index 34b31e11..fe3d1512 100644 --- a/develop/doc/html/faq/why_doesn_t_my_operator_work.html +++ b/develop/doc/html/faq/why_doesn_t_my_operator_work.html @@ -5,7 +5,7 @@ - + diff --git a/develop/doc/html/faq/why_is_my_automatic_to_python_co.html b/develop/doc/html/faq/why_is_my_automatic_to_python_co.html index 9e1367a2..1d0c0206 100644 --- a/develop/doc/html/faq/why_is_my_automatic_to_python_co.html +++ b/develop/doc/html/faq/why_is_my_automatic_to_python_co.html @@ -5,7 +5,7 @@ - + diff --git a/develop/doc/html/glossary.html b/develop/doc/html/glossary.html index 02d033e6..2ed0f681 100644 --- a/develop/doc/html/glossary.html +++ b/develop/doc/html/glossary.html @@ -1,7 +1,7 @@ -Chapter 5. Glossary +Chapter 6. Glossary @@ -16,7 +16,7 @@

-Chapter 5. Glossary

+Chapter 6. Glossary

diff --git a/develop/doc/html/index.html b/develop/doc/html/index.html index c8d28b90..7b35b735 100644 --- a/develop/doc/html/index.html +++ b/develop/doc/html/index.html @@ -5,12 +5,12 @@ - +

-
Next
+
Next
@@ -87,26 +87,29 @@ Contents
- +

Last revised: November 08, 2017 at 02:50:43 GMT

Last revised: March 08, 2018 at 05:25:34 GMT


-
Next
+
Next
diff --git a/develop/doc/html/numpy/.doctrees/environment.pickle b/develop/doc/html/numpy/.doctrees/environment.pickle index d1fad58f4c74fbb6314374dab90a4b9aeccc5414..72d985f11d2063c35e1c5dc7016467353b411507 100644 GIT binary patch delta 180 zcmdnh&$yzwUvUL8>P)ubR@7U^aVdj}_%?N-n%Xja}h=ee6ouf07Ak3ng nMH$%;W<|okj1ma5E9Lp_dQQt7fDd5hV3}tu6 zYYlUpT<`g0=s=hO(Ty3V5N4oFX@(ty8N}n2;SOPX&PmS*fG~p^EHfe@Opl)aj3fxt pZ|2>MYzQ-0>~=;8gz10YE~6I0bZ7p}ozVtidx$h|W_4N43;^qBPILeO diff --git a/develop/doc/html/numpy/.doctrees/index.doctree b/develop/doc/html/numpy/.doctrees/index.doctree index c991a5c5fed92de7bca12faf5e33a7fe36340218..c5793d4518da02037cc3a7908420807ceb8d88dd 100644 GIT binary patch delta 180 zcmbOz`(I|mR3=8V$*?fy>CMToWq3KdJs%t?*U%qvbU zD#^^xi%-oSMT#{H+Qn=5XA(S~YrMPf^ZQ+5*`g~Hn2WtxtWyoe|X2{nT9-bV= Zr!I0Nw(w{uTTyBnNZqm8!sDe$dH`clM!x_6 delta 197 zcmew_Gf{TKR3;V&1_p-7Sv<;|Ntta{LKojiY(PB&u6-&#^NsZ6U zD^4vc$;{7-Pt8kA%1KQr+|?1vU6fc3=kNAr4CPHJ%`J#8PAw_P%u6pW+~Zf86e?O= znVXcK6Q7o!Uy_$!k{VxJl2}wyxYwH@lsPk{xNu)>;r_|8d{VpzY6}l$$Yy9}$k!Gg cn(V@-E^;`w@JJ|IQED1U-O<{@W2H%Y094RQXaE2J diff --git a/develop/doc/html/numpy/.doctrees/reference/binary_ufunc.doctree b/develop/doc/html/numpy/.doctrees/reference/binary_ufunc.doctree index a23f52e9549c450915823c9f75ffc2befc6c79eb..b684bfaf452c55f894a5eb1e0b7ef8f970264baf 100644 GIT binary patch delta 35 rcmZ25nXzXw_iiQt DGK3RH diff --git a/develop/doc/html/numpy/.doctrees/reference/dtype.doctree b/develop/doc/html/numpy/.doctrees/reference/dtype.doctree index db02d3db20f5c84656ed242e1077271c7dc27e1b..ae97f80bd22c23e068e710a3684c5873ef203fb7 100644 GIT binary patch delta 173 zcmeAudtbVtjFH8Gfq`MNzlHMT8VlLYM;N=z7#%>|%{3OujJly>X_+~x@tJwWsYNB3 z`FZiFd5K9msVPOBObiSiq1;7@<#3^{$%0m*jNOyft>lDzm>3wm8A6#eQ;LgvnHU&q zi~1%M*X>LJ$acW6PW?p)6QO{&P zD>>m_kQ_rOb7o3$Q6CcnLv2z2WP7V%;R#^&L?#A?47m)Q429aFNt2gaX(>!*Vql0Z an!?1u5Xx4Rng-G~6|8g`69YqOk{$r-$2uSY diff --git a/develop/doc/html/numpy/.doctrees/reference/index.doctree b/develop/doc/html/numpy/.doctrees/reference/index.doctree index 86757bef94558e02665639b25f81de97936d713c..3df99f521a171a58a9e874e41a4beb09f281a23f 100644 GIT binary patch delta 176 zcmdlju~cG1H6x?L zavZm$%C?SB?xMu<_|&|_q@2{0!tLISp}Z-jxdrjXsU;Fx8PzzGGV}C;o%8dGC$~GQY<6Rkvu6yL#H5T6-`wul#RLEn C(-M#X diff --git a/develop/doc/html/numpy/.doctrees/tutorial/dtype.doctree b/develop/doc/html/numpy/.doctrees/tutorial/dtype.doctree index 9d716450decb80131e5ee6845327fcea14591d6e..cddb93f677bbc363bd257243c5c2933f35d109df 100644 GIT binary patch delta 218 zcmbQ|)9SM!kdeinfq`N2d}Za$O^h;1jP@Yr$nw<>!~= z<(H(!7ndX!l@uw1G%*+p)^Sk E0L?=_RsaA1 delta 207 zcmZqmndh@1kde`IauA~$XHsUKUa)h1Uh(E~Mp-3B&&i>T%1DCSl@k~}iWC?b7(&I; zGILVnGxLg5i%K%{^WszU5|eULQ;HNB85lZ3xr-9Z;X+D`3=H0kp}Z-jxdrjXsU;m(sa+~)u8gejtqDpKQ$*%ohqS delta 58 zcmZ46#CWiYaYG;@i#G!U!{i-y%A84=d3wRl`FX{YZ`sLjp2nzX%jk_NvH6x=FcSbX C#}lXk diff --git a/develop/doc/html/numpy/.doctrees/tutorial/simple.doctree b/develop/doc/html/numpy/.doctrees/tutorial/simple.doctree index bbdf1f85cfb4a6804c357ebd93513bf2dff1a43c..b0b56f680b81497dbd475db7973a6c6346b2087e 100644 GIT binary patch delta 176 zcmdmBI?r@NDkG!A}|Qch}0;oFW-?xMtUIRBkDV<>M*X>LJ$acW6PW?p)6;d{T*q)^e~%G{**P`?b&+qe Vh2KNjic-@+>VDJ~{wz(>0|4O$NI3ui delta 201 zcmbPdy1{fqDkF;*0|Ue4dI@FDq|7|MVCVe2;>imoQAuWgUVLg^Vp2|OO5vN1Q0}6{ayb93H)AMoN@;FEd~s??NoHPpap60^ z(xgz);>z5l{G9l-{QQ!<{F2o8;*!LolEU}i457@KDaC~!Y70M3wvm$J{Zw1{IYTx> iGef?%@XO?6DRq&rv4!74*@{xrK

- __nq__ + __ne__

@@ -495,7 +495,7 @@

- __nq__ + __ne__

diff --git a/develop/doc/html/reference/index.html b/develop/doc/html/reference/index.html index 57169dd7..4f1ea977 100644 --- a/develop/doc/html/reference/index.html +++ b/develop/doc/html/reference/index.html @@ -127,7 +127,7 @@
- +

Last revised: November 08, 2017 at 02:50:49 GMT

Last revised: March 08, 2018 at 05:25:43 GMT


diff --git a/develop/doc/html/rn.html b/develop/doc/html/rn.html new file mode 100644 index 00000000..a6644193 --- /dev/null +++ b/develop/doc/html/rn.html @@ -0,0 +1,47 @@ + + + +Chapter 1. Release Notes + + + + + + + + +
+
+
+PrevUpHomeNext +
+
+

+Chapter 1. Release Notes

+
+ +
  • + The Boost.Python library names now contain the Python version suffix. + A variant compiled with Python 2.7 will thus produce library names boost_python27 and boost_numpy27, + etc., making it possible to host variants for multiple Python versions + next to each other. +
+
+
+ + + +
+
+
+PrevUpHomeNext +
+ + diff --git a/develop/doc/html/rst.css b/develop/doc/html/rst.css deleted file mode 100644 index afd9a98c..00000000 --- a/develop/doc/html/rst.css +++ /dev/null @@ -1,149 +0,0 @@ -@import url("doc/src/boostbook.css"); -@import url("doc/src/docutils.css"); -/* Copyright David Abrahams 2006. Distributed under the Boost - Software License, Version 1.0. (See accompanying - file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) - */ - -dl.docutils dt { - font-weight: bold } - -img.boost-logo { - border: none; - vertical-align: middle -} - -pre.literal-block span.concept { - font-style: italic; -} - -.nav { -display: inline; -list-style-type: none; -} - -.prevpage { -padding-top: -5px; -text-align: left; -float: left; -} - -.nextpage { -padding-top: -20px; -text-align: right; -float: right; -} - -div.small { - font-size: smaller } - -h2 a { - font-size: 90%; -} -h3 a { - font-size: 80%; -} -h4 a { - font-size: 70%; -} -h5 a { - font-size: 60%; -} - -dl,table -{ - text-align: left; - font-size: 10pt; - line-height: 1.15; -} - - -/*============================================================================= - Tables -=============================================================================*/ - -/* The only clue docutils gives us that tables are logically tables, - and not, e.g., footnotes, is that they have border="1". Therefore - we're keying off of that. We used to manually patch docutils to - add a "table" class to all logical tables, but that proved much too - fragile. -*/ - - table[border="1"] - { - width: 92%; - margin-left: 4%; - margin-right: 4%; - } - - table[border="1"] - { - padding: 4px; - } - - /* Table Cells */ - table[border="1"] tr td - { - padding: 0.5em; - text-align: left; - font-size: 9pt; - } - - table[border="1"] tr th - { - padding: 0.5em 0.5em 0.5em 0.5em; - border: 1pt solid white; - font-size: 80%; - } - - @media screen - { - - /* Tables */ - table[border="1"] tr td - { - border: 1px solid #DCDCDC; - } - - table[border="1"] tr th - { - background-color: #F0F0F0; - border: 1px solid #DCDCDC; - } - - pre, - .screen - { - border: 1px solid #DCDCDC; - } - - td pre - td .screen - { - border: 0px - } - - .sidebar pre - { - border: 0px - } - - } - - pre, - .screen - { - font-size: 9pt; - display: block; - margin: 1pc 4% 0pc 4%; - padding: 0.5pc 0.5pc 0.5pc 0.5pc; - } - - /* Program listings in tables don't get borders */ - td pre, - td .screen - { - margin: 0pc 0pc 0pc 0pc; - padding: 0pc 0pc 0pc 0pc; - } - diff --git a/develop/doc/html/support.html b/develop/doc/html/support.html index 01908ff2..6440b10c 100644 --- a/develop/doc/html/support.html +++ b/develop/doc/html/support.html @@ -1,13 +1,13 @@ -Chapter 3. Support Resources +Chapter 4. Support Resources - - + +
@@ -17,7 +17,7 @@

-Chapter 3. Support Resources

+Chapter 4. Support Resources

Synopsis diff --git a/develop/doc/html/tutorial/index.html b/develop/doc/html/tutorial/index.html index 4f610f60..d8ff3f27 100644 --- a/develop/doc/html/tutorial/index.html +++ b/develop/doc/html/tutorial/index.html @@ -140,7 +140,7 @@ - +

Last revised: November 08, 2017 at 02:50:59 GMT

Last revised: March 08, 2018 at 05:25:38 GMT


diff --git a/develop/doc/html/tutorial/tutorial/exposing.html b/develop/doc/html/tutorial/tutorial/exposing.html index 13c08f79..71393ae0 100644 --- a/develop/doc/html/tutorial/tutorial/exposing.html +++ b/develop/doc/html/tutorial/tutorial/exposing.html @@ -346,7 +346,7 @@ The wrapper template makes the job of wrapping classes that are meant to overridden in Python, easier.

-