Add configuration for Python, Ruby doc generation (#92)

This commit is contained in:
Jacob Geiger 2016-08-18 18:00:34 -07:00 committed by GitHub
parent e82b5e05fe
commit 75660351d3
3 changed files with 18 additions and 0 deletions

8
gapic/lang/doc.yaml Normal file
View File

@ -0,0 +1,8 @@
common:
toolkit_path: ${REPOROOT}/toolkit
python:
gapic_language_yaml:
- ${THISDIR}/python_doc.yaml
ruby:
gapic_language_yaml:
- ${THISDIR}/ruby_doc.yaml

View File

@ -0,0 +1,5 @@
type: com.google.api.codegen.ConfigProto
language: python
generator:
factory: com.google.api.codegen.gapic.MainGapicProviderFactory
id: python_doc

5
gapic/lang/ruby_doc.yaml Normal file
View File

@ -0,0 +1,5 @@
type: com.google.api.codegen.ConfigProto
language: ruby
generator:
factory: com.google.api.codegen.gapic.MainGapicProviderFactory
id: ruby_doc