Merge pull request #101 from kmpeters/github-pages-docs

Make motor documentation compatible with github pages
This commit is contained in:
Kevin Peterson
2018-08-01 13:41:26 -05:00
committed by GitHub
22 changed files with 18 additions and 10 deletions
+1 -2
View File
@@ -6,7 +6,7 @@ APS BCDA synApps module: motor
**Note**: Current discussion on future of the *motor* module repository: https://github.com/epics-modules/motor/issues/55
For more information, see:
* [main page](http://htmlpreview.github.io/?https://github.com/epics-modules/motor/blob/master/documentation/motor.html)
* [main page](https://epics-modules.github.io/motor)
* [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)
@@ -14,5 +14,4 @@ For more information, see:
[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%20Long%20Description**%0A%0A**Why%20should%20this%20be%20added?**%0A&labels=enhancement)
converted from APS SVN repository: Fri Oct 16 12:31:41 CDT 2015
+8
View File
@@ -0,0 +1,8 @@
# HTML documentation
* [index.html](https://epics-modules.github.io/motor) (formerly motor.html)
* [motorDeviceDriver.html](https://epics-modules.github.io/motor/motorDeviceDriver.html)
* [motorRecord.html](https://epics-modules.github.io/motor/motorRecord.html)
* [motor_files.html](https://epics-modules.github.io/motor/motor_files.html)
* [motor_release.html](https://epics-modules.github.io/motor/motor_release.html)
* [trajectoryScan.html](https://epics-modules.github.io/motor/trajectoryScan.html)

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

@@ -43,6 +43,15 @@ the links in the table below: <br />
<td><b>Known Problems</b></td>
<td><b>Release Date</b></td>
</tr>
<tr>
<td>Latest</td>
<td>R3.15.5-3.14.12.5</td>
<td><a href="https://github.com/epics-modules/motor/archive/master.zip">master.zip</a></td>
<td><a href="motorRecord.html">motorRecord.html</a></td>
<td><a href="motor_release.html">motor_release.html</a></td>
<td><a href="Problems.html">Problems</a></td>
<td>n/a</td>
</tr>
<tr>
<td>R6-10</td>
<td>R3.15.5-3.14.12.5</td>

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

-8
View File
@@ -1,8 +0,0 @@
# HTML documentation
* [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)