mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-07 18:14:05 +00:00
Add newlines
This commit is contained in:
@@ -1 +1 @@
|
||||
Please see the [Project Jupyter Code of Conduct](https://github.com/jupyter/governance/blob/master/conduct/code_of_conduct.md).
|
||||
Please see the [Project Jupyter Code of Conduct](https://github.com/jupyter/governance/blob/master/conduct/code_of_conduct.md).
|
||||
|
@@ -58,4 +58,4 @@ $(docker run --rm ${IMAGE_NAME} R --silent -e 'installed.packages(.Library)[, c(
|
||||
\`\`\`
|
||||
$(docker run --rm ${IMAGE_NAME} apt list --installed)
|
||||
\`\`\`
|
||||
EOF
|
||||
EOF
|
||||
|
@@ -57,4 +57,4 @@
|
||||
},
|
||||
"nbformat": 4,
|
||||
"nbformat_minor": 4
|
||||
}
|
||||
}
|
||||
|
@@ -38,4 +38,4 @@
|
||||
},
|
||||
"nbformat": 4,
|
||||
"nbformat_minor": 4
|
||||
}
|
||||
}
|
||||
|
@@ -40,4 +40,4 @@
|
||||
},
|
||||
"nbformat": 4,
|
||||
"nbformat_minor": 4
|
||||
}
|
||||
}
|
||||
|
@@ -60,4 +60,4 @@
|
||||
},
|
||||
"nbformat": 4,
|
||||
"nbformat_minor": 4
|
||||
}
|
||||
}
|
||||
|
@@ -17,4 +17,4 @@ help:
|
||||
# Catch-all target: route all unknown targets to Sphinx using the new
|
||||
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
|
||||
%: Makefile
|
||||
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
|
||||
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
|
||||
|
2
docs/_static/custom.css
vendored
2
docs/_static/custom.css
vendored
@@ -1,3 +1,3 @@
|
||||
body div.sphinxsidebarwrapper p.logo {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
@@ -22,4 +22,4 @@ your problem.
|
||||
* If you have a general question about how to use the Jupyter Docker Stacks in
|
||||
your environment, in conjunction with other tools, with customizations, and so
|
||||
on, please post your question on the [Jupyter Discourse
|
||||
site](https://discourse.jupyter.org).
|
||||
site](https://discourse.jupyter.org).
|
||||
|
@@ -111,4 +111,4 @@ RUN cd /tmp && echo "hello!"
|
||||
[rules]: https://github.com/hadolint/hadolint#rules
|
||||
[DL3006]: https://github.com/hadolint/hadolint/wiki/DL3006
|
||||
[DL3008]: https://github.com/hadolint/hadolint/wiki/DL3008
|
||||
[pre-commit]: https://pre-commit.com/
|
||||
[pre-commit]: https://pre-commit.com/
|
||||
|
@@ -4,4 +4,4 @@ We are delighted when members of the Jupyter community want to help translate th
|
||||
|
||||
1. Follow the steps documented on the [Getting Started as a Translator](https://docs.transifex.com/getting-started-1/translators) page.
|
||||
2. Look for *jupyter-docker-stacks* when prompted to choose a translation team. Alternatively, visit https://www.transifex.com/project-jupyter/jupyter-docker-stacks-1 after creating your account and request to join the project.
|
||||
3. See [Translating with the Web Editor](https://docs.transifex.com/translation/translating-with-the-web-editor) in the Transifex documentation.
|
||||
3. See [Translating with the Web Editor](https://docs.transifex.com/translation/translating-with-the-web-editor) in the Transifex documentation.
|
||||
|
@@ -127,4 +127,4 @@ conda install --channel defaults humanize
|
||||
conda config --system --prepend channels defaults
|
||||
# install a package
|
||||
conda install humanize
|
||||
```
|
||||
```
|
||||
|
@@ -249,4 +249,4 @@ sess.run(hello)
|
||||
|
||||
[sparkr]: https://spark.apache.org/docs/latest/sparkr.html
|
||||
[sparklyr]: https://spark.rstudio.com/
|
||||
[spark-conf]: https://spark.apache.org/docs/latest/configuration.html
|
||||
[spark-conf]: https://spark.apache.org/docs/latest/configuration.html
|
||||
|
@@ -41,4 +41,4 @@ include softlayer.makefile
|
||||
|
||||
# Preset notebook configurations
|
||||
include self-signed.makefile
|
||||
include letsencrypt.makefile
|
||||
include letsencrypt.makefile
|
||||
|
@@ -146,4 +146,4 @@
|
||||
"metadata": {}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@@ -48,4 +48,4 @@ $(docker run --rm ${IMAGE_NAME} conda list)
|
||||
\`\`\`
|
||||
$(docker run --rm ${IMAGE_NAME} apt list --installed)
|
||||
\`\`\`
|
||||
EOF
|
||||
EOF
|
||||
|
@@ -5,4 +5,4 @@ log_cli_level = INFO
|
||||
log_cli_format = %(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)
|
||||
log_cli_date_format=%Y-%m-%d %H:%M:%S
|
||||
markers =
|
||||
info: marks tests as info (deselect with '-m "not info"')
|
||||
info: marks tests as info (deselect with '-m "not info"')
|
||||
|
@@ -42,4 +42,4 @@ $(docker run --rm ${IMAGE_NAME} conda list)
|
||||
\`\`\`
|
||||
$(docker run --rm ${IMAGE_NAME} apt list --installed)
|
||||
\`\`\`
|
||||
EOF
|
||||
EOF
|
||||
|
Reference in New Issue
Block a user