Hello --
I don't think needs_sphinx is relevant, as I know what sphinx I am using 
and my understanding is that using this setting would cause sphinx to error 
if I try to use an older sphinx.

I have read everything I could find about autogen and autosummary.  I am 
able to successfully use these settings, and automatically generate 
documentation for my python classes.  The problem that I am having is that 
the table list of methods in the automatically generated documentation does 
not have the "xref" links to the actual documentation below.  From my 
original post:

*previously generated doc, with links*: 
http://dta.googlecode.com/git-history/4f593ec661fe5309ad0af5f027aefb02519fd726/doc/_build/html/_generated/dta.Centroid.html

*more recently generated doc, without links*: 
http://dta.googlecode.com/git-history/55ccd338da95c0ff6c41ddee1875655d2023039c/doc/_build/html/_generated/dta.Centroid.html

What I have been unable to figure out is why is the table not linking to 
the documentation?  I have also generated documentation for another project 
(so using the same version of sphinx) with very similar configuration and 
the *links are there*.  So something must have gone wrong with my 
documentation generation for this one project causing the links not to show 
up, but I have not been able to figure out what it is.
-Lisa

On Monday, October 29, 2012 8:18:12 AM UTC-7, gsavix wrote:
>
> try force this in your conf.py to your 1.1.3 and see logs and results.
>  # If your documentation needs a minimal Sphinx version, state it here.
>  #needs_sphinx = '1.0'
>
> 2012/10/29 gilberto dos santos alves <gsa...@gmail.com <javascript:>>
>
>> if i understand your issue, have you see this entire documentation more 
>> detailed information about 
>> "
>> *sphinx-autogen* – generate autodoc stub 
>> pages<http://sphinx.pocoo.org/latest/ext/autosummary.html#sphinx-autogen-generate-autodoc-stub-pages>
>>  
>>
>> The *sphinx-autogen* script can be used to conveniently generate stub 
>> documentation pages for items included in 
>> autosummary<http://sphinx.pocoo.org/latest/ext/autosummary.html#directive-autosummary>
>>  listings.
>>
>> For example, the command
>>
>> $ sphinx-autogen -o generated *.rst
>>
>> "
>> please what is your operation system, and python version? are you 
>> verified variables PATH and PYTHONPATH to assure that they point for your 
>> new sphinx versions? best regards
>>
>>
>>
>> http://sphinx.pocoo.org/latest/ext/autosummary.html#module-sphinx.ext.autosummary
>>
>>
>> 2012/10/25 Lisa Zorn <lisa...@sfcta.org <javascript:>>
>>
>>> Anyone?  This is so frustrating because I now build two sets of sphinx 
>>> documentation with the same code (sphinx 1.1.3)
>>> and similar conf.py files and one exhibits the problem and the other 
>>> does not.  I have made sure the problem set has no errors
>>> during documentation generation, I'm just not sure why one has the xref 
>>> but the other one does not.
>>> -Lisa
>>>
>>>
>>> On Friday, August 17, 2012 12:29:16 PM UTC-7, Lisa Zorn wrote:
>>>>
>>>> Hello --
>>>> I was using sphinx 1.0.7 and autosummary to generate html for my python 
>>>> module.  I recently upgraded to sphinx 1.1.3 and now for the class pages, 
>>>> the methods no longer link to their documentation.
>>>>
>>>> old: http://dta.googlecode.**com/git-history/**
>>>> 4f593ec661fe5309ad0af5f027aefb**02519fd726/doc/_build/html/_**
>>>> generated/dta.Centroid.html<http://dta.googlecode.com/git-history/4f593ec661fe5309ad0af5f027aefb02519fd726/doc/_build/html/_generated/dta.Centroid.html>
>>>>
>>>> new: http://dta.googlecode.**com/git-history/**
>>>> 55ccd338da95c0ff6c41ddee187565**5d2023039c/doc/_build/html/_**
>>>> generated/dta.Centroid.html<http://dta.googlecode.com/git-history/55ccd338da95c0ff6c41ddee1875655d2023039c/doc/_build/html/_generated/dta.Centroid.html>
>>>>
>>>> I have looked around for options and so forth that could have caused 
>>>> this but found nothing.  My conf.py and index.rst are in here: 
>>>> http://code.google.com/**p/dta/source/browse/?name=dev#**git%2Fdoc<http://code.google.com/p/dta/source/browse/?name=dev#git%2Fdoc>
>>>>
>>>> Thank you for any assistance; I really need those links back because 
>>>> the pages are a hassle to use now.
>>>> -Lisa
>>>>
>>>  -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "sphinx-dev" group.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msg/sphinx-dev/-/sdxnsdrr1PgJ.
>>>
>>> To post to this group, send email to sphin...@googlegroups.com<javascript:>
>>> .
>>> To unsubscribe from this group, send email to 
>>> sphinx-dev+...@googlegroups.com <javascript:>.
>>> For more options, visit this group at 
>>> http://groups.google.com/group/sphinx-dev?hl=en.
>>>
>>
>>
>>
>> -- 
>> gilberto dos santos alves
>> +55.11.98646-5049
>> são paulo - sp - brasil
>>
>>
>>
>>
>>
>>  
>
>
> -- 
> gilberto dos santos alves
> +55.11.98646-5049
> são paulo - sp - brasil
>
>
>
>
>
> 

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sphinx-dev/-/B_WWI931AjQJ.
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