index.rst 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. ..
  2. .. Copyright 2018-2022 Elyra Authors
  3. ..
  4. .. Licensed under the Apache License, Version 2.0 (the "License");
  5. .. you may not use this file except in compliance with the License.
  6. .. You may obtain a copy of the License at
  7. ..
  8. .. http://www.apache.org/licenses/LICENSE-2.0
  9. ..
  10. .. Unless required by applicable law or agreed to in writing, software
  11. .. distributed under the License is distributed on an "AS IS" BASIS,
  12. .. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. .. See the License for the specific language governing permissions and
  14. .. limitations under the License.
  15. ..
  16. .. Elyra documentation master file, created by
  17. sphinx-quickstart on Wed Apr 29 21:41:11 2020.
  18. You can adapt this file completely to your liking, but it should at least
  19. contain the root `toctree` directive.
  20. Elyra Documentation
  21. =================================
  22. Elyra is a set of AI-centric extensions to JupyterLab Notebooks.
  23. .. toctree::
  24. :maxdepth: 1
  25. :caption: Getting Started
  26. getting_started/overview.md
  27. getting_started/installation.md
  28. getting_started/starting.md
  29. getting_started/published-resources.md
  30. getting_started/tutorials.md
  31. getting_started/getting-help.md
  32. getting_started/changelog.md
  33. .. toctree::
  34. :maxdepth: 1
  35. :caption: User Guide
  36. user_guide/jupyterlab-interface.md
  37. user_guide/command-line-interface.md
  38. user_guide/runtime-conf.md
  39. user_guide/runtime-image-conf.md
  40. user_guide/pipelines.md
  41. user_guide/pipeline-components.md
  42. user_guide/best-practices-custom-pipeline-components
  43. user_guide/best-practices-file-based-nodes.md
  44. user_guide/enhanced-script-support.md
  45. user_guide/code-snippets.md
  46. .. toctree::
  47. :maxdepth: 1
  48. :caption: Recipes
  49. recipes/deploying-elyra-in-a-jupyterhub-environment.md
  50. recipes/deploying-kubeflow-locally-for-dev.md
  51. recipes/deploying-elyra-with-opendatahub.md
  52. recipes/using-elyra-with-kubeflow-notebook-server.md
  53. recipes/running-elyra-in-air-gapped-environment.md
  54. recipes/creating-a-custom-runtime-image.md
  55. recipes/visualizing-output-in-the-kfp-ui.md
  56. recipes/configure-airflow-as-a-runtime.md
  57. .. toctree::
  58. :maxdepth: 1
  59. :caption: Developer Guide
  60. developer_guide/contributing.md
  61. developer_guide/development-workflow.md
  62. developer_guide/issue-management.md
  63. developer_guide/logging.md
  64. developer_guide/metadata.md
  65. developer_guide/pipelines.md
  66. developer_guide/pipeline-component-connectors.md
  67. developer_guide/trackers.md
  68. developer_guide/troubleshooting.md
  69. developer_guide/release.md