Skip to content

Updating docs link in README.#2147

Merged
dhermes merged 1 commit intogoogleapis:masterfrom
dhermes:fix-2069
Aug 23, 2016
Merged

Updating docs link in README.#2147
dhermes merged 1 commit intogoogleapis:masterfrom
dhermes:fix-2069

Conversation

@dhermes
Copy link
Copy Markdown
Contributor

@dhermes dhermes commented Aug 19, 2016

@tswast Sorry I wanted to get rid of the branch in https://github.com/GoogleCloudPlatform/gcloud-python and the PR went stale.


@daspecster We previously followed the readthedocs.org of docs at

{URI}/stable -- last release
{URI}/latest -- HEAD of source
{URI}/0.1.0
{URI}/0.2.0
{URI}/0.2.1
...

Can we restore this (outside of this PR)?

@dhermes dhermes added the docs label Aug 19, 2016
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 19, 2016
@dhermes
Copy link
Copy Markdown
Contributor Author

dhermes commented Aug 23, 2016

@daspecster Please weigh in here

@daspecster
Copy link
Copy Markdown
Contributor

We can get 0.17.0 and onward I believe, but latest and stable would have to be branches. I don't think the other languages have stable and latest but I could be wrong(I checked node and ruby). They have master and then versions.

@dhermes
Copy link
Copy Markdown
Contributor Author

dhermes commented Aug 23, 2016

I don't think the other languages have stable and latest but I could be wrong (I checked node and ruby)

We are following a Python language / readthedocs.org convention.


Also our old docs should be linked to (we can try to map the new docs CSS onto them, but IMO we shouldn't put the time in, we should just use the old docs)

@daspecster
Copy link
Copy Markdown
Contributor

Also our old docs should be linked to (we can try to map the new docs CSS onto them, but IMO we shouldn't put the time in, we should just use the old docs)

Can you expound on this a little more?

@dhermes
Copy link
Copy Markdown
Contributor Author

dhermes commented Aug 23, 2016

Can you expound on this a little more?

As for "linked to", see what I mean in the old docs

http://googlecloudplatform.github.io/gcloud-python/latest/
http://googlecloudplatform.github.io/gcloud-python/stable/
http://googlecloudplatform.github.io/gcloud-python/versions.html
http://googlecloudplatform.github.io/gcloud-python/0.17.0/
http://googlecloudplatform.github.io/gcloud-python/0.16.1/
etc.


As for the CSS, I was just saying we check out the tags and run the gcloud-common generator at that point. But it's not worth it (and lots of docsets leave the old versions as-is as a rule)

@daspecster
Copy link
Copy Markdown
Contributor

Ok, yeah that's why I left those in gh-pages. Where should we add the links to them? Maybe in home.html somewhere?

@dhermes
Copy link
Copy Markdown
Contributor Author

dhermes commented Aug 23, 2016

The dropdown should just include all the versions.

Is this PR good to merge?

@daspecster
Copy link
Copy Markdown
Contributor

LGTM

@dhermes dhermes merged commit 250d8c9 into googleapis:master Aug 23, 2016
@dhermes dhermes deleted the fix-2069 branch August 23, 2016 18:17
@dhermes dhermes mentioned this pull request Sep 19, 2016
parthea pushed a commit that referenced this pull request Mar 6, 2026
* fix: empty record dtypes

* update pandas minimum version

* fix coverage

* fix test_pandas

---------

Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
parthea pushed a commit that referenced this pull request Apr 1, 2026
…ples (#2147)

* docs: remove import bigframes.pandas as bpd boilerplate from many samples

Also, fixes several constructors that didn't take a session for
compatibility with multi-session applications.

* fix docs

* fix unit tests

* skip sklearn test

* fix snapshot

* plumb through session for from_tuples and from_arrays

* add from_frame

* make sure polars session isnt skipped on Kokoro

* fix apply doctest

* make doctest conftest available everywhere

* add python version flexibility for to_dict

* disambiguate explicit names

* disambiguate explicit name none versus no name

* fix for column name comparison in pandas bin op

* avoid setting column labels in special case of Series(block)

* revert doctest changes

* revert doctest changes

* revert df docstrings

* add polars series unit tests

* restore a test

* Revert "restore a test"

This reverts commit 765b678b34a7976aef1017d2a1fdb34d7a4cfbe4.

* skip null

* skip unsupported tests

* revert more docs changes

* revert more docs

* revert more docs

* fix unit tests python 3.13

* add test to reproduce name error

* add tests for session scoped methods

* revert new session methods

* fix TestSession read_pandas for Series

* revert more unnecessary changes

* even more

* add unit_noextras to improve code coverage

* run system tests on latest fully supported

* system-3.12 not found

* cap polars version

* hide progress bar

* relax polars upper pin

* try to restore docs changes

* remove progress bar boilerplate

* remove standardd community imports boilerplate

* restore bpd to datetimelike

* remove bpd boilerplate

* avoid bpd.NA

* fix more docs

* dont skip tests if polars isnt installed

* fix more doctests

* skip remote functions in Series.apply

* feat: implement cos, sin, and log operations for polars compiler

* fix domain for log

* update snapshot

* fix domain for log

* update snapshot

* revert sqrt change

* revert sqrt change

* fix more samples

* sync polars compiler with main

* avoid np in output

* Update tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_sqrt/out.sql

* Update bigframes/core/compile/sqlglot/expressions/numeric_ops.py

* upgrade requirements in polars sample

* add todo for making doctest more robust
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants