Skip to content

Commit 2aa1bc9

Browse files
authored
Merge pull request #1311 from mathbunnyru/asalikhov/docs_cleanup
Cleanup docs: new svg icon, remove old files, fix pygments lexer warning
2 parents d65306c + c93515e commit 2aa1bc9

File tree

7 files changed

+95
-5
lines changed

7 files changed

+95
-5
lines changed

docs/_static/jupyter-logo.png

-15.9 KB
Binary file not shown.

docs/_static/jupyter-logo.svg

Lines changed: 90 additions & 0 deletions
Loading
-39.9 KB
Binary file not shown.
-11.3 KB
Binary file not shown.

docs/_static/travis-plus-repo.png

-19.8 KB
Binary file not shown.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
'github_user': 'jupyter',
9797
'github_repo': 'docker-stacks',
9898
'github_type': 'star',
99-
'logo': 'jupyter-logo.png',
99+
'logo': 'jupyter-logo.svg',
100100
'logo_text_align': 'left'
101101
}
102102

docs/contributing/stacks.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,28 +34,28 @@ cookiecutter https://github.com/jupyter/cookiecutter-docker-stacks.git
3434
Enter a name for your new stack image. This will serve as both the git repository name and the part
3535
of the Docker image name after the slash.
3636

37-
```lang-none
37+
```text
3838
stack_name [my-jupyter-stack]:
3939
```
4040

4141
Enter the user or organization name under which this stack will reside on Docker Hub. You
4242
must have access to manage this Docker Hub organization to push images here and set up automated
4343
builds.
4444

45-
```lang-none
45+
```text
4646
stack_org [my-project]:
4747
```
4848

4949
Select an image from the jupyter/docker-stacks project that will serve as the base for your new
5050
image.
5151

52-
```lang-none
52+
```text
5353
stack_base_image [jupyter/base-notebook]:
5454
```
5555

5656
Enter a longer description of the stack for your README.
5757

58-
```lang-none
58+
```text
5959
stack_description [my-jupyter-stack is a community maintained Jupyter Docker Stack image]:
6060
```
6161

0 commit comments

Comments
 (0)