Skip to content

Remove duplicate info now added at https://github.com/scientificcomp… #66

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Nov 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,6 @@ format: jb-book
root: index

parts:
- caption: Python packaging
chapters:
- file: "docs/part1/packaging"
- file: "docs/part1/testing"
- file: "docs/part1/coverage"
- file: "docs/part1/linting"
- file: "docs/part1/pre_commit.md"

- caption: Github tools
chapters:
- file: "docs/part2/github"
- file: "docs/part2/citable"
- file: "docs/part2/issues"

- caption: Documentation
chapters:
Expand Down
29 changes: 0 additions & 29 deletions docs/part1/coverage.md

This file was deleted.

62 changes: 0 additions & 62 deletions docs/part1/linting.md

This file was deleted.

54 changes: 0 additions & 54 deletions docs/part1/packaging.md

This file was deleted.

21 changes: 0 additions & 21 deletions docs/part1/pre_commit.md

This file was deleted.

36 changes: 0 additions & 36 deletions docs/part1/testing.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/part2/citable.md

This file was deleted.

24 changes: 0 additions & 24 deletions docs/part2/github.md

This file was deleted.

2 changes: 0 additions & 2 deletions docs/part2/issues.md

This file was deleted.

3 changes: 1 addition & 2 deletions docs/part3/publishing_book.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Publishing a Jupyter-book as a webpage

To make it simple to integrate the Jupyter-book with Github, we using Github Pages, as described in
[Publishing to Github Pages](publishing-to-pages).
To make it simple to integrate the Jupyter-book with Github, we using Github Pages, as described in [Publishing to Github Pages](https://scientificcomputing.github.io/gh-workflows.html#publishing-to-pages).

## Official Github Actions
Follow the steps in [Publishing with a Github Custom Actions workflow](https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#publishing-with-a-custom-github-actions-workflow)
Expand Down
2 changes: 1 addition & 1 deletion docs/part4/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ See [Publishing to Github Packages](https://docs.github.com/en/actions/publishin
You can choose if the image is public or private, see [Access control](https://docs.github.com/en/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility) for more information.

## DockerHub
There are [Github workflows](../part2/github.md) for [publishing to DockerHub](https://docs.github.com/en/actions/publishing-packages/publishing-docker-images#publishing-images-to-docker-hub).
There are [Github workflows](https://scientificcomputing.github.io/gh-workflows.html#workflows) for [publishing to DockerHub](https://docs.github.com/en/actions/publishing-packages/publishing-docker-images#publishing-images-to-docker-hub).
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ test = [
docs = [
"jupyter-book", # Required to build documentation
"jupytext", # Required to convert .py to .ipynb files
"ipython!=8.7.0" # https://github.com/ipython/ipython/issues/13845
]

binder = [ # Required to interface with Binder when having a Dockerfile in root
Expand Down