Skip to content

Commit

Permalink
Merge pull request #18 from epics-modules/upd_doc
Browse files Browse the repository at this point in the history
Update documentation
  • Loading branch information
gabrielfedel authored Jan 31, 2024
2 parents 5c179df + efa3485 commit d07a561
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 19 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
---

# devLib2 - Library for direct MMIO access to PCI and VME64x
* [Documentation and example](http://epics.sourceforge.net/devlib2/)
* [Documentation and example](https://epics-modules.github.io/devlib2/)
* Requires: [EPICS Base](http://www.aps.anl.gov/epics/) >= 3.14.8.2
4 changes: 2 additions & 2 deletions documentation/mainpage.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The @ref mmio "MMIO API" is included in EPICS Base >=3.15.0.2
@section whereis Source
Releases can be found at @url http://sourceforge.net/projects/epics/files/devlib2/
Releases can be found at @url https://github.com/epics-modules/devlib2/tags
VCS source browser
@url https://github.com/epics-modules/devlib2
Expand All @@ -22,7 +22,7 @@ Or checked out with
git clone https://github.com/epics-modules/devlib2.git
The canonical version of this page is @url http://epics.sourceforge.net/devlib2/
The canonical version of this page is @url https://epics-modules.github.io/devlib2
@subsection requires Requires
Expand Down
7 changes: 6 additions & 1 deletion scripts/pushdoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,9 @@ die() {

(cd documentation && doxygen)

rsync -av --delete documentation/doc/html/ $USER,epics@frs.sourceforge.net:/home/project-web/epics/htdocs/devlib2/
git checkout gh-pages
cp -r documentation/doc/html/* .
rm -rf documentation
git add .
git commit -m "Last updates to documentation"
git push origin gh-pages
15 changes: 0 additions & 15 deletions scripts/uploadtar.sh

This file was deleted.

0 comments on commit d07a561

Please sign in to comment.