Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r75423 - in sandbox/SOC/2007/visualization/libs/svg_plot/doc: . html html/svg_plot
From: pbristow_at_[hidden]
Date: 2011-11-09 10:57:28


Author: pbristow
Date: 2011-11-09 10:57:27 EST (Wed, 09 Nov 2011)
New Revision: 75423
URL: http://svn.boost.org/trac/boost/changeset/75423

Log:
Removing html version
Removed:
   sandbox/SOC/2007/visualization/libs/svg_plot/doc/html/svg_plot/
Properties modified:
   sandbox/SOC/2007/visualization/libs/svg_plot/doc/html/ (props changed)
Text files modified:
   sandbox/SOC/2007/visualization/libs/svg_plot/doc/doxywarnings.log | 7 +++++++
   sandbox/SOC/2007/visualization/libs/svg_plot/doc/how_to_use.qbk | 4 ++--
   sandbox/SOC/2007/visualization/libs/svg_plot/doc/svg_plot.idx | 2 ++
   sandbox/SOC/2007/visualization/libs/svg_plot/doc/svg_plot.qbk | 15 +++++++++------
   sandbox/SOC/2007/visualization/libs/svg_plot/doc/to_do.qbk | 6 +++---
   5 files changed, 23 insertions(+), 11 deletions(-)

Modified: sandbox/SOC/2007/visualization/libs/svg_plot/doc/doxywarnings.log
==============================================================================
--- sandbox/SOC/2007/visualization/libs/svg_plot/doc/doxywarnings.log (original)
+++ sandbox/SOC/2007/visualization/libs/svg_plot/doc/doxywarnings.log 2011-11-09 10:57:27 EST (Wed, 09 Nov 2011)
@@ -0,0 +1,7 @@
+I:/boost-sandbox/SOC/2007/visualization/boost/svg_plot/svg_1d_plot_dud.hpp:283: warning: member `detail::axis_plot_frame<svg_1d_plot>' of class `svg_1d_plot' cannot be found
+I:/boost-sandbox/SOC/2007/visualization/boost/svg_plot/svg_1d_plot_dud.hpp:831: warning: Member plot(const T &container, const std::string &title="") (function) of class boost::svg::svg_1d_plot is not documented.
+I:/boost-sandbox/SOC/2007/visualization/boost/svg_plot/svg_1d_plot_dud.hpp:833: warning: Member plot(const T &begin, const T &end, const std::string &title="") (function) of class boost::svg::svg_1d_plot is not documented.
+I:/boost-sandbox/SOC/2007/visualization/boost/svg_plot/svg_1d_plot_dud.hpp:835: warning: Member plot(const T &begin, const T &end, const std::string &title="", U functor=double_1d_convert) (function) of class boost::svg::svg_1d_plot is not documented.
+I:/boost-sandbox/SOC/2007/visualization/boost/svg_plot/svg_1d_plot_dud.hpp:837: warning: Member plot(const T &container, const std::string &title="", U functor=double_1d_convert) (function) of class boost::svg::svg_1d_plot is not documented.
+I:/boost-sandbox/SOC/2007/visualization/boost/svg_plot/svg_1d_plot_dud.hpp:826: warning: Member write(const std::string &file) (function) of class boost::svg::svg_1d_plot is not documented.
+I:/boost-sandbox/SOC/2007/visualization/boost/svg_plot/svg_1d_plot_dud.hpp:827: warning: Member write(std::ostream &s_out) (function) of class boost::svg::svg_1d_plot is not documented.

Modified: sandbox/SOC/2007/visualization/libs/svg_plot/doc/how_to_use.qbk
==============================================================================
--- sandbox/SOC/2007/visualization/libs/svg_plot/doc/how_to_use.qbk (original)
+++ sandbox/SOC/2007/visualization/libs/svg_plot/doc/how_to_use.qbk 2011-11-09 10:57:27 EST (Wed, 09 Nov 2011)
@@ -10,8 +10,8 @@
 * Several indexes (especially the function index) will also help you find which of the several hundred options you need.
 
 * If you have a feature request, or if it appears that the implementation
-is in error, please check the __todo page first, as well
-as the __rationale section.
+is in error, please check the TODO page first, as well
+as the rationale section.
 
 If you do not find your idea/complaint, please reach me either through the Boost
 development list, or email me direct at pbristow (at) hetp (dot) u-net (dot) com

Modified: sandbox/SOC/2007/visualization/libs/svg_plot/doc/svg_plot.idx
==============================================================================
--- sandbox/SOC/2007/visualization/libs/svg_plot/doc/svg_plot.idx (original)
+++ sandbox/SOC/2007/visualization/libs/svg_plot/doc/svg_plot.idx 2011-11-09 10:57:27 EST (Wed, 09 Nov 2011)
@@ -24,6 +24,8 @@
 quartile \<quartile\w*\>
 histogram
 intersect <\w*\intersect\w*\>
+Inkscape
+Inkview
 ioflags
 origin
 outlier

Modified: sandbox/SOC/2007/visualization/libs/svg_plot/doc/svg_plot.qbk
==============================================================================
--- sandbox/SOC/2007/visualization/libs/svg_plot/doc/svg_plot.qbk (original)
+++ sandbox/SOC/2007/visualization/libs/svg_plot/doc/svg_plot.qbk 2011-11-09 10:57:27 EST (Wed, 09 Nov 2011)
@@ -1,5 +1,5 @@
-[article Plotting graphs in SVG format
- [quickbook 1.5]
+[article Plotting Graphs in SVG format.
+ [quickbook 1.6]
     [id svg_plot]
     [authors [Voytko, Jake], [Bristow, Paul A.]]
     [copyright 2007 to 2011 Jake Voytko and Paul A. Bristow]
@@ -36,10 +36,12 @@
 [def __svg_1d_plot_series [^[classref boost::svg::svg_1d_plot_series<>]]]
 [def __svg_2d_plot [^[classref boost::svg::svg_2d_plot svg_2d_plot<>]]]
 [def __svg_2d_plot_series [^[classref boost::svg::svg_2d_plot_series<>]]]
+[def __preface [link svg_plot.preface]]
+[def __howtouse [link svg_plot.howtouse Document conventions]]
 
-[def __todo [link Plotting_graphs_in_SVG_format.todo TODO]]
-[/def __todo [link svg_plot.todo TODO]]
-[def __rationale [link Plotting_graphs_in_SVG_format.implementation rationale and implementation]]
+[/def __todo [link Plotting_graphs_in_SVG_format.todo TODO]]
+[def __todo [link svg_plot.todo TODO]]
+[def __rationale [link svg_plot.implementation Rationale and Implementation]]
 [def __caution Boost.Plot is not (yet) an official Boost library, but remains a library under construction,
      the code is functional, but interfaces, library structure, and function and distribution names
      may still be changed without notice.]
@@ -94,7 +96,8 @@
 
 Inkview also allows window resizing, showing the scalability of SVG files without any loss of quality,
 unlike bit image files that eventually reveal pixels as you expand the view.
-See [link plotting_graphs_in_svg_format.inkviewscape Using Inkscape and Inkview]
+See Using Inkscape and Inkview
+[/link plotting_graphs_in_svg_format.inkviewscape Using Inkscape and Inkview]
 for details of how to use Inkview and to use Inkscape to edit your plot and
 convert to other format like Portable Network Graphics file type .png.
 

Modified: sandbox/SOC/2007/visualization/libs/svg_plot/doc/to_do.qbk
==============================================================================
--- sandbox/SOC/2007/visualization/libs/svg_plot/doc/to_do.qbk (original)
+++ sandbox/SOC/2007/visualization/libs/svg_plot/doc/to_do.qbk 2011-11-09 10:57:27 EST (Wed, 09 Nov 2011)
@@ -45,9 +45,9 @@
 for example, label axes with names of months (Jan, Feb, Mar...)
 instead of integer representations of months (1, 2, 3...).
 
-*Logarithmic Axes*. This does not look simple. Meanwhile you can take the log of the data.
+* [*Logarithmic Axes]. This does not look simple. Meanwhile you can take the log of the data.
 
-* Allow an *external stylesheet* to be loaded to style the graph. External
+* Allow an [*External stylesheet] to be loaded to style the graph. External
 stylesheets will allow a standard and easy way to style the document
 so that users don't have to come up with their own home-grown solutions.
 This was sketched out, but seemed much more complicated now that very may more
@@ -57,7 +57,7 @@
 [endsect] [/section:todo To Do]
 
 [/ todo.qbk
- Copyright 2007, 2008, 2009 Jake Voytko and Paul A. Bristow.
+ Copyright 2007, 2008, 2009, 2011 Jake Voytko and Paul A. Bristow.
   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).


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk