Add newlines

This commit is contained in:
Ayaz Salikhov
2021-04-17 18:20:37 +03:00
parent bf9660a054
commit a8b7682fd6
18 changed files with 18 additions and 18 deletions

View File

@@ -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).

View File

@@ -58,4 +58,4 @@ $(docker run --rm ${IMAGE_NAME} R --silent -e 'installed.packages(.Library)[, c(
\`\`\` \`\`\`
$(docker run --rm ${IMAGE_NAME} apt list --installed) $(docker run --rm ${IMAGE_NAME} apt list --installed)
\`\`\` \`\`\`
EOF EOF

View File

@@ -57,4 +57,4 @@
}, },
"nbformat": 4, "nbformat": 4,
"nbformat_minor": 4 "nbformat_minor": 4
} }

View File

@@ -38,4 +38,4 @@
}, },
"nbformat": 4, "nbformat": 4,
"nbformat_minor": 4 "nbformat_minor": 4
} }

View File

@@ -40,4 +40,4 @@
}, },
"nbformat": 4, "nbformat": 4,
"nbformat_minor": 4 "nbformat_minor": 4
} }

View File

@@ -60,4 +60,4 @@
}, },
"nbformat": 4, "nbformat": 4,
"nbformat_minor": 4 "nbformat_minor": 4
} }

View File

@@ -17,4 +17,4 @@ help:
# Catch-all target: route all unknown targets to Sphinx using the new # Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile %: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

View File

@@ -1,3 +1,3 @@
body div.sphinxsidebarwrapper p.logo { body div.sphinxsidebarwrapper p.logo {
text-align: left; text-align: left;
} }

View File

@@ -22,4 +22,4 @@ your problem.
* If you have a general question about how to use the Jupyter Docker Stacks in * 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 your environment, in conjunction with other tools, with customizations, and so
on, please post your question on the [Jupyter Discourse on, please post your question on the [Jupyter Discourse
site](https://discourse.jupyter.org). site](https://discourse.jupyter.org).

View File

@@ -111,4 +111,4 @@ RUN cd /tmp && echo "hello!"
[rules]: https://github.com/hadolint/hadolint#rules [rules]: https://github.com/hadolint/hadolint#rules
[DL3006]: https://github.com/hadolint/hadolint/wiki/DL3006 [DL3006]: https://github.com/hadolint/hadolint/wiki/DL3006
[DL3008]: https://github.com/hadolint/hadolint/wiki/DL3008 [DL3008]: https://github.com/hadolint/hadolint/wiki/DL3008
[pre-commit]: https://pre-commit.com/ [pre-commit]: https://pre-commit.com/

View File

@@ -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. 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. 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.

View File

@@ -127,4 +127,4 @@ conda install --channel defaults humanize
conda config --system --prepend channels defaults conda config --system --prepend channels defaults
# install a package # install a package
conda install humanize conda install humanize
``` ```

View File

@@ -249,4 +249,4 @@ sess.run(hello)
[sparkr]: https://spark.apache.org/docs/latest/sparkr.html [sparkr]: https://spark.apache.org/docs/latest/sparkr.html
[sparklyr]: https://spark.rstudio.com/ [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

View File

@@ -41,4 +41,4 @@ include softlayer.makefile
# Preset notebook configurations # Preset notebook configurations
include self-signed.makefile include self-signed.makefile
include letsencrypt.makefile include letsencrypt.makefile

View File

@@ -146,4 +146,4 @@
"metadata": {} "metadata": {}
} }
] ]
} }

View File

@@ -48,4 +48,4 @@ $(docker run --rm ${IMAGE_NAME} conda list)
\`\`\` \`\`\`
$(docker run --rm ${IMAGE_NAME} apt list --installed) $(docker run --rm ${IMAGE_NAME} apt list --installed)
\`\`\` \`\`\`
EOF EOF

View File

@@ -5,4 +5,4 @@ log_cli_level = INFO
log_cli_format = %(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s) log_cli_format = %(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)
log_cli_date_format=%Y-%m-%d %H:%M:%S log_cli_date_format=%Y-%m-%d %H:%M:%S
markers = markers =
info: marks tests as info (deselect with '-m "not info"') info: marks tests as info (deselect with '-m "not info"')

View File

@@ -42,4 +42,4 @@ $(docker run --rm ${IMAGE_NAME} conda list)
\`\`\` \`\`\`
$(docker run --rm ${IMAGE_NAME} apt list --installed) $(docker run --rm ${IMAGE_NAME} apt list --installed)
\`\`\` \`\`\`
EOF EOF