Skip to content

Commit

Permalink
[ENH] Move starter kit to new BIDS website with redirects (#414)
Browse files Browse the repository at this point in the history
* updates

* update templates

* update blog, converter, FAQ

* update FAQ

* clean governance

* work on rendering bep

* improve BEP and grant tables and announcement bar

* general fixes

* misc

* add links to redirects

* rm submodules

* minor fixes

* redirect validator

* mv example

* add banner

* [ENH] move tutorials out of starter kit

* [ENH] move remaining pages (#418)

* move remaining pages

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

* add redirects and clean up

* change links

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
Remi-Gau and pre-commit-ci[bot] authored Sep 27, 2024
1 parent f2328c5 commit afa0d28
Show file tree
Hide file tree
Showing 78 changed files with 85 additions and 10,281 deletions.
7 changes: 0 additions & 7 deletions .codespellrc

This file was deleted.

42 changes: 0 additions & 42 deletions .faq/FAQ.md

This file was deleted.

20 changes: 0 additions & 20 deletions .faq/suggest.md

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/build_book_on_pr.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/check_md_links.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/codespell.yml

This file was deleted.

4 changes: 1 addition & 3 deletions .github/workflows/deploy_book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ jobs:
with:
python-version: '3.12'
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
pip install -r requirements.txt
run: pip install jupyter-book

# Build the book
- name: Build the book
Expand Down
39 changes: 0 additions & 39 deletions .github/workflows/faqtory.yml

This file was deleted.

49 changes: 0 additions & 49 deletions .github/workflows/miss_hit.yml

This file was deleted.

63 changes: 0 additions & 63 deletions .github/workflows/no-bad-latin.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .gitmodules

This file was deleted.

16 changes: 2 additions & 14 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,11 @@ help:
clean:
rm -fr src/_build/

update_bep_list:
python tools/print_bep_list.py

update_faq: update_bep_list
faqtory build

update_filename_templates:
python tools/print_filename_templates.py

book: clean update_faq update_filename_templates ## build the book
book: clean ## build the book
jupyter-book build src

view: book ## view the book
$(BROWSER) $$PWD/src/_build/html/index.html

latin_check:
cd tools && python no-bad-latin.py

test: ## build the book and tests the links
jupyter-book build src -W --builder linkcheck
jupyter-book build src --builder linkcheck
Loading

0 comments on commit afa0d28

Please sign in to comment.