Hi Gilberto,
thankyou for your tip, but my prob is that I don't solve my prob just
changing the name of the produced HTML file. I mean: I need to have
particular file name, i.e. the name of the secion or subsection.
I.e.
if in my HTML file, I write help for the < dir > command, I would have
a dir.html file, that the java programmer can use when they write the
code that will call the help page,
Of course all this should be dinamicaly, otherwise I have to "hard
write" the name on the code. Instead I would have an algorithm that
can calculate the name in the conf.py and use the same algorithm in
the java side to calculate the name of the html that should be call.

do I made a good explanation? :-o

Renato

2012/10/29 gilberto dos santos alves <gsa...@gmail.com>:
> there are many options in conf.py file. see this one:
>
> http://code.google.com/p/dta/source/browse/doc/conf.py?name=dev
>
> standard way in apache2 http server your first html file is named index.html
> (you could change this for any name that you want). if you use microsoft
> http server standard name is default.asp .
>
> all these are in sphinx doc page:
>
> http://sphinx.pocoo.org/latest/config.html#build-config
>
> 2012/10/26 Renato <renato.pontef...@gmail.com>
>>
>> Hi,
>> maybe I've found a solution.
>> with the "make" sphinx utility, I create directly the html file (make
>> html, produce many html files)
>> I'm wondering if is it possible to define the name of html.
>> i.e.
>> I can call my HTML produced file:
>> 1.html
>> 2.html
>> ....
>>
>> Is it possible?
>> I mean:
>> what's the name that make give to html file? If it could be a particolar
>> tag, that should be the solution.
>>
>>
>> Isn't it? :-)
>>
>> Renato
>> .
>>
>>
>> Il giorno giovedì 25 ottobre 2012 10:42:50 UTC+2, Renato ha scritto:
>>>
>>> Hi,
>>> in my project (java project) the user view the various "function" of
>>> project, by browser.
>>> The resposible of the project (to wich I have shown my works in Rest)
>>> told me, that we need a contextual html help.
>>> I mean:
>>> whereever hte user is browsing, the help button, must show, the correct
>>> help page.
>>>
>>> Is it possible?
>>> Is it possible to show a specific page,led by placeholder?
>>>
>>> Because, I can tell to programmer to set a variable that could be passed
>>> to retrive the right page, when the user push the help button
>>>
>>> Is it possible?
>>>
>>> TIA
>>>
>>> Renato
>>
>>
>> Il giorno giovedì 25 ottobre 2012 10:42:50 UTC+2, Renato ha scritto:
>>>
>>> Hi,
>>> in my project (java project) the user view the various "function" of
>>> project, by browser.
>>> The resposible of the project (to wich I have shown my works in Rest)
>>> told me, that we need a contextual html help.
>>> I mean:
>>> whereever hte user is browsing, the help button, must show, the correct
>>> help page.
>>>
>>> Is it possible?
>>> Is it possible to show a specific page,led by placeholder?
>>>
>>> Because, I can tell to programmer to set a variable that could be passed
>>> to retrive the right page, when the user push the help button
>>>
>>> Is it possible?
>>>
>>> TIA
>>>
>>> Renato
>>
>> --
>> 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/-/qhTSYe-ca5wJ.
>>
>> 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.
>
>
>
>
> --
> 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 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.

Reply via email to