Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding sidebar links #309

Merged
merged 1 commit into from
Apr 26, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
div.sphinxsidebarwrapper h1.logo {
font-size: 2.3rem;
div.toctree-wrapper p.caption {
display: none;
}
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
html_sidebars = {
'**': [
'about.html',
'globaltoc.html',
'relations.html',
'searchbox.html',
'donate.html',
Expand All @@ -74,3 +75,6 @@
'github_banner': False,
'github_type': 'star',
}

def setup(app):
app.add_stylesheet('custom.css')
8 changes: 8 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ We have a bunch of tutorials to get you started.

.. toctree::
:titlesonly:
:caption: Installation

install/digitalocean
install/jetstream
Expand All @@ -48,6 +49,7 @@ Content and Data

.. toctree::
:titlesonly:
:caption: Content and data

howto/content/nbgitpuller
howto/content/add-data
Expand All @@ -58,6 +60,7 @@ The user environment

.. toctree::
:titlesonly:
:caption: The user environment

howto/env/user-environment
howto/env/notebook-interfaces
Expand All @@ -72,6 +75,7 @@ with your JupyterHub. For more information on Authentication, see

.. toctree::
:titlesonly:
:caption: Authentication

howto/auth/dummy
howto/auth/github
Expand All @@ -83,6 +87,7 @@ Administration and security

.. toctree::
:titlesonly:
:caption: Administration and security

howto/admin/admin-users
howto/admin/resource-estimation
Expand All @@ -99,6 +104,7 @@ Topic guides provide in-depth explanations of specific topics.

.. toctree::
:titlesonly:
:caption: Topic guides

topic/whentouse
topic/requirements
Expand All @@ -118,6 +124,7 @@ guides help you find what is broken & hopefully fix it.

.. toctree::
:titlesonly:
:caption: Troubleshooting

troubleshooting/logs

Expand All @@ -142,6 +149,7 @@ to people contributing in various ways.

.. toctree::
:titlesonly:
:caption: Contributing

contributing/docs
contributing/code-review
Expand Down