Search is not available for this dataset
repo_id
stringlengths
12
110
file_path
stringlengths
24
164
content
stringlengths
3
89.3M
__index_level_0__
int64
0
0
public_repos/epydoc
public_repos/epydoc/doc/license.html
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <html> <head> <title>Epydoc License</title> <link rel="stylesheet" href="epydoc.css" type="text/css"/> </head> <!-- $Id: license.html 1211 2006-04-10 19:38:37Z edloper $ --> <body> <div class="body"> <h1> Epydoc License </h1> <p>Epydoc is governed by the MIT open-source l...
0
public_repos/epydoc
public_repos/epydoc/doc/stylesheet.html
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <html> <head> <title>Default Epydoc CSS Stylesheet</title> <link rel="stylesheet" href="epydoc.css" type="text/css"/> </head> <!-- $Id: stylesheet.html 1211 2006-04-10 19:38:37Z edloper $ --> <body> <div class="body"> <h1>Default Epydoc CSS Stylesheet</h1> <p> Note: this...
0
public_repos/epydoc
public_repos/epydoc/doc/custom.css
/* :Author: Edward Loper :Copyright: This stylesheet has been placed in the public domain. Stylesheet for use with Docutils. */ @import url("docutils.css"); /*===================================================================*/ /* Navigation box */ table.navbox { border-right: 1px solid black; border-left: 1px...
0
public_repos/epydoc
public_repos/epydoc/doc/epytextintro.html
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <html> <head> <title>A Brief Introduction to Epytext </title> <link rel="stylesheet" href="epydoc.css" type="text/css"/> </head> <!-- $Id: epytextintro.html 1417 2007-01-17 21:41:59Z edloper $ --> <body> <div class="body"> <h1> A Brief Introduction to Epytext </h1> <p> E...
0
public_repos/epydoc
public_repos/epydoc/doc/index.html
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <html> <head> <title>Epydoc</title> <link rel="stylesheet" href="epydoc.css" type="text/css"/> </head> <!-- $Id: index.html 1687 2008-01-30 03:39:22Z edloper $ --> <body> <div class="body"> <h1>Epydoc</h1> <center><i>Automatic API Documentation Generation for Python</i></...
0
public_repos/epydoc
public_repos/epydoc/doc/manual-usage.txt
Using Epydoc ============ .. $Id: manual-usage.txt 1554 2007-02-27 03:31:56Z edloper $ Epydoc provides two user interfaces: * The command line interface, which is accessed via a script named ``epydoc`` (or ``epydoc.py`` on Windows) * The graphical interface, which is accessed via a script named ``epydocgui`` (or...
0
public_repos/epydoc
public_repos/epydoc/doc/manual-othermarkup.txt
Alternate Markup Languages ========================== .. $Id: manual-othermarkup.txt 1598 2007-09-06 13:02:50Z dvarrazzo $ Epydoc's default markup language is epytext__, a lightweight markup language that's easy to write and to understand. But if epytext is not powerful enough for you, or doesn't suit your needs, epy...
0
public_repos/epydoc
public_repos/epydoc/doc/epydoc-latex-demo.tex
% epydoc -- Demo & description of latex writer output % % Copyright (C) 2008 Edward Loper % Author: Edward Loper <edloper@loper.org> % URL: <http://epydoc.sf.net> % % $Id: apidoc.py 1729 2008-02-19 16:49:16Z edloper $ % This is the basic preamble that's always included (in the api.tex file). % If any reStructuredText ...
0
public_repos/epydoc
public_repos/epydoc/doc/rst-template2.txt
%(head_prefix)s %(head)s %(stylesheet)s %(body_prefix)s %(body_pre_docinfo)s %(docinfo)s %(body)s </div> <table width="100%%" class="navbox" cellpadding="1" cellspacing="0"> <tr> <a class="nav" href="../index.html"> <td align="center" width="20%%" class="nav"> <a class="nav" href="../index.html"> Home</...
0
public_repos/epydoc
public_repos/epydoc/doc/docutils.css
/* :Author: David Goodger :Contact: goodger@python.org :Date: $Date: 2006-05-21 22:44:42 +0200 (Sun, 21 May 2006) $ :Revision: $Revision: 4564 $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. See http://docutils.sf.net/docs/howto/html-s...
0
public_repos/epydoc
public_repos/epydoc/doc/manual-fields.txt
Epydoc Fields ============= .. $Id: manual-fields.txt 1554 2007-02-27 03:31:56Z edloper $ Fields are used to describe specific properties of a documented object. For example, fields can be used to define the parameters and return value of a function; the instance variables of a class; and the author of a module. Each...
0
public_repos/epydoc
public_repos/epydoc/doc/faq.html
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <html> <head> <title>Epydoc: Frequently Asked Questions</title> <link rel="stylesheet" href="epydoc.css" type="text/css"/> </head> <!-- $Id: faq.html 1658 2007-09-26 19:25:35Z edloper $ --> <body> <body> <div class="body"> <h1>Frequently Asked Questions</h1> <!-- <center>...
0
public_repos/epydoc
public_repos/epydoc/doc/rst-template.txt
%(head_prefix)s %(head)s %(stylesheet)s %(body_prefix)s %(body_pre_docinfo)s %(docinfo)s %(body)s </div> <table width="100%%" class="navbox" cellpadding="1" cellspacing="0"> <tr> <a class="nav" href="index.html"> <td align="center" width="20%%" class="nav"> <a class="nav" href="index.html"> Home</a></td...
0
public_repos/epydoc
public_repos/epydoc/doc/whatsnew.html
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <html> <head> <title>Epydoc: What's New</title> <link rel="stylesheet" href="epydoc.css" type="text/css"/> </head> <!-- $Id: faq.html 602 2003-09-07 23:49:56Z edloper $ --> <body> <div class="body"> <h1> What's New in Epydoc </h1> <div class="box"> <h2 class="box-title">...
0
public_repos/epydoc
public_repos/epydoc/doc/manual-install.txt
Installing Epydoc ================= .. $Id: manual-install.txt 1692 2008-01-30 17:11:29Z edloper $ Downloading Epydoc ------------------ Epydoc can be downloaded from the `SourceForge download page`_. Epydoc is available in five formats: * RPM (``.noarch.rpm``) * Windows installer (``.win32.exe``) * Source install ...
0
public_repos/epydoc
public_repos/epydoc/doc/.cvsignore
*-man.html api *.pyc examples
0
public_repos/epydoc
public_repos/epydoc/doc/othermarkup.html
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <html> <head> <title>Alternate Markup Languages</title> <link rel="stylesheet" href="epydoc.css" type="text/css"/> </head> <!-- $Id: othermarkup.html 1526 2007-02-17 04:30:49Z dvarrazzo $ --> <body> <div class="body"> <h1>Alternate Markup Languages</h1> <p> Epydoc's defau...
0
public_repos/epydoc/doc
public_repos/epydoc/doc/doctest/index.html
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <html> <head> <title>Epydoc: Regression Tests</title> <link rel="stylesheet" href="../epydoc.css" type="text/css"/> </head> <!-- $Id: future.html 1211 2006-04-10 19:38:37Z edloper $ --> <body> <div class="body"> <h1> Epydoc: Regression Tests </h1> <p> The following files...
0
public_repos
public_repos/helm/README.md
# Langchain Helm Charts This repository contains Helm charts for deploying Langchain applications on Kubernetes. ## Adding the Langchain Helm repository To add the Langchain Helm repository to your Helm client, run the following command: ```bash helm repo add langchain https://langchain-ai.github.io/helm/ ``` ##...
0
public_repos
public_repos/helm/LICENSE
Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the c...
0
public_repos/helm/charts
public_repos/helm/charts/langsmith/README.md.gotmpl
{{ template "chart.header" . }} {{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} {{ template "chart.description" . }} ## Deploying Langsmith with Helm ### Prerequisites Ensure you have the following tools/items ready. 1. A working Kubernetes cluster t...
0
public_repos/helm/charts
public_repos/helm/charts/langsmith/Chart.yaml
apiVersion: v2 name: langsmith maintainers: - name: Ankush email: ankush@langchain.dev description: Helm chart to deploy the langsmith application and all services it depends on. type: application version: 0.1.3 appVersion: "0.1.0"
0
public_repos/helm/charts
public_repos/helm/charts/langsmith/README.md
# langsmith ![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square) Helm chart t...
0
public_repos/helm/charts
public_repos/helm/charts/langsmith/values.yaml
# Default values for the langsmith helm chart. Refer to documentation on individual values for help with configuration. # -- Provide a name in place of `langsmith` nameOverride: "" # -- String to fully override `"langsmith.fullname"` fullnameOverride: "" # -- Annotations that will be applied to all resources created b...
0
public_repos/helm/charts
public_repos/helm/charts/langsmith/.helmignore
# Patterns to ignore when building packages. # This supports shell glob matching, relative path matching, and # negation (prefixed with !). Only one pattern per line. .DS_Store # Common VCS dirs .git/ .gitignore .bzr/ .bzrignore .hg/ .hgignore .svn/ # Common backup files *.swp *.bak *.tmp *.orig *~ # Various IDEs .proj...
0
public_repos/helm/charts/langsmith
public_repos/helm/charts/langsmith/templates/NOTES.txt
This is the Langsmith application helm chart. All pods should be running!
0
public_repos/helm/charts/langsmith
public_repos/helm/charts/langsmith/templates/ingress.yaml
{{- if .Values.ingress.enabled }} apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: {{ include "langsmith.fullname" . }}-ingress annotations: {{- include "langsmith.annotations" . | nindent 4 }} {{- with .Values.ingress.annotations }} {{- toYaml . | nindent 4 }} {{- end }} externa...
0
public_repos/helm/charts/langsmith
public_repos/helm/charts/langsmith/templates/_helpers.tpl
{{/* Expand the name of the chart. */}} {{- define "langsmith.name" -}} {{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }} {{- end }} {{/* Create a default fully qualified app name. We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). If rel...
0
public_repos/helm/charts/langsmith
public_repos/helm/charts/langsmith/templates/secrets.yaml
{{- if not .Values.config.existingSecretName }} apiVersion: v1 kind: Secret metadata: name: {{ include "langsmith.secretsName" . }} labels: {{- include "langsmith.labels" . | nindent 4 }} data: openai_api_key: {{ .Values.config.openaiApiKey | b64enc | quote }} oauth_client_id: {{ .Values.config.oauth.oauthC...
0
public_repos/helm/charts/langsmith/templates
public_repos/helm/charts/langsmith/templates/playground/deployment.yaml
apiVersion: apps/v1 kind: Deployment metadata: name: {{ include "langsmith.fullname" . }}-{{ .Values.playground.name }} labels: {{- include "langsmith.labels" . | nindent 4 }} {{- with.Values.playground.deployment.labels }} {{- toYaml . | nindent 4 }} {{- end }} annotations: {{- include "lan...
0
public_repos/helm/charts/langsmith/templates
public_repos/helm/charts/langsmith/templates/playground/service.yaml
apiVersion: v1 kind: Service metadata: name: {{ include "langsmith.fullname" . }}-{{ .Values.playground.name }} labels: {{- include "langsmith.labels" . | nindent 4 }} {{- with.Values.playground.service.labels }} {{- toYaml . | nindent 4 }} {{- end }} annotations: {{- include "langsmith.anno...
0
public_repos/helm/charts/langsmith/templates
public_repos/helm/charts/langsmith/templates/playground/hpa.yaml
{{- if .Values.playground.autoscaling.enabled }} apiVersion: autoscaling/v2 kind: HorizontalPodAutoscaler metadata: name: {{ include "langsmith.fullname" . }}-{{ .Values.playground.name }} labels: {{- include "langsmith.labels" . | nindent 4 }} spec: scaleTargetRef: apiVersion: apps/v1 kind: Deploymen...
0
public_repos/helm/charts/langsmith/templates
public_repos/helm/charts/langsmith/templates/hub-backend/deployment.yaml
apiVersion: apps/v1 kind: Deployment metadata: name: {{ include "langsmith.fullname" . }}-{{ .Values.hubBackend.name }} labels: {{- include "langsmith.labels" . | nindent 4 }} {{- with.Values.hubBackend.deployment.labels }} {{- toYaml . | nindent 4 }} {{- end }} annotations: {{- include "lan...
0
public_repos/helm/charts/langsmith/templates
public_repos/helm/charts/langsmith/templates/hub-backend/api-service.yaml
{{- if .Values.config.oauth.enabled }} apiVersion: v1 kind: Service metadata: name: {{ include "langsmith.fullname" . }}-{{ .Values.hubBackend.name }}-api labels: {{- include "langsmith.labels" . | nindent 4 }} {{- with.Values.hubBackend.service.labels }} {{- toYaml . | nindent 4 }} {{- end }} a...
0
public_repos/helm/charts/langsmith/templates
public_repos/helm/charts/langsmith/templates/hub-backend/service.yaml
apiVersion: v1 kind: Service metadata: name: {{ include "langsmith.fullname" . }}-{{ .Values.hubBackend.name }} labels: {{- include "langsmith.labels" . | nindent 4 }} {{- with.Values.hubBackend.service.labels }} {{- toYaml . | nindent 4 }} {{- end }} annotations: {{- include "langsmith.anno...
0
public_repos/helm/charts/langsmith/templates
public_repos/helm/charts/langsmith/templates/hub-backend/api-deployment.yaml
{{- if .Values.config.oauth.enabled }} apiVersion: apps/v1 kind: Deployment metadata: name: {{ include "langsmith.fullname" . }}-{{ .Values.hubBackend.name }}-api labels: {{- include "langsmith.labels" . | nindent 4 }} {{- with.Values.hubBackend.deployment.labels }} {{- toYaml . | nindent 4 }} {{-...
0
public_repos/helm/charts/langsmith/templates
public_repos/helm/charts/langsmith/templates/hub-backend/hpa.yaml
{{- if .Values.hubBackend.autoscaling.enabled }} apiVersion: autoscaling/v2 kind: HorizontalPodAutoscaler metadata: name: {{ include "langsmith.fullname" . }}-{{ .Values.hubBackend.name }} labels: {{- include "langsmith.labels" . | nindent 4 }} spec: scaleTargetRef: apiVersion: apps/v1 kind: Deploymen...
0
public_repos/helm/charts/langsmith/templates
public_repos/helm/charts/langsmith/templates/redis/stateful-set.yaml
{{- if not .Values.redis.external.enabled }} apiVersion: apps/v1 kind: StatefulSet metadata: name: {{ include "langsmith.fullname" . }}-{{ .Values.redis.name }} labels: {{- include "langsmith.labels" . | nindent 4 }} {{- with.Values.redis.statefulSet.labels }} {{- toYaml . | nindent 4 }} {{- end }...
0
public_repos/helm/charts/langsmith/templates
public_repos/helm/charts/langsmith/templates/redis/service.yaml
{{- if not .Values.redis.external.enabled }} apiVersion: v1 kind: Service metadata: name: {{ include "langsmith.fullname" . }}-{{ .Values.redis.name }} labels: {{- include "langsmith.labels" . | nindent 4 }} {{- with.Values.redis.service.labels }} {{- toYaml . | nindent 4 }} {{- end }} annotatio...
0
public_repos/helm/charts/langsmith/templates
public_repos/helm/charts/langsmith/templates/redis/secrets.yaml
{{- if not .Values.redis.external.existingSecretName }} apiVersion: v1 kind: Secret metadata: name: {{ include "langsmith.redisSecretsName" .}} labels: {{- include "langsmith.labels" . | nindent 4 }} annotations: {{- include "langsmith.annotations" . | nindent 4 }} data: {{- if .Values.redis.external.en...
0
public_repos/helm/charts/langsmith/templates
public_repos/helm/charts/langsmith/templates/queue/deployment.yaml
apiVersion: apps/v1 kind: Deployment metadata: name: {{ include "langsmith.fullname" . }}-{{ .Values.queue.name }} labels: {{- include "langsmith.labels" . | nindent 4 }} {{- with.Values.queue.deployment.labels }} {{- toYaml . | nindent 4 }} {{- end }} annotations: {{- include "langsmith.ann...
0
public_repos/helm/charts/langsmith/templates
public_repos/helm/charts/langsmith/templates/queue/hpa.yaml
{{- if .Values.queue.autoscaling.enabled }} apiVersion: autoscaling/v2 kind: HorizontalPodAutoscaler metadata: name: {{ include "langsmith.fullname" . }}-{{ .Values.queue.name }} labels: {{- include "langsmith.labels" . | nindent 4 }} spec: scaleTargetRef: apiVersion: apps/v1 kind: Deployment name...
0
public_repos/helm/charts/langsmith/templates
public_repos/helm/charts/langsmith/templates/backend/run-migrations.yaml
apiVersion: batch/v1 kind: Job metadata: name: {{ include "langsmith.fullname" . }}-{{ .Values.backend.name }}-migrations labels: {{- include "langsmith.labels" . | nindent 4 }} {{- with.Values.backend.migrations.labels }} {{- toYaml . | nindent 4 }} {{- end }} annotations: "helm.sh/hook": p...
0
public_repos/helm/charts/langsmith/templates
public_repos/helm/charts/langsmith/templates/backend/deployment.yaml
apiVersion: apps/v1 kind: Deployment metadata: name: {{ include "langsmith.fullname" . }}-{{ .Values.backend.name }} labels: {{- include "langsmith.labels" . | nindent 4 }} {{- with.Values.backend.deployment.labels }} {{- toYaml . | nindent 4 }} {{- end }} annotations: {{- include "langsmith...
0
public_repos/helm/charts/langsmith/templates
public_repos/helm/charts/langsmith/templates/backend/api-service.yaml
{{- if .Values.config.oauth.enabled }} apiVersion: v1 kind: Service metadata: name: {{ include "langsmith.fullname" . }}-{{ .Values.backend.name }}-api labels: {{- include "langsmith.labels" . | nindent 4 }} {{- with.Values.backend.service.labels }} {{- toYaml . | nindent 4 }} {{- end }} annotat...
0
public_repos/helm/charts/langsmith/templates
public_repos/helm/charts/langsmith/templates/backend/service.yaml
apiVersion: v1 kind: Service metadata: name: {{ include "langsmith.fullname" . }}-{{ .Values.backend.name }} labels: {{- include "langsmith.labels" . | nindent 4 }} {{- with.Values.backend.service.labels }} {{- toYaml . | nindent 4 }} {{- end }} annotations: {{- include "langsmith.annotation...
0
public_repos/helm/charts/langsmith/templates
public_repos/helm/charts/langsmith/templates/backend/api-deployment.yaml
{{- if .Values.config.oauth.enabled }} apiVersion: apps/v1 kind: Deployment metadata: name: {{ include "langsmith.fullname" . }}-{{ .Values.backend.name }}-api labels: {{- include "langsmith.labels" . | nindent 4 }} {{- with.Values.backend.deployment.labels }} {{- toYaml . | nindent 4 }} {{- end }...
0
public_repos/helm/charts/langsmith/templates
public_repos/helm/charts/langsmith/templates/backend/hpa.yaml
{{- if .Values.backend.autoscaling.enabled }} apiVersion: autoscaling/v2 kind: HorizontalPodAutoscaler metadata: name: {{ include "langsmith.fullname" . }}-{{ .Values.backend.name }} labels: {{- include "langsmith.labels" . | nindent 4 }} spec: scaleTargetRef: apiVersion: apps/v1 kind: Deployment ...
0
public_repos/helm/charts/langsmith/templates
public_repos/helm/charts/langsmith/templates/postgres/stateful-set.yaml
{{- if not .Values.postgres.external.enabled }} apiVersion: apps/v1 kind: StatefulSet metadata: name: {{ include "langsmith.fullname" . }}-{{ .Values.postgres.name }} labels: {{- include "langsmith.labels" . | nindent 4 }} {{- with.Values.postgres.statefulSet.labels }} {{- toYaml . | nindent 4 }} ...
0
public_repos/helm/charts/langsmith/templates
public_repos/helm/charts/langsmith/templates/postgres/service.yaml
{{- if not .Values.postgres.external.enabled }} apiVersion: v1 kind: Service metadata: name: {{ include "langsmith.fullname" . }}-{{ .Values.postgres.name }} labels: {{- include "langsmith.labels" . | nindent 4 }} {{- with.Values.postgres.service.labels }} {{- toYaml . | nindent 4 }} {{- end }} ...
0
public_repos/helm/charts/langsmith/templates
public_repos/helm/charts/langsmith/templates/postgres/secrets.yaml
{{- if not .Values.postgres.external.existingSecretName }} apiVersion: v1 kind: Secret metadata: name: {{ include "langsmith.postgresSecretsName" .}} labels: {{- include "langsmith.labels" . | nindent 4 }} annotations: {{- include "langsmith.annotations" . | nindent 4 }} data: {{- if .Values.postgres.ex...
0
public_repos/helm/charts/langsmith/templates
public_repos/helm/charts/langsmith/templates/frontend/deployment.yaml
apiVersion: apps/v1 kind: Deployment metadata: name: {{ include "langsmith.fullname" . }}-{{ .Values.frontend.name }} labels: {{- include "langsmith.labels" . | nindent 4 }} {{- with.Values.frontend.deployment.labels }} {{- toYaml . | nindent 4 }} {{- end }} annotations: {{- include "langsmi...
0
public_repos/helm/charts/langsmith/templates
public_repos/helm/charts/langsmith/templates/frontend/service.yaml
apiVersion: v1 kind: Service metadata: name: {{ include "langsmith.fullname" . }}-{{ .Values.frontend.name }} labels: {{- include "langsmith.labels" . | nindent 4 }} {{- with.Values.frontend.service.labels }} {{- toYaml . | nindent 4 }} {{- end }} annotations: {{- include "langsmith.annotati...
0
public_repos/helm/charts/langsmith/templates
public_repos/helm/charts/langsmith/templates/frontend/configmap.yaml
apiVersion: v1 kind: ConfigMap metadata: name: {{ include "langsmith.fullname" . }}-{{ .Values.frontend.name }} labels: {{- include "langsmith.labels" . | nindent 4 }} data: nginx.conf: | map $http_x_api_key $has_api_key { default ""; "" ""; {{- if .Values.config.oauth.enabled }} ...
0
public_repos/helm/charts/langsmith/templates
public_repos/helm/charts/langsmith/templates/frontend/hpa.yaml
{{- if .Values.frontend.autoscaling.enabled }} apiVersion: autoscaling/v2 kind: HorizontalPodAutoscaler metadata: name: {{ include "langsmith.fullname" . }}-{{ .Values.frontend.name }} labels: {{- include "langsmith.labels" . | nindent 4 }} spec: scaleTargetRef: apiVersion: apps/v1 kind: Deployment ...
0