[pygccxml-commit] SF.net SVN: pygccxml:[1726] sphinx
Brought to you by:
mbaas,
roman_yakovenko
From: <rom...@us...> - 2009-05-13 10:24:06
|
Revision: 1726 http://pygccxml.svn.sourceforge.net/pygccxml/?rev=1726&view=rev Author: roman_yakovenko Date: 2009-05-13 10:23:46 +0000 (Wed, 13 May 2009) Log Message: ----------- updating docs Modified Paths: -------------- sphinx/conf.py Added Paths: ----------- sphinx/readme.txt Removed Paths: ------------- sphinx/check_links.bat Property Changed: ---------------- sphinx/ Property changes on: sphinx ___________________________________________________________________ Modified: svn:ignore - __build pydsc pygccxml pyplusplus index.rest html_documentation + __build pydsc pygccxml pyplusplus index.rest html_documentation www Deleted: sphinx/check_links.bat =================================================================== --- sphinx/check_links.bat 2009-05-13 10:22:27 UTC (rev 1725) +++ sphinx/check_links.bat 2009-05-13 10:23:46 UTC (rev 1726) @@ -1,2 +0,0 @@ -E:\Python25\Scripts\linkchecker.bat --no-warnings .\__build\index.html - Modified: sphinx/conf.py =================================================================== --- sphinx/conf.py 2009-05-13 10:22:27 UTC (rev 1725) +++ sphinx/conf.py 2009-05-13 10:23:46 UTC (rev 1726) @@ -54,11 +54,11 @@ shutil.copy( os.path.join( project_root, 'index.rest' ), doc_project_root ) try: - import pydsc + #~ import pydsc #report errors related to the project only - pydsc.include_paths( project_root ) - pydsc.ignore_dictionary( 'ignore_dictionary.txt' ) - pydsc.set_text_preprocessor( pydsc.sphinx_preprocessor ) + #~ pydsc.include_paths( project_root ) + #~ pydsc.ignore_dictionary( 'ignore_dictionary.txt' ) + #~ pydsc.set_text_preprocessor( pydsc.sphinx_preprocessor ) import pygccxml import pyplusplus except: @@ -118,8 +118,7 @@ # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. -extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.intersphinx'] - +extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.coverage'] # Add any paths that contain templates here, relative to this directory. templates_path = ['__templates'] if 'www' in outdir: @@ -204,7 +203,7 @@ # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 # pixels large. -#html_favicon = None +html_favicon = 'favicon.ico' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, Added: sphinx/readme.txt =================================================================== --- sphinx/readme.txt (rev 0) +++ sphinx/readme.txt 2009-05-13 10:23:46 UTC (rev 1726) @@ -0,0 +1,7 @@ +language-binding web site: + + sphinx-build -b [changes|linkcheck|doctest] . www + +ads free doumentation: + + sphinx-build . docs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |