Hi Everyone,
I am very new to Sphinx development and I want to write an extension
to include the CiteULike (or Pubmed) citations in the Sphinx
documentation. So basically if anyone include some footnote in running
text like following,

[#citeulike:8208972]_ [#citeulike:7847175]_

then end results should be a list of References like

[1] caGrid Workflow Toolkit: A Taverna based workflow tool for cancer
Grid.

[2] Ruffus: a lightweight Python library for computational pipelines


In background parser should recognize the citeulike:xxxxxxx tag and
call the web-services to get the appropriate reference and put them on
right place. This is quite similar what jsmath and pngmath do by
recognizing inline tex with $mytex$. But here I want to extend the
footnote functionality and I also want to have a list of the collected
citeulikes accross the whole documentation at one place. I am not sure
where to start with this, any feedback and input is highly
appreciated.

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

Reply via email to