Skip to content

Commit

Permalink
Merge 9ac5a93 into 55c9f63
Browse files Browse the repository at this point in the history
  • Loading branch information
elenatorro committed Oct 9, 2019
2 parents 55c9f63 + 9ac5a93 commit 3a0f75f
Show file tree
Hide file tree
Showing 71 changed files with 87,340 additions and 20,477 deletions.
3 changes: 1 addition & 2 deletions docs/conf.py
Expand Up @@ -37,13 +37,12 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.

extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.napoleon'
]

modindex_common_prefix = ['cartoframes']

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

Expand Down
138 changes: 133 additions & 5 deletions docs/developer-center/examples/examples.json
Expand Up @@ -4,12 +4,140 @@
},
"categories": [
{
"title": "Examples",
"samples": [{
"title": "Jupyter Notebooks",
"desc": "Run all the CARTOframes examples in your notebooks",
"file": "notebooks.md"
"title": "Map Configuration",
"samples": [
{
"title": "Change default CARTO basemap",
"desc": "Change default CARTO basemap",
"file": "change_default_carto_basemap",
"path": "map_configuration"
}, {
"title": "Custom Viewport",
"desc": "Custom Viewport",
"file": "custom_viewport",
"path": "map_configuration"
}, {
"title": "Solid background color",
"desc": "Solid background color",
"file": "solid_color_background",
"path": "map_configuration"
}, {
"title": "Dark theme",
"desc": "Use the dark theme",
"file": "dark_theme",
"path": "map_configuration"
}]
}, {
"title": "Visualization Layer Helpers",
"samples": []
}, {
"title": "Adding Legends",
"samples": []
}, {
"title": "Adding Widgets",
"samples": []
}, {
"title": "Adding Popups",
"samples": []
}, {
"title": "Map Layout",
"samples": []
}, {
"title": "Downloading and Uploading Data",
"samples": [{
"title": "Create a Dataset from a .csv file",
"desc": "Create a Dataset from a .csv file",
"file": "create_dataset_from_csv",
"path": "downloading_and_uploading_data"
}, {
"title": "Create a Dataset from a .json file",
"desc": "Create a Dataset from a .json file",
"file": "create_dataset_from_json",
"path": "downloading_and_uploading_data"
}, {
"title": "Create a Dataset from a .geojson file",
"desc": "Create a Dataset from a .geojson file",
"file": "create_dataset_from_geojson",
"path": "downloading_and_uploading_data"
}, {
"title": "Create a Dataset from a Query",
"desc": "Create a Dataset from a Query",
"file": "create_dataset_from_query",
"path": "downloading_and_uploading_data"
}, {
"title": "Download a Dataset from CARTO",
"desc": "Download a Dataset from CARTO",
"file": "download_dataset_from_carto",
"path": "downloading_and_uploading_data"
}, {
"title": "Upload a Dataset to CARTO",
"desc": "Upload a Dataset to CARTO",
"file": "upload_dataset_to_carto",
"path": "downloading_and_uploading_data"
}, {
"title": "Change a Dataset Privacy",
"desc": "Change Dataset Privacy",
"file": "change_dataset_privacy",
"path": "downloading_and_uploading_data"
}]
}, {
"title": "Geocoding and Isolines Services",
"samples": [
{
"title": "Geocoding a Dataframe",
"desc": "Using the Geocoding Services to geocode a Dataframe",
"file": "geocoding_dataframe",
"path": "data_services"
}, {
"title": "Calculating Isochrones",
"desc": "Using the Isolines Services to calculate isochrones",
"file": "isochrones",
"path": "data_services"
}, {
"title": "Calculating Isodistances",
"desc": "Using the Isolines Services to calculate isodistances",
"file": "isodistance",
"path": "data_services"
},{
"title": "Using both Geocoding and Isolines Services",
"desc": "Using both Geocoding and Isolines Services",
"file": "geocoding_and_isolines",
"path": "data_services"
}]
}, {
"title": "Data Enrichment",
"samples": []
}, {
"title": "Data Discovery",
"samples": []
}, {
"title": "Real Use Cases",
"samples": [, {
"title": "Temperatures Visualization",
"desc": "Visualize warm temperatures",
"file": "visualize_temperatures",
"path": "real_use_cases"
}, {
"title": "Paris WiFi Services",
"desc": "Download data in json format",
"file": "paris_wifi_services",
"path": "real_use_cases"
}, {
"title": "Paris Remarkable Trees",
"desc": "Transform and visualize data from a json file",
"file": "paris_remarkable_trees",
"path": "real_use_cases"
}, {
"title": "Police Department Incident Reports in San Francisco",
"desc": "Use and analyze datasets from different sources",
"file": "police_department_incident_reports",
"path": "real_use_cases"
}, {
"title": "Geocode London Stations",
"desc": "Geocode a dataset in xls format",
"file": "geocode_london_stations",
"path": "real_use_cases"
}]
}
]
}
13 changes: 1 addition & 12 deletions docs/developer-center/examples/introduction.md
@@ -1,14 +1,3 @@
## CARTOframes Examples

All the CARTOframes practical examples and use cases are placed in our [GitHub repository](https://github.com/CartoDB/cartoframes/blob/develop/examples)

<div class="example-notebook">
<iframe
id="example-notebook-embeded"
class="example-notebook-embeded"
src="/developers/cartoframes/examples/html/index.html"
width="100%"
height="100%"
frameBorder="0">
</iframe>
</div>
All the CARTOframes practical examples and use cases are placed in our [GitHub repository](https://github.com/CartoDB/cartoframes/blob/develop/examples)
14 changes: 0 additions & 14 deletions docs/developer-center/examples/notebooks.md

This file was deleted.

0 comments on commit 3a0f75f

Please sign in to comment.