Difference between revisions of "Developers"

From Phaserwiki
(delete email link)
 
(3 intermediate revisions by 2 users not shown)
Line 4: Line 4:
  
 
;Group
 
;Group
* [[ Gabor Bunkoczi | Dr Gabor Bunkoczi ]]
+
* [[ Tristan Croll  | Dr Tristan Croll ]]
 
* [[ Airlie J. McCoy | Dr Airlie McCoy ]]
 
* [[ Airlie J. McCoy | Dr Airlie McCoy ]]
 
* [[ Robert Oeffner  | Dr Robert Oeffner ]]
 
* [[ Robert Oeffner  | Dr Robert Oeffner ]]
Line 10: Line 10:
  
 
;Alumni
 
;Alumni
 +
* [[ Gabor Bunkoczi  | Dr Gabor Bunkoczi ]]
 
* Dr Anne Baker
 
* Dr Anne Baker
 
* Dr Laurent Storoni
 
* Dr Laurent Storoni
 
* Dr Hamsapriye
 
* Dr Hamsapriye
 +
 +
 +
;Converting wiki page into rst for phenix docs
 +
# Copy and paste desired wiki source (not raw html) into text file, say Phenix-dev\modules\phenix_html\rst_files\reference\MRwiki.txt.
 +
# Copy any images referenced by MRwiki.txt to Phenix-dev\modules\phenix_html\rst_files\images\
 +
# Image references in MRwiki.txt need to be amended from Image:mypic.gif to Image:../images/mypic.gif
 +
# Install Pandoc on your PC
 +
# Change direcotry to Phenix-dev\modules\phenix_html\rst_files\reference and run Pandoc with command line:
 +
#:<pre>pandoc --columns=150 --toc -f mediawiki MRwiki.txt -t rst -o MRwiki_rst.txt</pre>
 +
# Run phenix_html.rebuild_docs
 +
# Inspect new file Phenix\doc\reference\MRwiki_rst.html
 +
# If happy commit files to phenix_html svn server

Latest revision as of 09:52, 9 March 2018

Principal Investigator


Group


Alumni


Converting wiki page into rst for phenix docs
  1. Copy and paste desired wiki source (not raw html) into text file, say Phenix-dev\modules\phenix_html\rst_files\reference\MRwiki.txt.
  2. Copy any images referenced by MRwiki.txt to Phenix-dev\modules\phenix_html\rst_files\images\
  3. Image references in MRwiki.txt need to be amended from Image:mypic.gif to Image:../images/mypic.gif
  4. Install Pandoc on your PC
  5. Change direcotry to Phenix-dev\modules\phenix_html\rst_files\reference and run Pandoc with command line:
    pandoc --columns=150 --toc -f mediawiki MRwiki.txt -t rst -o MRwiki_rst.txt
  6. Run phenix_html.rebuild_docs
  7. Inspect new file Phenix\doc\reference\MRwiki_rst.html
  8. If happy commit files to phenix_html svn server