Skip to content

Commit

Permalink
change docs-mk to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedNasser8 committed Aug 5, 2024
1 parent 368ebce commit 383310d
Show file tree
Hide file tree
Showing 87 changed files with 5 additions and 1,388 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:
- name: Build MkDocs documentation
run: |
poetry run mkdocs build
working-directory: docs-mk
working-directory: docs

- name: Publish to gh-pages
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
with:
publish_branch: gh-pages # default: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs-mk/site
publish_dir: docs/site
force_orphan: true

- run: echo "Status of job = ${{ job.status }}."
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ junit
docs/build
docs/source/generated
docs/source/sg_execution_times.rst
docs-mk/site
docs-mk/docs/generated
docs/site
docs/docs/generated
20 changes: 0 additions & 20 deletions docs/Makefile

This file was deleted.

2 changes: 1 addition & 1 deletion docs-mk/docs/about/index.md → docs/docs/about/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# About

osipi is developed by the **Open Source Initiative for Perfusion Imaging (OSIPI)**, an initiative of the perfusion study group of the **International Society for Magnetic Resonance in Medicine (ISMRM)**.
The osipi Library is developed by the **Open Source Initiative for Perfusion Imaging (OSIPI)**, an initiative of the perfusion study group of the **International Society for Magnetic Resonance in Medicine (ISMRM)**.

The osipi package structure and logic follow the lexicon defined by OSIPI, and wrap around selected implementations collected in the code contributions of OSIPI.

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file removed docs/examples/.DS_Store
Binary file not shown.
5 changes: 0 additions & 5 deletions docs/examples/README.rst

This file was deleted.

3 changes: 0 additions & 3 deletions docs/examples/aif/README.rst

This file was deleted.

52 changes: 0 additions & 52 deletions docs/examples/aif/plot_aif_parker.py

This file was deleted.

51 changes: 0 additions & 51 deletions docs/examples/aif/plot_dummy.py

This file was deleted.

29 changes: 0 additions & 29 deletions docs/examples/signal/plot_signal_SPGR.py

This file was deleted.

27 changes: 0 additions & 27 deletions docs/examples/signal/plot_signal_linear.py

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions docs/examples/tissue/README.rst

This file was deleted.

Loading

0 comments on commit 383310d

Please sign in to comment.