Skip to content

Commit

Permalink
restructure + rename
Browse files Browse the repository at this point in the history
  • Loading branch information
geo-martino committed Jan 15, 2024
1 parent d78adf7 commit ea8fb5a
Show file tree
Hide file tree
Showing 153 changed files with 1,427 additions and 1,054 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches: [ v0.3 ]
paths:
- src/**
- musify/**
pull_request_target:
branches: [ v0.3 ]
paths:
- src/**
- musify/**

workflow_dispatch:

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
push:
branches: [ v0.3 ]
paths:
- src/**
- musify/**
- docs/**
- make*
pull_request_target:
branches: [ v0.3 ]
paths:
- src/**
- musify/**
- docs/**
- make*

Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Sphinx build
run: |
make clean
sphinx-apidoc -o ./docs ./src/syncify -d 4 --force --module-first --separate --no-toc -t ./docs/_templates
sphinx-apidoc -o ./docs ./musify -d 4 --force --module-first --separate --no-toc -t ./docs/_templates
make html
- name: Upload artifact
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ instance/
# Sphinx/other documentation
docs/_build/
docs/modules.rst
docs/syncify*.rst
docs/musify*.rst
.grip/

# PyBuilder
Expand Down
1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions .idea/syncify.iml → .idea/musify.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ea8fb5a

Please sign in to comment.