Skip to content

Commit f260ad2

Browse files
committed
doc: change folder name from doc to docs
Signed-off-by: IonutMuthi <[email protected]>
1 parent 21d7e86 commit f260ad2

File tree

144 files changed

+15520
-3
lines changed

Some content is hidden

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

144 files changed

+15520
-3
lines changed

.github/workflows/generate_doc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@ jobs:
1717
python-version: "3.x"
1818

1919
- name: Install pip packages
20-
working-directory: doc
20+
working-directory: docs
2121
run: |
2222
pip install pip --upgrade
2323
pip install -r requirements.txt
2424
2525
- name: Build doc
26-
working-directory: doc
26+
working-directory: docs
2727
run: |
2828
make html SPHINXOPTS='-W --keep-going'
2929
3030
- name: Store the generated doc
3131
uses: actions/upload-artifact@v4
3232
with:
3333
name: html
34-
path: doc/_build/html
34+
path: docs/_build/html
3535

3636
deploy-doc:
3737
runs-on: ubuntu-latest
File renamed without changes.
File renamed without changes.
File renamed without changes.
754 KB
Binary file not shown.

docs/_build/doctrees/index.doctree

5.26 KB
Binary file not shown.
Binary file not shown.
15.7 KB
Binary file not shown.
Binary file not shown.
24.9 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3.93 KB
Binary file not shown.
6.71 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
51.5 KB
Binary file not shown.

docs/_build/html/.buildinfo

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: f6456bd14fb9100f8ff53edb5f16c5ec
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7
File renamed without changes.
Lines changed: 68 additions & 0 deletions
Lines changed: 35 additions & 0 deletions
Lines changed: 153 additions & 0 deletions
File renamed without changes.

docs/_build/html/_static/app.umd.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/_build/html/_static/app.umd.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)