-
Notifications
You must be signed in to change notification settings - Fork 20
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 #179 from lookit/feature/try-out-sphinx
Move to Sphinx documentation from Yuidoc
- Loading branch information
Showing
101 changed files
with
8,155 additions
and
473 deletions.
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 |
---|---|---|
|
@@ -11,3 +11,5 @@ node_modules | |
blueprints | ||
vendor | ||
helpers.js | ||
_build | ||
_themes |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "docs"] | ||
path = docs | ||
url = https://github.com/lookit/lookit-frameplayer-docs.git | ||
[submodule "_themes/sphinx_rtd_theme"] | ||
path = _themes/sphinx_rtd_theme | ||
url = https://github.com/kimberscott/sphinx-rtd-theme-frameplayer |
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, and also | ||
# from the environment for the first two. | ||
SPHINXOPTS ?= | ||
SPHINXBUILD ?= sphinx-build | ||
SOURCEDIR = ./app | ||
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,72 @@ | ||
div.version { | ||
margin-left: 1.5em; | ||
color: gray; | ||
margin-top: .5em; | ||
margin-bottom: .5em; | ||
} | ||
|
||
nav#toggle-lookit-frameplayer ul { | ||
list-style: none; | ||
margin: 0; | ||
padding: 0px; | ||
margin-top: 2em; | ||
} | ||
|
||
nav#toggle-lookit-frameplayer li { | ||
float: left; | ||
border-bottom-width: 0; | ||
border: thin solid whitesmoke; | ||
padding: 10px 10px .5em 12px; | ||
border-width: 1px 1px 0px 1px; | ||
margin: 0 10px 0 0; | ||
border-radius: 20px 8px 0px 0px; | ||
background-color: #343131; | ||
} | ||
|
||
nav#toggle-lookit-frameplayer li a { | ||
font-weight: bold; | ||
color: #9a9a9a; | ||
} | ||
|
||
nav#toggle-lookit-frameplayer li a:visited { | ||
color: #9a9a9a; | ||
} | ||
|
||
#toggle-lookit-frameplayer #selected { | ||
position: relative; | ||
top: 1px; | ||
} | ||
|
||
#toggle-lookit-frameplayer #selected a, #toggle-lookit-frameplayer #selected a:visited { | ||
color: white; | ||
} | ||
|
||
div.wy-side-nav-search { | ||
clear: both; | ||
display:inline-block; | ||
|
||
border-bottom: thin solid whitesmoke; | ||
margin-bottom: 0px !important; | ||
padding-bottom: 0px !important;; | ||
} | ||
|
||
|
||
.wy-nav-side { | ||
width: 20em; | ||
} | ||
|
||
.wy-side-scroll { | ||
width: 22em; | ||
} | ||
|
||
.wy-side-nav-search { | ||
width: 20em; | ||
} | ||
|
||
.wy-menu-vertical { | ||
width: 20em; | ||
} | ||
|
||
.wy-nav-content-wrap { | ||
margin-left: 20em; | ||
} |
Submodule sphinx_rtd_theme
added at
0ed829
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
Oops, something went wrong.