Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio9701 committed Jul 17, 2024
1 parent 181a1ad commit ec8bc07
Show file tree
Hide file tree
Showing 28 changed files with 5,270 additions and 1,528 deletions.
6 changes: 3 additions & 3 deletions _sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ UrbanPy is an open source project to automate data extraction,
measurement, and visualization of urban accessibility metrics.

Functional goals
================
----------------

- [x] Download open source spatial data (Limits & Points of Interests)
- [x] Allow for the use of a grid system or administrative boundaries
Expand All @@ -20,7 +20,7 @@ Functional goals
- [x] Visualise the results as maps

UX goals
========
--------

- [ ] Atomic functions (one purpose per function)
- [x] Use the power of Python Geospatial Ecosystem under the hood
Expand Down Expand Up @@ -86,7 +86,7 @@ Additional Dependecies Notes
guide on installation options and requirements.

Examples
========
~~~~~~~~

UrbanPy lets you download and visualize city boundaries extremely easy:

Expand Down
69 changes: 69 additions & 0 deletions _static/debug.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
/*
This CSS file should be overridden by the theme authors. It's
meant for debugging and developing the skeleton that this theme provides.
*/
body {
font-family: -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
"Apple Color Emoji", "Segoe UI Emoji";
background: lavender;
}
.sb-announcement {
background: rgb(131, 131, 131);
}
.sb-announcement__inner {
background: black;
color: white;
}
.sb-header {
background: lightskyblue;
}
.sb-header__inner {
background: royalblue;
color: white;
}
.sb-header-secondary {
background: lightcyan;
}
.sb-header-secondary__inner {
background: cornflowerblue;
color: white;
}
.sb-sidebar-primary {
background: lightgreen;
}
.sb-main {
background: blanchedalmond;
}
.sb-main__inner {
background: antiquewhite;
}
.sb-header-article {
background: lightsteelblue;
}
.sb-article-container {
background: snow;
}
.sb-article-main {
background: white;
}
.sb-footer-article {
background: lightpink;
}
.sb-sidebar-secondary {
background: lightgoldenrodyellow;
}
.sb-footer-content {
background: plum;
}
.sb-footer-content__inner {
background: palevioletred;
}
.sb-footer {
background: pink;
}
.sb-footer__inner {
background: salmon;
}
.sb-article {
background: white;
}
229 changes: 205 additions & 24 deletions _static/pygments.css

Large diffs are not rendered by default.

Empty file.
3 changes: 3 additions & 0 deletions _static/scripts/furo.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions _static/scripts/furo.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*!
* gumshoejs v5.1.2 (patched by @pradyunsg)
* A simple, framework-agnostic scrollspy script.
* (c) 2019 Chris Ferdinandi
* MIT License
* http://github.com/cferdinandi/gumshoe
*/
1 change: 1 addition & 0 deletions _static/scripts/furo.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit ec8bc07

Please sign in to comment.