1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 <2016> 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 <2016> 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: motor6-10 |
From: | Pete Jemian <[email protected]> |
To: | Mark Rivers <[email protected]>, Matt Newville <[email protected]> |
Cc: | EPICS Tech Talk <[email protected]> |
Date: | Wed, 9 Nov 2016 16:47:37 -0600 |
On 11/9/2016 4:34 PM, Mark Rivers wrote: ...
So the EPICS documentation link uses an http URL, but areaDetector.html is assumed to be a file in the same directory. How would this be handled in a maintainable way if the documentation home move to github where simDetector.html and areaDetector.html reside in different repositories? Mark
Here is an example from the "ip" module where source page and referenced pages are in the same directory:
http://htmlpreview.github.io/?https://github.com/epics-modules/ip/blob/master/documentation/ipDoc.htmlTo cross repositories with a link might require absolute addressing with the htmlpreview method. I don't know an easier way.
Pete