kopia lustrzana https://github.com/jupyterhub/repo2docker
commit
3337eaa31d
|
@ -1,7 +1,6 @@
|
||||||
# Note that there is also a Pipfile for this project if you are updating this
|
# Note that there is also a Pipfile for this project if you are updating this
|
||||||
# file do not forget to update the Pipfile accordingly
|
# file do not forget to update the Pipfile accordingly
|
||||||
sphinx>=1.4, !=1.5.4
|
sphinx>=1.4, !=1.5.4
|
||||||
recommonmark
|
recommonmark
|
||||||
alabaster
|
|
||||||
alabaster_jupyterhub
|
|
||||||
sphinxcontrib-autoprogram
|
sphinxcontrib-autoprogram
|
||||||
|
git+https://github.com/pandas-dev/pandas-sphinx-theme.git@master
|
||||||
|
|
Plik binarny nie jest wyświetlany.
Po Szerokość: | Wysokość: | Rozmiar: 13 KiB |
|
@ -109,7 +109,7 @@ pygments_style = "sphinx"
|
||||||
todo_include_todos = False
|
todo_include_todos = False
|
||||||
|
|
||||||
# repo2docker Logo
|
# repo2docker Logo
|
||||||
html_logo = "_static/images/repo2docker.svg"
|
html_logo = "_static/images/logo.png"
|
||||||
html_favicon = "_static/images/favicon.ico"
|
html_favicon = "_static/images/favicon.ico"
|
||||||
|
|
||||||
# -- Options for HTML output ----------------------------------------------
|
# -- Options for HTML output ----------------------------------------------
|
||||||
|
@ -117,10 +117,7 @@ html_favicon = "_static/images/favicon.ico"
|
||||||
# The theme to use for HTML and HTML Help pages. See the documentation for
|
# The theme to use for HTML and HTML Help pages. See the documentation for
|
||||||
# a list of builtin themes.
|
# a list of builtin themes.
|
||||||
#
|
#
|
||||||
import alabaster_jupyterhub
|
html_theme = "pandas_sphinx_theme"
|
||||||
|
|
||||||
html_theme = "alabaster_jupyterhub"
|
|
||||||
html_theme_path = [alabaster_jupyterhub.get_html_theme_path()]
|
|
||||||
|
|
||||||
# Theme options are theme-specific and customize the look and feel of a theme
|
# Theme options are theme-specific and customize the look and feel of a theme
|
||||||
# further. For a list of options available for each theme, see the
|
# further. For a list of options available for each theme, see the
|
||||||
|
@ -132,9 +129,7 @@ html_theme_path = [alabaster_jupyterhub.get_html_theme_path()]
|
||||||
# relative to this directory. They are copied after the builtin static files,
|
# relative to this directory. They are copied after the builtin static files,
|
||||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||||
html_static_path = ["_static"]
|
html_static_path = ["_static"]
|
||||||
html_sidebars = {
|
html_sidebars = {}
|
||||||
"**": ["globaltoc.html", "relations.html", "sourcelink.html", "searchbox.html"]
|
|
||||||
}
|
|
||||||
|
|
||||||
# -- Options for HTMLHelp output ------------------------------------------
|
# -- Options for HTMLHelp output ------------------------------------------
|
||||||
|
|
||||||
|
|
|
@ -17,12 +17,8 @@ GitHub contains a list of sample repositories for common configurations
|
||||||
that ``repo2docker`` can build with various configuration files such as
|
that ``repo2docker`` can build with various configuration files such as
|
||||||
Python and R installation in a repository.
|
Python and R installation in a repository.
|
||||||
|
|
||||||
Below is a list of supported configuration files (roughly in the order of build priority):
|
A list of supported configuration files (roughly in the order of build priority)
|
||||||
|
can be found on this page (and to the right).
|
||||||
.. contents::
|
|
||||||
:local:
|
|
||||||
:depth: 1
|
|
||||||
|
|
||||||
|
|
||||||
.. _environment.yml:
|
.. _environment.yml:
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
===========================
|
||||||
|
Configuring your repository
|
||||||
|
===========================
|
||||||
|
|
||||||
|
Information about configuring your repository to work with repo2docker,
|
||||||
|
and controlling elements of the built environment using configuration files.
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
:caption: Complete list of configuration files
|
||||||
|
|
||||||
|
../config_files
|
||||||
|
../specification
|
|
@ -0,0 +1,17 @@
|
||||||
|
============
|
||||||
|
Contributing
|
||||||
|
============
|
||||||
|
|
||||||
|
The repo2docker community is welcoming of all kinds of help and
|
||||||
|
participation from others. Below are a few ways that you can get involved,
|
||||||
|
as well as resources for understanding the structure and design of the
|
||||||
|
repo2docker package.
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
|
||||||
|
contributing
|
||||||
|
roadmap
|
||||||
|
../architecture
|
||||||
|
../design
|
||||||
|
tasks
|
||||||
|
buildpack
|
|
@ -0,0 +1,13 @@
|
||||||
|
===============
|
||||||
|
Getting Started
|
||||||
|
===============
|
||||||
|
|
||||||
|
Instructions and information on how to get started with repo2docker
|
||||||
|
on your own machine. Select from the pages listed below to begin.
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
|
../install
|
||||||
|
../usage
|
||||||
|
../faq
|
|
@ -0,0 +1,17 @@
|
||||||
|
=============
|
||||||
|
How-to Guides
|
||||||
|
=============
|
||||||
|
|
||||||
|
Short, actionable guides that cover specific topics with repo2docker.
|
||||||
|
Select from the pages listed below to get started.
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
:caption: How-To guides
|
||||||
|
|
||||||
|
user_interface
|
||||||
|
languages
|
||||||
|
export_environment
|
||||||
|
lab_workspaces
|
||||||
|
jupyterhub_images
|
||||||
|
deploy
|
|
@ -25,38 +25,15 @@ Please report `Bugs <https://github.com/jupyter/repo2docker/issues>`_,
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
:caption: Getting started with repo2docker
|
:caption: Getting started with repo2docker
|
||||||
|
|
||||||
install
|
getting-started/index
|
||||||
usage
|
howto/index
|
||||||
faq
|
configuration/index
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:maxdepth: 2
|
|
||||||
:caption: How-To guides
|
|
||||||
|
|
||||||
howto/user_interface
|
|
||||||
howto/languages
|
|
||||||
howto/export_environment
|
|
||||||
howto/lab_workspaces
|
|
||||||
howto/jupyterhub_images
|
|
||||||
howto/deploy
|
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:maxdepth: 2
|
|
||||||
:caption: Complete list of configuration files
|
|
||||||
|
|
||||||
config_files
|
|
||||||
specification
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
:caption: Contribute to repo2docker
|
:caption: Contribute to repo2docker
|
||||||
|
|
||||||
contributing/contributing
|
contributing/index
|
||||||
contributing/roadmap
|
|
||||||
architecture
|
|
||||||
design
|
|
||||||
contributing/tasks
|
|
||||||
contributing/buildpack
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
Ładowanie…
Reference in New Issue