[vspline] 57/72: added link to documantation

Kay F. Jahnke kfj-guest at moszumanska.debian.org
Sun Jul 2 09:02:43 UTC 2017


This is an automated email from the git hooks/post-receive script.

kfj-guest pushed a commit to branch master
in repository vspline.

commit 42dc63b933190a7cd9fc3a71d087c4fdf9e5da5a
Author: Kay F. Jahnke <kfjahnke at gmail.com>
Date:   Mon May 8 10:13:59 2017 +0200

    added link to documantation
---
 README.rst   | 12 +++++++-----
 vspline.doxy |  6 +++---
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/README.rst b/README.rst
index c8cc2a0..5465026 100644
--- a/README.rst
+++ b/README.rst
@@ -92,15 +92,14 @@ I did all my programming on a Kubuntu_ system, running on an intel(R) Core (TM)
 Documentation
 -------------
 
-There is reasonably comprehensive documentation for vspline, which can be generated doxygen
-by running
+There is reasonably comprehensive documentation for vspline, which can be generated
+by running doxygen:
 
 doxygen vspline.doxy
 
-in vspline's base folder. A reasonably up-to-date version of the documentation will be
-provided online when I get around to it.
+in vspline's base folder.
 
-TODO: construction site! link here to static HTML once it's online
+You can also access the documentation online from this site_
 
 -----
 Speed
@@ -141,6 +140,9 @@ Some years ago, I needed uniform B-splines for a project in python. I looked for
 .. _libeinspline: http://einspline.sourceforge.net/
 .. _Numpy: http://www.numpy.org/
 .. _repository: https://bitbucket.org/kfj/python-bspline
+.. _site: https://kfj.bitbucket.io/
+
+
 
 
 
diff --git a/vspline.doxy b/vspline.doxy
index 7767592..3c10794 100644
--- a/vspline.doxy
+++ b/vspline.doxy
@@ -58,7 +58,7 @@ PROJECT_LOGO           =
 # entered, it will be relative to the location where doxygen was started. If
 # left blank the current directory will be used.
 
-OUTPUT_DIRECTORY       = /home/kfj/vspline_doc
+OUTPUT_DIRECTORY       = ../kfj.bitbucket.org
 
 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
 # directories (in 2 levels) under the output directory of each output format and
@@ -1008,7 +1008,7 @@ GENERATE_HTML          = YES
 # The default directory is: html.
 # This tag requires that the tag GENERATE_HTML is set to YES.
 
-HTML_OUTPUT            = html
+HTML_OUTPUT            = .
 
 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
 # generated HTML page (for example: .htm, .php, .asp).
@@ -1540,7 +1540,7 @@ EXTRA_SEARCH_MAPPINGS  =
 # If the GENERATE_LATEX tag is set to YES doxygen will generate LaTeX output.
 # The default value is: YES.
 
-GENERATE_LATEX         = YES
+GENERATE_LATEX         = NO
 
 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/vspline.git



More information about the debian-science-commits mailing list