Skip to content

Commit

Permalink
Merge pull request #139 from jupyterlab/rtd
Browse files Browse the repository at this point in the history
Add team-compass page including JupyterLab Council members
  • Loading branch information
afshin authored Jul 4, 2022
2 parents f6adf67 + 151e0de commit 8ffc08a
Show file tree
Hide file tree
Showing 18 changed files with 974 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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
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.
231 changes: 231 additions & 0 deletions docs/_static/jupyterlab_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 8ffc08a

Please sign in to comment.