Hi folks,

I'm trying to polish up modules in sage/logic and put them in the
reference manual. So far I've polished up sage/logic/logic.py and
sage/logic/booleval.py. I've created the file

doc/en/reference/logic.rst

with the the following content

*** BEGIN SCRIPT ***

Symbolic Logic
==============

.. toctree::
   :maxdepth: 2

   sage/logic/logic
   sage/logic/booleval

*** END SCRIPT ***

I've also edited the file

doc/en/reference/index.rst

Here's the relevant diff output:

*** BEGIN SCRIPT ***

diff -r 21c6c829ea32 doc/en/reference/index.rst
--- a/doc/en/reference/index.rst        Sat May 16 09:46:59 2009 -0700
+++ b/doc/en/reference/index.rst        Tue May 19 20:25:45 2009 -0700
@@ -76,6 +76,7 @@
    homology
    lfunctions
    schemes
+   logic
    plane_curves
    coding
    arithgroup

*** END SCRIPT ***

When building the HTML version of the reference manual, everything
went OK as far as I can tell. But I received the following warning:

checking consistency... WARNING:
/scratch/mvngu/sage-4.0.alpha0/devel/sage-logic/doc/en/reference/sage/logic.rst::
document isn't included in any toctree

Is there some way to get rid of the said warning?

-- 
Regards
Minh Van Nguyen

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to