Updating docs link in README.#2147
Conversation
|
@daspecster Please weigh in here |
|
We can get 0.17.0 and onward I believe, but |
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) |
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/ As for the CSS, I was just saying we check out the tags and run the |
|
Ok, yeah that's why I left those in |
|
The dropdown should just include all the versions. Is this PR good to merge? |
|
LGTM |
* fix: empty record dtypes * update pandas minimum version * fix coverage * fix test_pandas --------- Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
…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
@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
Can we restore this (outside of this PR)?