i would like to use sphinx to orchestrate the processing and display of 
experiment data. i have data stored on a filesystem in an ordered way. 
something  like

trial_a/
  data1.csv
  data2.csv
trial_b/ 
  data1.csv
  ...

i would like to traverse the filesystem and processes the data using 
python, generate reports, and displays the reports using  html-based front 
end, the reports are mainly  plots, and links to other pages and data 
files. 

i have used sphinx and it seem almost perfect for this. my first thought 
was to run a python script to go through all directories and write the 
relevant .rst pages., then run a sphinx build. but it seems as though i 
could do it all with sphinx in some way, using templates or something. 

does anyone have any recommendations for this type of application? 

thanks






for k is os.listdir():
     generate_rst()


-- 
You received this message because you are subscribed to the Google Groups 
"Thinking Sphinx" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/thinking-sphinx?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to