Uh oh!
There was an error while loading. Please reload this page.
Add a 'docs-doc2dash' Tox target. - #1702
Conversation
dhermes
commented
Apr 7, 2016
Do we actually need this? |
jgeewax
commented
Apr 7, 2016
Yea - confused. What's the goal ? |
tseaver
commented
Apr 7, 2016
daspecster
commented
Jul 13, 2016
I know a decent number of people that use Dash. If this works as is and is low maintenance, I vote to use it. |
dhermes
commented
Sep 23, 2016
@tseaver Shall we close this PR? |
Generates a Dash-style docset from the Sphinx-rendered HTML.
tseaver
commented
Sep 24, 2016
I've rebased it to resolve the conflict in If we automated building the Dash docsets and pushing them to Dash as part of our tag-release deployment, that seems like a low-cost win to me: users who like using offline docs will be able to consume them with their preferred tool. |
| PYTHONPATH = {toxinidir}/_testing | ||
| basepython = {[testenv:docs]basepython} | ||
| commands = | ||
| sphinx-build -W -b html -d docs/_build_doc2dash/doctrees docs docs/_build_doc2dash/html |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
dhermes
commented
Sep 25, 2016
@tseaver Feel free to merge when my request is addressed. Are you going to automate the process of creating and publishing this target? |
Replace 'gcloud-python' with 'google-cloud-python' in docset name.
tseaver
commented
Sep 26, 2016
I'm thinking about it. There seem to be two options:
Automating the first seems quite feasible; the second seems infeasible. |
…udPlatform/python-docs-samples#1702) * Update enhanced models and auto punctuation to GA * Update model-slection to GA
…udPlatform/python-docs-samples#1702) * Update enhanced models and auto punctuation to GA * Update model-slection to GA
…udPlatform/python-docs-samples#1702) * Update enhanced models and auto punctuation to GA * Update model-slection to GA
…udPlatform/python-docs-samples#1702) * Update enhanced models and auto punctuation to GA * Update model-slection to GA
* chore(deps): update all dependencies * revert --------- Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Generates a Dash-style docset from the Sphinx-rendered HTML using doc2dash.
I've copied the docset manually into my Zeal library, and it looks pretty good.
Follow-up to my comment on #1690.