Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove extra datasets #449

Merged
merged 36 commits into from
Sep 28, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
b66c269
Update docstring for geom_point() function.
ASmirnov-HORIS Feb 16, 2021
b760969
Docstring: Update data, map and map_join parameters description.
ASmirnov-HORIS Feb 25, 2021
639b438
Updated core.py docstrings.
EArkhipova-HORIS Feb 26, 2021
7a6ba28
Minor fixes
EArkhipova-HORIS Mar 2, 2021
3003b51
Update examples in coord.py docstrings, update geom_extras.py docstrings
EArkhipova-HORIS Mar 3, 2021
f27c925
Docstrings: replace >>> to :linenos: in geom.py.
ASmirnov-HORIS Mar 12, 2021
19f7c85
Update examples in plot.py, update docstring in label.py.
EArkhipova-HORIS Mar 15, 2021
d33102b
Update docstring for the geocode() function.
ASmirnov-HORIS Mar 17, 2021
33afa10
Update docstrings in geo_data.
ASmirnov-HORIS Mar 19, 2021
b33d331
Add link to documentation page for formatting in tooltips and geom_te…
ASmirnov-HORIS Mar 24, 2021
ab0cb8c
Fix lists in docstrings notes (according to Numpydoc and rst rules).
ASmirnov-HORIS Mar 24, 2021
c8c1ced
Update links in docstrings.
ASmirnov-HORIS Mar 24, 2021
f019ead
Fix errors of the rebase conflicts resolving.
ASmirnov-HORIS Aug 20, 2021
e5b5038
Merge branch 'master' of github.com:JetBrains/lets-plot
ASmirnov-HORIS Aug 26, 2021
48361d9
Merge branch 'master' of github.com:JetBrains/lets-plot
ASmirnov-HORIS Aug 27, 2021
8013613
Move the notebook 'map_US_household_income' to the lets-plot-docs rep…
ASmirnov-HORIS Aug 30, 2021
0cb2498
Update docstrings for the stat_corr() function.
ASmirnov-HORIS Aug 30, 2021
26951f2
Update docstrings for geo_data and tilesets.
ASmirnov-HORIS Aug 31, 2021
b6ede67
Merge branch 'master' of github.com:JetBrains/lets-plot
ASmirnov-HORIS Sep 2, 2021
1744657
Merge branch 'master' into sphinx-doc
ASmirnov-HORIS Sep 2, 2021
1e7f7d5
Update examples in some docstrings (geometries).
ASmirnov-HORIS Sep 2, 2021
b1ff9c7
Tiny fix in the docstrings.
ASmirnov-HORIS Sep 10, 2021
b516830
Update links to the documentation site and remove the README_PYTHON.m…
ASmirnov-HORIS Sep 10, 2021
9c99338
Merge branch 'master' of github.com:JetBrains/lets-plot
ASmirnov-HORIS Sep 13, 2021
53d48da
Fix conflicts after merging with master.
ASmirnov-HORIS Sep 13, 2021
d44b269
Fix docstrings.
ASmirnov-HORIS Sep 13, 2021
837bf1c
Move example notebooks to the lets-plot-docs repository.
ASmirnov-HORIS Sep 20, 2021
73e520d
Tiny fix in docstrings for scales.
ASmirnov-HORIS Sep 21, 2021
cb78333
Merge branch 'master' of github.com:JetBrains/lets-plot
ASmirnov-HORIS Sep 21, 2021
3699a55
Merge branch 'master' into sphinx-doc
ASmirnov-HORIS Sep 21, 2021
a998004
Remove some markdown, images and notebooks from the docs/ directory. …
ASmirnov-HORIS Sep 23, 2021
839fac0
Merge branch 'master' of github.com:JetBrains/lets-plot
ASmirnov-HORIS Sep 24, 2021
9416a7f
Fix conflicts after merging with upstream/master.
ASmirnov-HORIS Sep 24, 2021
6f5efba
Merge branch 'master' of github.com:JetBrains/lets-plot
ASmirnov-HORIS Sep 27, 2021
83eda98
Merge branch 'master' into sphinx-doc
ASmirnov-HORIS Sep 27, 2021
f0178b3
Remove extra datasets from the docs/ directory.
ASmirnov-HORIS Sep 27, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove some markdown, images and notebooks from the docs/ directory. …
…Update links.
  • Loading branch information
ASmirnov-HORIS committed Sep 23, 2021
commit a9980045462bd7624dca2666a4958b340c7993fc
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* `order_by` (string) - the name of the variable by which the ordering will be performed;
* `order` (int) - the ordering direction - 1 for ascending direction and -1 for descending (default value).

See: [as_discrete](https://github.com/JetBrains/lets-plot/blob/master/docs/as_discrete.md).
See: [as_discrete](https://lets-plot.org/pages/as_discrete.html).

- Basemap tiles configuring:
- Subdomains parameter `{s}` for XYZ raster tiles.
- Solid color tiles: `maptiles_solid()`.
- Builtin configurations for some 3rd party maptile services. The `lets_plot.tilesets` module.

See: [Configuring basemap tiles](https://github.com/JetBrains/lets-plot/blob/master/docs/basemap_tiles.md).
See: [Configuring basemap tiles](https://lets-plot.org/pages/basemap_tiles.html).

### Changed

Expand Down Expand Up @@ -70,7 +70,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- In tooltip customization API:
- `layer_tooltips(variables)` - the new parameter `variables` defines a list of variable names, which values will be placed line by line in the general tooltip.
See: [Tooltip Customization](https://github.com/JetBrains/lets-plot/blob/master/docs/tooltips.md).
See: [Tooltip Customization](https://lets-plot.org/pages/tooltips.html).

### Changed

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@ Also read:
- `order_by` (string) - the name of the variable by which the ordering will be performed;
- `order` (int) - the ordering direction: 1 for ascending direction and -1 for descending (default).

See: [as_discrete](https://github.com/JetBrains/lets-plot/blob/master/docs/as_discrete.md).
See: [as_discrete](https://lets-plot.org/pages/as_discrete.html).

- Interactive maps:

- Pre-configured raster tilesets in new `lets_plot.tilesets` module.
- Builtin blank maptiles.

See: [Configuring basemap tiles](https://github.com/JetBrains/lets-plot/blob/master/docs/basemap_tiles.md).
See: [Configuring basemap tiles](https://lets-plot.org/pages/basemap_tiles.html).

## Change Log

Expand Down
117 changes: 0 additions & 117 deletions docs/as_discrete.md

This file was deleted.

218 changes: 0 additions & 218 deletions docs/basemap_tiles.md

This file was deleted.

Binary file removed docs/basemaps.jpg
Binary file not shown.
Binary file removed docs/examples/images/as_discrete_1.png
Binary file not shown.
Binary file removed docs/examples/images/as_discrete_10.png
Binary file not shown.
Binary file removed docs/examples/images/as_discrete_11.png
Binary file not shown.
Binary file removed docs/examples/images/as_discrete_2.png
Binary file not shown.
Binary file removed docs/examples/images/as_discrete_3.png
Binary file not shown.
Binary file removed docs/examples/images/as_discrete_4.png
Binary file not shown.
Binary file removed docs/examples/images/as_discrete_5.png
Binary file not shown.
Binary file removed docs/examples/images/as_discrete_6.png
Binary file not shown.
Binary file removed docs/examples/images/as_discrete_7.png
Binary file not shown.
Binary file removed docs/examples/images/as_discrete_8.png
Binary file not shown.
Binary file removed docs/examples/images/as_discrete_9.png
Binary file not shown.
6 changes: 0 additions & 6 deletions docs/examples/images/logo_colab.svg

This file was deleted.

3 changes: 0 additions & 3 deletions docs/examples/images/logo_datalore.svg

This file was deleted.

1 change: 0 additions & 1 deletion docs/examples/images/logo_deepnote.svg

This file was deleted.