-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #139 from jupyterlab/rtd
Add team-compass page including JupyterLab Council members
- Loading branch information
Showing
18 changed files
with
974 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,8 @@ | |
# PyCharm | ||
.idea/ | ||
*.iml | ||
|
||
# docs generated files | ||
_build | ||
docs/team/active.txt | ||
docs/team/inactive.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.