Bug 1061

Summary: Title level inconsistent in click.rst
Product: ns-3 Reporter: Nicola Baldo <nicola>
Component: documentationAssignee: Tom Henderson <tomh>
Status: RESOLVED FIXED    
Severity: normal CC: jpelkey, ns-bugs
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   

Description Nicola Baldo 2011-02-24 08:16:24 EST
nicola@pcnbaldo:~/locale/ns-3-dev/doc/manual$ make latex
sphinx-build -b latex -d build/doctrees   source build/latex
Running Sphinx v0.6.4
/usr/lib/pymodules/python2.6/pygments/plugin.py:39: UserWarning: Module docutils was already imported from /usr/lib/pymodules/python2.6/docutils/__init__.py, but /usr/lib/pymodules/python2.6 is being added to sys.path
  import pkg_resources
/usr/lib/pymodules/python2.6/pygments/plugin.py:39: UserWarning: Module roman was already imported from /usr/lib/pymodules/python2.6/roman.py, but /usr/lib/pymodules/python2.6 is being added to sys.path
  import pkg_resources
loading pickled environment... not found
building [latex]: all documents
updating environment: 46 added, 0 changed, 0 removed
reading sources... [ 13%] click                                                                                                      
reST markup error:
/home/nicola/locale/ns-3-dev/doc/manual/source/click.rst:62: (SEVERE/4) Title level inconsistent:

Building Click
##############
make: *** [latex] Error 1
Comment 1 Josh Pelkey 2011-02-24 09:40:04 EST
Confirmed as a warning on the code server. It doesn't quite fully break the manual build though. Lalith was going to double-check for errors yesterday, but I told him just to commit and check later. I'm sure he will fix soon.
Comment 2 Nicola Baldo 2011-02-24 09:53:47 EST
(In reply to comment #1)
> Confirmed as a warning on the code server. It doesn't quite fully break the
> manual build though. 

maybe it's a different default behavior of sphinx on different platforms?


> Lalith was going to double-check for errors yesterday, but
> I told him just to commit and check later. I'm sure he will fix soon.

ok great!
Comment 3 Josh Pelkey 2011-02-24 13:34:50 EST
Fixed: changeset df63f4938ae8