diff --git a/docs/_static/jupyter-logo.png b/docs/_static/jupyter-logo.png deleted file mode 100644 index c86b09a4..00000000 Binary files a/docs/_static/jupyter-logo.png and /dev/null differ diff --git a/docs/_static/jupyter-logo.svg b/docs/_static/jupyter-logo.svg new file mode 100644 index 00000000..ab255087 --- /dev/null +++ b/docs/_static/jupyter-logo.svg @@ -0,0 +1,90 @@ + +Group.svg +Created using Figma 0.90 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/_static/travis-build-settings.png b/docs/_static/travis-build-settings.png deleted file mode 100644 index 3d6b1a54..00000000 Binary files a/docs/_static/travis-build-settings.png and /dev/null differ diff --git a/docs/_static/travis-enable-build.png b/docs/_static/travis-enable-build.png deleted file mode 100644 index bc5c2058..00000000 Binary files a/docs/_static/travis-enable-build.png and /dev/null differ diff --git a/docs/_static/travis-plus-repo.png b/docs/_static/travis-plus-repo.png deleted file mode 100644 index 921b56e1..00000000 Binary files a/docs/_static/travis-plus-repo.png and /dev/null differ diff --git a/docs/conf.py b/docs/conf.py index 6e1dd507..2d5d9eb3 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -96,7 +96,7 @@ html_theme_options = { 'github_user': 'jupyter', 'github_repo': 'docker-stacks', 'github_type': 'star', - 'logo': 'jupyter-logo.png', + 'logo': 'jupyter-logo.svg', 'logo_text_align': 'left' } diff --git a/docs/contributing/stacks.md b/docs/contributing/stacks.md index 1de4e7a1..79f51f33 100644 --- a/docs/contributing/stacks.md +++ b/docs/contributing/stacks.md @@ -34,7 +34,7 @@ cookiecutter https://github.com/jupyter/cookiecutter-docker-stacks.git Enter a name for your new stack image. This will serve as both the git repository name and the part of the Docker image name after the slash. -```lang-none +```text stack_name [my-jupyter-stack]: ``` @@ -42,20 +42,20 @@ Enter the user or organization name under which this stack will reside on Docker must have access to manage this Docker Hub organization to push images here and set up automated builds. -```lang-none +```text stack_org [my-project]: ``` Select an image from the jupyter/docker-stacks project that will serve as the base for your new image. -```lang-none +```text stack_base_image [jupyter/base-notebook]: ``` Enter a longer description of the stack for your README. -```lang-none +```text stack_description [my-jupyter-stack is a community maintained Jupyter Docker Stack image]: ```