[Liblas-commits] hg: more doc work

liblas-commits at liblas.org liblas-commits at liblas.org
Thu Apr 8 21:45:48 EDT 2010


changeset 90abe90b8b35 in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=90abe90b8b35
summary: more doc work

diffstat:

 doc/Makefile           |   2 --
 doc/base/index.txt     |  16 ++++++++++++++++
 doc/conf.py            |   4 +++-
 doc/index.txt          |   2 +-
 doc/python/classes.txt |  28 ++++++++++++++--------------
 5 files changed, 34 insertions(+), 18 deletions(-)

diffs (104 lines):

diff -r 62a51c68d6a5 -r 90abe90b8b35 doc/Makefile
--- a/doc/Makefile	Thu Apr 08 11:05:26 2010 -0500
+++ b/doc/Makefile	Thu Apr 08 20:39:42 2010 -0500
@@ -97,5 +97,3 @@
 	@echo "Testing of doctests in the sources finished, look at the " \
 	      "results in build/doctest/output.txt."
 
-doxygen:
-	cd api; doxygen doxygen.conf
diff -r 62a51c68d6a5 -r 90abe90b8b35 doc/base/index.txt
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/base/index.txt	Thu Apr 08 20:39:42 2010 -0500
@@ -0,0 +1,16 @@
+.. raw:: pdf
+
+    PageBreak
+    
+.. _python: 
+
+****************************************************************
+  C++ Library Reference
+****************************************************************
+
+.. class:: foo
+This is some text
+
+.. doxygenclass:: liblas::Color
+    :project: class
+   
diff -r 62a51c68d6a5 -r 90abe90b8b35 doc/conf.py
--- a/doc/conf.py	Thu Apr 08 11:05:26 2010 -0500
+++ b/doc/conf.py	Thu Apr 08 20:39:42 2010 -0500
@@ -173,7 +173,9 @@
 ]
 
 # A comma-separated list of custom stylesheets. Example:
-pdf_stylesheets = ['sphinx','kerning','a4']
+pdf_stylesheets = ['liblas']
+pdf_language = "en_US"
+pdf_fit_mode = "overflow"
 
 # Example configuration for intersphinx: refer to the Python standard library.
 intersphinx_mapping = {'http://docs.python.org/': None}
diff -r 62a51c68d6a5 -r 90abe90b8b35 doc/index.txt
--- a/doc/index.txt	Thu Apr 08 11:05:26 2010 -0500
+++ b/doc/index.txt	Thu Apr 08 20:39:42 2010 -0500
@@ -6,7 +6,7 @@
    
    utilities/index
    python/index
-   
+   base/index
 
 * :ref:`genindex`
 * :ref:`modindex`
diff -r 62a51c68d6a5 -r 90abe90b8b35 doc/python/classes.txt
--- a/doc/python/classes.txt	Thu Apr 08 11:05:26 2010 -0500
+++ b/doc/python/classes.txt	Thu Apr 08 20:39:42 2010 -0500
@@ -115,18 +115,6 @@
                 descale,
                 scale
                 
-=============================================
-liblas.vlr.VLR
-=============================================
-
-.. autoclass:: liblas.vlr.VLR
-    :members:   __init__,
-                userid,
-                description,
-                recordlength,
-                recordid,
-                reserved,
-                data
 
 =============================================
 liblas.srs.SRS
@@ -144,12 +132,24 @@
                 get_wkt_compoundok,
                 set_userinput
                 
+
+=============================================
+liblas.vlr.VLR
+=============================================
+
+.. autoclass:: liblas.vlr.VLR
+    :members:   __init__,
+                userid,
+                description,
+                recordlength,
+                recordid,
+                reserved,
+                data
+
 .. _specification: http://liblas.org/raw-attachment/wiki/WikiStart/asprs_las_format_v13.pdf
 .. _GDAL: http://www.gdal.org
 .. _Proj.4: http://proj.osgeo.org
 .. _SetFromUserInput: http://www.gdal.org/ogr/ogr__srs__api_8h.html#7a043a4b3d477847dcc89efdff3a563a
 
 
-# .. doxygenclass:: liblas::Color
-#    :project: class
 


More information about the Liblas-commits mailing list