Skip to content
This repository was archived by the owner on Apr 15, 2022. It is now read-only.

Commit a8a4e12

Browse files
author
Ben Epstein
authored
Dbaas 4100 (#72)
* Update README.md Update documentation * sphinx testing * sphinx progress on pysplice * more progress * looking cleaner * looking cleaner * added config * moving docs to root * updated function signatures * modify readthedocs.yaml * changed sys path * handle for running outside of the cloud service (for readthedocs) : * mock imports * auto mock import failed * master doc * removed special members: * removed special member reference * working locally failing upstream * Update notebook.py Added experiment_id option to get_mlflow_ui * Update notebook.py added run_id parameter * cleanup * tabs * Update README.md * Update README.md * docs * adding pred column for predict_proba * mlflow UI cleaner * cleanup on stats functions * pca_with_scores fix * pca_with_scores fix
1 parent daf602c commit a8a4e12

File tree

196 files changed

+64385
-818
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

196 files changed

+64385
-818
lines changed

.readthedocs.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# .readthedocs.yml
2+
# Read the Docs configuration file
3+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4+
5+
# Required
6+
version: 2
7+
8+
# Build documentation in the docs/ directory with Sphinx
9+
sphinx:
10+
configuration: docs/conf.py
11+
12+
# Build documentation with MkDocs
13+
#mkdocs:
14+
# configuration: mkdocs.yml
15+
16+
# Optionally build your docs in additional formats such as PDF
17+
formats:
18+
- pdf
19+
20+
# Optionally set the version of Python and requirements required to build your docs
21+
python:
22+
version: 3.7
23+
install:
24+
- requirements: requirements.txt

README.md

Lines changed: 1200 additions & 345 deletions
Large diffs are not rendered by default.

docs/Makefile

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Minimal makefile for Sphinx documentation
2+
#
3+
4+
# You can set these variables from the command line, and also
5+
# from the environment for the first two.
6+
SPHINXOPTS ?=
7+
SPHINXBUILD ?= sphinx-build
8+
SOURCEDIR = .
9+
BUILDDIR = _build
10+
11+
# Put it first so that "make" without argument is like "make help".
12+
help:
13+
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
14+
15+
.PHONY: help Makefile
16+
17+
# Catch-all target: route all unknown targets to Sphinx using the new
18+
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
19+
%: Makefile
20+
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
326 KB
Binary file not shown.
9.31 KB
Binary file not shown.

docs/_build/doctrees/index.doctree

5.86 KB
Binary file not shown.

docs/_build/doctrees/spark.doctree

4.05 KB
Binary file not shown.
3.44 KB
Binary file not shown.
136 KB
Binary file not shown.
14.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)