Ok. thanks

I installed it and have it configured (i think properly). I am able to
query the database and the module is loading.


here is a problem I keep getting,
$ make html
sphinx-build -b html -d build/doctrees   source build/html
Running Sphinx v1.0.1
Initializing SQLTable
loading pickled environment... done
building [html]: targets for 1 source files that are out of date
updating environment: 0 added, 1 changed, 0 removed
reading sources... [100%] index


/home/user/Python/test1/source/index.rst:22: (ERROR/3) Error in "sqltable"
directive:
invalid option block.

.. sqltable::
   :sqltable_connection_string: sqlite:///sampledata.db
   select name from users


looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [100%] index


writing additional files... (0 module code pages) genindex search
copying static files... done
dumping search index... done
dumping object inventory... done
build succeeded, 1 warning.

Build finished. The HTML pages are in build/html.





On Sat, Mar 3, 2012 at 8:06 AM, werner <wbru...@free.fr> wrote:

>  On 03/03/2012 13:44, Rita wrote:
>
> Thanks for your response! Is there a more generic solution? what if i
> don't use sqlite
>
> Have not usee it but as it supports all SQLAlchemy supported db's you have
> quite a selection:
>
> http://sqlalchemy.readthedocs.org/en/latest/core/engines.html
>
> Werner
>
>
> On Sat, Mar 3, 2012 at 7:29 AM, togakushi <nina.togaku...@gmail.com>wrote:
>
>> Hi,
>>
>> Try this
>> http://www.doughellmann.com/docs/sphinxcontrib-sqltable/index.html
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "sphinx-dev" group.
>> To post to this group, send email to sphinx-dev@googlegroups.com.
>> To unsubscribe from this group, send email to
>> sphinx-dev+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/sphinx-dev?hl=en.
>>
>>
>
>
>  --
> --- Get your facts first, then you can distort them as you please.--
> --
> You received this message because you are subscribed to the Google Groups
> "sphinx-dev" group.
> To post to this group, send email to sphinx-dev@googlegroups.com.
> To unsubscribe from this group, send email to
> sphinx-dev+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/sphinx-dev?hl=en.
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "sphinx-dev" group.
> To post to this group, send email to sphinx-dev@googlegroups.com.
> To unsubscribe from this group, send email to
> sphinx-dev+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/sphinx-dev?hl=en.
>



-- 
--- Get your facts first, then you can distort them as you please.--

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-dev@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to