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 | 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: | asyn documentation improvements |
From: | Mark Rivers via Core-talk <core-talk at aps.anl.gov> |
To: | "core-talk at aps.anl.gov" <core-talk at aps.anl.gov> |
Date: | Tue, 7 Mar 2023 23:32:57 +0000 |
Folks, While I could not attend the Codeathon, I have been working on a Codeathon-style project. I have converted the asyn documentation (documentation/asynDriver.html and asynRecord.html) from raw HTML to Sphinx reST. I used the Read the Docs
theme (sphinx-rtd-theme). I set up a Github Actions job to publish them to Github Pages, where they can now be found. http://epics-modules.github.io/asyn/ I also converted asyn/documentation/RELEASE_NOTES.html to asyn/RELEASE.md
https://github.com/epics-modules/asyn/blob/master/RELEASE.md I still need to convert some of the smaller HTML files, but the heavy lifting is done. Mark |