-
Notifications
You must be signed in to change notification settings - Fork 835
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rebuilt navigation entirely, now has new folder structure and simpler…
… headings
- Loading branch information
Showing
16 changed files
with
176 additions
and
173 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
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,12 @@ | ||
============ | ||
Contents | ||
============ | ||
|
||
.. toctree:: | ||
|
||
Getting Started </nav/getting-started.rst> | ||
Concepts </nav/concepts.rst> | ||
Configuration </nav/configuration.rst> | ||
Tutorials </nav/tutorials.rst> | ||
Reference <nav/reference.rst> | ||
Contributing </nav/contributing.rst> |
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,3 @@ | ||
============== | ||
Concepts | ||
============== |
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,15 @@ | ||
============================ | ||
Deployments | ||
============================ | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
Deployment Techniques </workflow/deploying.md> | ||
Supported API Protocols </graph/protocols.md> | ||
Testing Model Endpoints </workflow/serving.md> | ||
Replica Scaling </graph/scaling.md> | ||
Model Metadata </reference/apis/metadata.md> | ||
Budgeting Disruptions </graph/disruption-budgets.md> | ||
AB Tests and Progressive Rollouts </rollouts/abtests.md> | ||
Troubleshooting Deployments </workflow/troubleshooting.md> |
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,11 @@ | ||
============================ | ||
Installation Configuration | ||
============================ | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
Detailed Installation Parameters </reference/helm.rst> | ||
Usage Reporting </workflow/usage-reporting.md> | ||
Changelog </reference/changelog.rst> | ||
Upgrading </reference/upgrading.md> |
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,18 @@ | ||
============================ | ||
Integrations | ||
============================ | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
CI/CD MLOps at Scale </analytics/cicd-mlops.md> | ||
Payload Logging </analytics/logging.md> | ||
Distributed Tracing with Jaeger </graph/distributed-tracing.md> | ||
Batch Processing </servers/batch.md> | ||
Stream Processing with KNative </streaming/knative_eventing.md> | ||
Metrics with Prometheus </analytics/analytics.md> | ||
Native Kafka Integration </streaming/kafka.md> | ||
Drift Detection </analytics/drift_detection.md> | ||
Model Explanations </analytics/explainers.md> | ||
Outlier Detection </analytics/outlier_detection.md> | ||
|
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,13 @@ | ||
============================ | ||
Routing | ||
============================ | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
Istio Ingress </ingress/istio.md> | ||
Ambassador Ingress </ingress/ambassador.md> | ||
OpenShift </ingress/openshift.md> | ||
Routers (incl. Multi armed Bandits) </analytics/routers.md> | ||
Inference Graphs </graph/inference-graph.md> | ||
|
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,17 @@ | ||
============================ | ||
Servers | ||
============================ | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
Custom Inference Servers </servers/custom.md> | ||
Storage Initializers </servers/index.rst> | ||
Inference Optimization </production/optimization.md> | ||
XGBoost Server </servers/xgboost.md> | ||
Triton Inference Server </servers/triton.md> | ||
SKLearn Server </servers/sklearn.md> | ||
Tempo Server </servers/tempo.md> | ||
MLFlow Server </servers/mlflow.md> | ||
TensorFlow Serving </servers/tensorflow.md> | ||
|
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,13 @@ | ||
============================ | ||
Wrappers and SDKs | ||
============================ | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
Python Language Wrapper </python/index.rst> | ||
Go Language Wrapper </go/go_wrapper_link.rst> | ||
Java Language Wrapper </java/README.md> | ||
Nodejs Language Wrapper </nodejs/README.md> | ||
C++ Language Wrapper </cpp/README.md> | ||
R Language Wrapper </R/README.md> |
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,13 @@ | ||
================ | ||
Configuration | ||
================ | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
Installation </nav/config/installation.rst> | ||
Deployments </nav/config/deployments.rst> | ||
Servers </nav/config/servers.rst> | ||
Routing </nav/config/routing.rst> | ||
Wrappers and SDKs </nav/config/wrappers.rst> | ||
Integrations </nav/config/integrations.rst> |
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,12 @@ | ||
============================ | ||
Contributing | ||
============================ | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
Overview </developer/readme.md> | ||
Contributing to Seldon Core </developer/contributing.rst> | ||
End to End Tests </developer/e2e.rst> | ||
Roadmap </developer/roadmap.md> | ||
Build using private repo </developer/build-using-private-repo.md> |
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,9 @@ | ||
============== | ||
Quickstart | ||
============== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
Quickstart Guide </workflow/github-readme.rst> | ||
Installation </nav/installation.rst> |
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,9 @@ | ||
============== | ||
Installation | ||
============== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:titlesonly: | ||
|
||
Installation on Kubernetes </workflow/install.md> |
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 @@ | ||
============================ | ||
Reference | ||
============================ | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
Annotation Based Configuration </graph/annotations.md> | ||
Benchmarking </reference/benchmarking.md> | ||
General Availability </reference/ga.md> | ||
Helm Charts </graph/helm_charts.md> | ||
Images </reference/images.md> | ||
Logging and Log Level </analytics/log_level.md> | ||
Private Docker Registry </graph/private_registries.md> | ||
Prediction APIs </reference/apis/index> | ||
Python API Reference </python/api/modules.rst> | ||
Release Highlights </reference/release-highlights> | ||
Seldon Deployment CRD </reference/seldon-deployment.md> | ||
Service Orchestrator </graph/svcorch.md> | ||
Kubeflow </analytics/kubeflow.md> |
Oops, something went wrong.