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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add team-compass page including JupyterLab Council members #139

Merged
merged 18 commits into from Jul 4, 2022
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
5 changes: 5 additions & 0 deletions .gitignore
Expand Up @@ -3,3 +3,8 @@
# PyCharm
.idea/
*.iml

# docs generated files
_build
docs/team/active.txt
docs/team/inactive.txt
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# team-compass
# JupyterLab team-compass

A repository for team interaction, syncing, and handling meeting notes across the JupyterLab ecosystem.

Expand Down
20 changes: 20 additions & 0 deletions docs/Makefile
@@ -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
@@ -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
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
231 changes: 231 additions & 0 deletions docs/_static/jupyterlab_logo.svg
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
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.