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

Name initial core team and add documentation about roles #14

Merged
merged 24 commits into from
Jan 13, 2022
Merged
Show file tree
Hide file tree
Changes from 22 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
6cb0628
add initial docs for team-compass page
Zsailer Dec 15, 2021
300f196
add gitignore and remove contributors.txt
Zsailer Dec 15, 2021
b6de97d
remove _build
Zsailer Dec 15, 2021
6c44ec0
update
Zsailer Dec 30, 2021
c46f198
add Luciano to Server Team
Zsailer Dec 30, 2021
2dc2cfd
drop team colors and rewrite team roles
Zsailer Jan 6, 2022
239a321
remove references to team colors
Zsailer Jan 6, 2022
9c2445d
Update docs/team/contributors-jupyter-server.yaml
Zsailer Jan 6, 2022
b9b019c
Update docs/team/member-guide.md
Zsailer Jan 6, 2022
2f19967
Update docs/team/member-guide.md
Zsailer Jan 6, 2022
bba2bc0
Update docs/team/becoming-member.md
Zsailer Jan 6, 2022
6882630
Update docs/team/becoming-member.md
Zsailer Jan 12, 2022
a948f42
Update docs/team/becoming-member.md
Zsailer Jan 12, 2022
bdd97fe
Update docs/team/becoming-member.md
Zsailer Jan 12, 2022
a72f3ed
Update docs/team/becoming-member.md
Zsailer Jan 12, 2022
862f844
Update docs/team/becoming-member.md
Zsailer Jan 12, 2022
4d074c5
Update docs/team/becoming-member.md
Zsailer Jan 12, 2022
6f0f6e5
Update docs/team/member-guide.md
Zsailer Jan 12, 2022
bcecaea
Update docs/team/becoming-member.md
Zsailer Jan 12, 2022
d9c8689
Update docs/team/becoming-member.md
Zsailer Jan 12, 2022
32fd1af
Update docs/team/becoming-member.md
Zsailer Jan 12, 2022
5879ad6
Update docs/team/becoming-member.md
blink1073 Jan 12, 2022
aa2201f
Update docs/team/becoming-member.md
Zsailer Jan 13, 2022
827393e
Update docs/team/member-guide.md
Zsailer Jan 13, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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