Skip to content

Commit

Permalink
Merge pull request #14 from Zsailer/docs
Browse files Browse the repository at this point in the history
Name initial core team and add documentation about roles
  • Loading branch information
Zsailer authored Jan 13, 2022
2 parents c1a8930 + 827393e commit 4503863
Show file tree
Hide file tree
Showing 18 changed files with 948 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
_build
docs/team/active.txt
docs/team/inactive.txt
.ipynb_checkpoints
.vscode
4 changes: 4 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# CODE OF CONDUCT

The projects hosted in the JupyterHub organizations follow the
[Project Jupyter Code of Conduct](https://github.com/jupyter/governance/blob/master/conduct/code_of_conduct.md).
20 changes: 20 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Minimal makefile for Sphinx documentation
#

# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = python -msphinx
SPHINXPROJ = TeamCompass
SOURCEDIR = .
BUILDDIR = _build

# Put it first so that "make" without argument is like "make help".
help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

.PHONY: help Makefile

# 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)
43 changes: 43 additions & 0 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
.contrib_entry p {
margin: 2px;
text-align: center;
}

p.contrib_affiliation {
font-size: .7em;
font-weight: bold;
}

.contribs_text {
font-size: .8em;
}

.contrib_entry p.contribs {
float: left;
margin: 0px;
}

td.contrib_entry {
width: 100px;
height: 200px;
padding: 1em !important;
vertical-align: top;
text-align: center;
}

td.contrib_entry a {
text-decoration: none;
}

td.contrib_entry img {
max-width: 120px;
}

table.contributors {
margin: 0px auto;
}

/* Team colors */
p.team {
font-size: .8em;
}
Binary file added docs/_static/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
213 changes: 213 additions & 0 deletions docs/_static/jupyter_server_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4503863

Please sign in to comment.