Skip to content

Commit 255b738

Browse files
authored
Merge pull request #38 from bparks13/main
Update ONIX Documentation
2 parents b6eb2a5 + 291bb1f commit 255b738

File tree

108 files changed

+561
-8516
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+561
-8516
lines changed

.github/workflows/gh-pages.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414

1515
# 1. Generate HTML files
1616
- name: Check out repository code
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4
1818

1919
- name: Setup Python
20-
uses: actions/setup-python@v4
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: "3.10"
2323

@@ -26,7 +26,7 @@ jobs:
2626
python -m pip install --upgrade pipenv wheel
2727
2828
- id: cache-pipenv
29-
uses: actions/cache@v1
29+
uses: actions/cache@v4
3030
with:
3131
path: ~/.local/share/virtualenvs
3232
key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }}
@@ -43,7 +43,7 @@ jobs:
4343
# 2. Add and commit HTML files to gh-pages branch
4444
- name: Commit documentation changes
4545
run: |
46-
git clone https://github.com/open-ephys/onix-docs.git --branch gh-pages --single-branch gh-pages
46+
git clone https://github.com/${{ github.repository_owner }}/onix-docs.git --branch gh-pages --single-branch gh-pages
4747
cp -r docs/html/* gh-pages/
4848
cd gh-pages
4949
git config --local user.email "[email protected]"

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ then you can build the documentation
3030
3131
pipenv run make html
3232
33-
if you want run ``make`` multiple times, prepend ``pipenv run`` on each command can be annoying,
34-
you can spawn a subshell with
33+
if you want to run ``make`` multiple times, prepending ``pipenv run`` on each command can be annoying.
34+
You can spawn a subshell with
3535

3636
.. code:: shell
3737

source/API Reference/clroni/context.rst

-7
This file was deleted.

source/API Reference/clroni/device.rst

-7
This file was deleted.

source/API Reference/clroni/doxygen-xml/_context_8cs.xml

-384
This file was deleted.

source/API Reference/clroni/doxygen-xml/_context_handle_8cs.xml

-36
This file was deleted.

source/API Reference/clroni/doxygen-xml/_device_8cs.xml

-33
This file was deleted.

0 commit comments

Comments
 (0)