# HG changeset patch # User Tero Koskinen # Date 1330936149 -7200 # Mon Mar 05 10:29:09 2012 +0200 # Node ID 2f89d599755af6b1bc8a934e8f2a812e28dfd883 # Parent f1ece174003c64fcd7ea70d5ab79f954f18572e0 Deprecate Adabrowse API docs and use Sphinx instead. diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -116,7 +116,9 @@ cd objects && adactl -f ../rules/ahven.aru ../src/*.ad[bs] ../test/*.ad[bs] ../src/unix/*.ad[bs] rm -f objects/*.adt objects/*.ali -docs: ahven.specs +docs: userguide + +old_docs: ahven.specs mkdir -p doc/api adabrowse -c adabrowse.conf -i -f@ahven.specs -o doc/api/ diff --git a/NEWS b/NEWS --- a/NEWS +++ b/NEWS @@ -6,6 +6,8 @@ * GNAT 3.15p project files from contrib/gnat315p removed. * The code snippets in the documentation are now highlighted as Ada code. + * API documentat generation using Adabrowse is now deprecated. + The new way is to use Sphinx for document generation. Bugs fixed ---------- diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -60,7 +60,8 @@ This is a bug fix release. The release fixes the reporting of skipped tests in Ahven.XML_Runner. -Also, support for GNAT 3.15p was removed. +Also, support for GNAT 3.15p was removed. Documentation generation +tool was changed from Adabrowse to `Sphinx`_. Ahven 2.1 (2011-09-24) @@ -266,3 +267,4 @@ .. _`Jenkins`: http://www.jenkins-ci.org/ .. _`JUnit`: http://www.junit.org/ .. _`News`: http://ahven.stronglytyped.org/NEWS +.. _`Sphinx`: http://sphinx.pocoo.org/