From 28f4a8f2ed0cab43bc4430e9327a46be59a83863 Mon Sep 17 00:00:00 2001 From: Pete R Jemian Date: Wed, 9 Nov 2016 14:52:29 -0600 Subject: [PATCH 1/3] display each HTML file --- documentation/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 documentation/README.md diff --git a/documentation/README.md b/documentation/README.md new file mode 100644 index 00000000..2a2dd045 --- /dev/null +++ b/documentation/README.md @@ -0,0 +1,8 @@ +# HTML documentation + +* [motor.html](http://htmlpreview.github.com/?https://github.com/epics-modules/utils/blob/master/documentation/motor.html) +* [motorDeviceDriver.html](http://htmlpreview.github.com/?https://github.com/epics-modules/utils/blob/master/documentation/motorDeviceDriver.html) +* [motorRecord.html](http://htmlpreview.github.com/?https://github.com/epics-modules/utils/blob/master/documentation/motorRecord.html) +* [motor_files.html](http://htmlpreview.github.com/?https://github.com/epics-modules/utils/blob/master/documentation/motor_files.html) +* [motor_release.html](http://htmlpreview.github.com/?https://github.com/epics-modules/utils/blob/master/documentation/motor_release.html) +* [trajectoryScan.html](http://htmlpreview.github.com/?https://github.com/epics-modules/utils/blob/master/documentation/trajectoryScan.html) From e23721fb0c6fe62a077218319cc4ed009a978ae9 Mon Sep 17 00:00:00 2001 From: Pete R Jemian Date: Wed, 9 Nov 2016 14:55:07 -0600 Subject: [PATCH 2/3] the module name --- documentation/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/documentation/README.md b/documentation/README.md index 2a2dd045..9a4b7e91 100644 --- a/documentation/README.md +++ b/documentation/README.md @@ -1,8 +1,8 @@ # HTML documentation -* [motor.html](http://htmlpreview.github.com/?https://github.com/epics-modules/utils/blob/master/documentation/motor.html) -* [motorDeviceDriver.html](http://htmlpreview.github.com/?https://github.com/epics-modules/utils/blob/master/documentation/motorDeviceDriver.html) -* [motorRecord.html](http://htmlpreview.github.com/?https://github.com/epics-modules/utils/blob/master/documentation/motorRecord.html) -* [motor_files.html](http://htmlpreview.github.com/?https://github.com/epics-modules/utils/blob/master/documentation/motor_files.html) -* [motor_release.html](http://htmlpreview.github.com/?https://github.com/epics-modules/utils/blob/master/documentation/motor_release.html) -* [trajectoryScan.html](http://htmlpreview.github.com/?https://github.com/epics-modules/utils/blob/master/documentation/trajectoryScan.html) +* [motor.html](http://htmlpreview.github.com/?https://github.com/epics-modules/motor/blob/master/documentation/motor.html) +* [motorDeviceDriver.html](http://htmlpreview.github.com/?https://github.com/epics-modules/motor/blob/master/documentation/motorDeviceDriver.html) +* [motorRecord.html](http://htmlpreview.github.com/?https://github.com/epics-modules/motor/blob/master/documentation/motorRecord.html) +* [motor_files.html](http://htmlpreview.github.com/?https://github.com/epics-modules/motor/blob/master/documentation/motor_files.html) +* [motor_release.html](http://htmlpreview.github.com/?https://github.com/epics-modules/motor/blob/master/documentation/motor_release.html) +* [trajectoryScan.html](http://htmlpreview.github.com/?https://github.com/epics-modules/motor/blob/master/documentation/trajectoryScan.html) From f718aaa3bab1f15e4973cea7b25a8ae935774345 Mon Sep 17 00:00:00 2001 From: Pete R Jemian Date: Wed, 9 Nov 2016 14:55:54 -0600 Subject: [PATCH 3/3] link to all HTML docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 25912443..fae0d79e 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ For more information, see: * [main page](http://htmlpreview.github.io/?https://github.com/epics-modules/motor/blob/master/documentation/motor.html) * [motor wiki](https://github.com/epics-modules/motor/wiki) * http://www.aps.anl.gov/bcda/synApps +* [HTML documentation](https://github.com/epics-modules/motor/blob/master/documentation/README.md) [Report an issue with Motor](https://github.com/epics-modules/motor/issues/new?title=%20ISSUE%20NAME%20HERE&body=**Describe%20the%20issue**%0A%0A**Steps%20to%20reproduce**%0A1.%20Step%20one%0A2.%20Step%20two%0A3.%20Step%20three%0A%0A**Expected%20behaivour**%0A%0A**Actual%20behaviour**%0A%0A**Build%20Environment**%0AArchitecture:%0AEpics%20Base%20Version:%0ADependent%20Module%20Versions:&labels=bug) [Request a feature](https://github.com/epics-modules/motor/issues/new?title=%20FEATURE%20SHORT%20DESCRIPTION&body=**Feature Long Description**%0A%0A**Why%20should%20this%20be%20added?**%0A&labels=enhancement)