Skip to content

Commit 527b3fb

Browse files
authored
Merge pull request #423 from pyvec/honzajavorek/structure
Change repo structure
2 parents 5af299f + ba13608 commit 527b3fb

Some content is hidden

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

43 files changed

+50
-41
lines changed

.github/workflows/check_links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install uv
1515
uses: astral-sh/setup-uv@v6
1616
- name: Build documentation
17-
run: uv run sphinx-build -nWaE . _build
17+
run: uv run sphinx-build -nWaE docs build
1818
- name: Link Checker
1919
id: lychee
2020
uses: lycheeverse/lychee-action@v2

.github/workflows/generate_grants.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
- name: Install uv
1414
uses: astral-sh/setup-uv@v6
1515
- name: Generate the list of grants
16-
run: uv run python _scripts/generate_grants.py > ./operations/grants.rst
16+
run: uv run python scripts/generate_grants.py > ./docs/operations/grants.rst
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1919
- name: Create PR
2020
uses: peter-evans/create-pull-request@v7
2121
with:
2222
token: ${{ secrets.GITHUB_TOKEN }}
23-
add-paths: ./operations/grants.rst
23+
add-paths: ./docs/operations/grants.rst
2424
commit-message: "update the list of grants (generated)"
2525
branch: automation/grants
2626
title: "Automated update of the list of grants"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
- name: Test
1313
run: uv run pytest
1414
- name: Build documentation
15-
run: uv run sphinx-build -nWaE . _build
15+
run: uv run sphinx-build -nWaE docs build

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ python:
88
- method: pip
99
path: .
1010
sphinx:
11-
configuration: conf.py
11+
configuration: docs/conf.py
1212
fail_on_warning: true

CONTRIBUTING.rst

Lines changed: 2 additions & 2 deletions

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2024 Pyvec, z.s. <[email protected]>
1+
Copyright (c) 2025 Pyvec, z.s. <[email protected]>
22

33
Texty a obrázky materiálů jsou uvolněny pod licencí CC BY-SA 4.0
44
https://creativecommons.org/licenses/by-sa/4.0

LICENSE.MIT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2024 Pyvec, z.s. <[email protected]>
3+
Copyright (c) 2025 Pyvec, z.s. <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)