Skip to content

Commit ddb603b

Browse files
authored
Merge pull request #1160 from choldgraf/docs-update
Remove federation related docs to split using and operating a bhub docs
2 parents 7847789 + e59d00d commit ddb603b

File tree

13 files changed

+27
-360
lines changed

13 files changed

+27
-360
lines changed

.circleci/config.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

doc/_static/custom.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
img.logo {
2-
width:100%
3-
}
4-
51
.right-next {
62
float: right;
73
max-width: 45%;

doc/community/index.rst

Lines changed: 0 additions & 13 deletions
This file was deleted.

doc/conf.py

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
'sphinx.ext.autodoc',
4949
'sphinx.ext.napoleon',
5050
'autodoc_traits',
51-
'sphinx_copybutton'
51+
'sphinx_copybutton',
52+
'myst_parser',
5253
]
5354

5455
# Add any paths that contain templates here, relative to this directory.
@@ -58,12 +59,6 @@
5859
# You can specify multiple suffix as a list of string:
5960
source_suffix = ['.rst', '.md']
6061

61-
# Support markdown via recommonmark:
62-
from recommonmark.parser import CommonMarkParser
63-
source_parsers = {
64-
'.md': CommonMarkParser,
65-
}
66-
6762
# The master toctree document.
6863
master_doc = 'index'
6964

@@ -114,7 +109,11 @@
114109
# further. For a list of options available for each theme, see the
115110
# documentation.
116111
#
117-
html_theme_options = {}
112+
html_theme_options = {
113+
"use_edit_page_button": True,
114+
"github_url": "https://github.com/jupyterhub/binderhub",
115+
"twitter_url": "https://twitter.com/mybinderteam",
116+
}
118117

119118
# Add any paths that contain custom static files (such as style sheets) here,
120119
# relative to this directory. They are copied after the builtin static files,
@@ -222,8 +221,3 @@ def create_internal_redirects(app, docname):
222221

223222
def setup(app):
224223
app.connect("build-finished", create_internal_redirects)
225-
226-
# -- Run Federation script ----------------------------------------------
227-
from subprocess import run
228-
cmd = ["python", op.join('script', 'gen_federation.py')]
229-
run(cmd)

doc/contribute.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
```{include} ../CONTRIBUTING.md
2+
```

doc/customization/index.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
Customization
2-
=============
1+
Customize and Maintain
2+
======================
33

4-
Information on how to customize your BinderHub as well as explore what others
5-
in the community have done.
4+
These pages cover common use-cases and needs when deploying your own BinderHub.
5+
This includes configuring and customizing your BinderHub deployment, as well as
6+
best-practices in debugging issues.
67

78
.. toctree::
89
:maxdepth: 2
910
:caption: Customization and deployment
1011

11-
../debug
1212
../customizing
13+
../debug
1314
../authentication
1415
../https

doc/developer/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Administrators and developers
2-
=============================
1+
Technical Reference
2+
===================
33

44
A more detailed overview of the BinderHub design, architecture, and functionality.
55

doc/doc-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# documentation specific extra packages
2-
sphinx>=1.7
3-
recommonmark==0.4.0
2+
myst-parser
43
sphinx-copybutton
54
traitlets
65
pandas
76
ruamel.yaml
87
pydata_sphinx_theme
8+
sphinx>=1.7
99
# install BinderHub dependencies. We manually list them here because some
1010
# dependencies (like pycurl) can't be installed on ReadTheDocs and aren't
1111
# needed to build the docs.

doc/federation/data-federation.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

doc/federation/federation.rst

Lines changed: 0 additions & 129 deletions
This file was deleted.

0 commit comments

Comments
 (0)