diff options
| author | Claude Paroz <claude@2xlibre.net> | 2015-08-08 13:56:37 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2015-08-08 13:57:15 +0200 |
| commit | e9c5c3963138b86678e90622789a30ced668b3dd (patch) | |
| tree | 303dcfc32176c92a6a0c2b5f7a69ec6f1f95b08f /docs/ref | |
| parent | a3830f6d663aee9e91871002cbff7c57aee6d989 (diff) | |
Updated various links in docs
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/clickjacking.txt | 4 | ||||
| -rw-r--r-- | docs/ref/contrib/gis/gdal.txt | 6 | ||||
| -rw-r--r-- | docs/ref/contrib/gis/install/geolibs.txt | 2 | ||||
| -rw-r--r-- | docs/ref/contrib/gis/install/index.txt | 13 | ||||
| -rw-r--r-- | docs/ref/contrib/gis/measure.txt | 2 | ||||
| -rw-r--r-- | docs/ref/contrib/gis/model-api.txt | 3 |
6 files changed, 13 insertions, 17 deletions
diff --git a/docs/ref/clickjacking.txt b/docs/ref/clickjacking.txt index b26fb211b8..ed51b5ea8f 100644 --- a/docs/ref/clickjacking.txt +++ b/docs/ref/clickjacking.txt @@ -35,7 +35,7 @@ load the resource in a frame if the request originated from the same site. If the header is set to ``DENY`` then the browser will block the resource from loading in a frame no matter which site made the request. -.. _X-Frame-Options: https://developer.mozilla.org/en/The_X-FRAME-OPTIONS_response_header +.. _X-Frame-Options: https://developer.mozilla.org/en-US/docs/Web/HTTP/X-Frame-Options Django provides a few simple ways to include this header in responses from your site: @@ -127,5 +127,5 @@ See also A `complete list`_ of browsers supporting ``X-Frame-Options``. -.. _complete list: https://developer.mozilla.org/en/The_X-FRAME-OPTIONS_response_header#Browser_compatibility +.. _complete list: https://developer.mozilla.org/en-US/docs/Web/HTTP/X-Frame-Options#Browser_compatibility .. _other clickjacking prevention techniques: https://en.wikipedia.org/wiki/Clickjacking#Prevention diff --git a/docs/ref/contrib/gis/gdal.txt b/docs/ref/contrib/gis/gdal.txt index 0653edab7a..e04c69c8b4 100644 --- a/docs/ref/contrib/gis/gdal.txt +++ b/docs/ref/contrib/gis/gdal.txt @@ -22,7 +22,7 @@ to raster (image) data. some of the capabilities of OGR and GDAL's raster features at this time. __ http://www.gdal.org/ -__ http://www.gdal.org/ogr/ +__ http://www.gdal.org/ogr_arch.html Overview ======== @@ -94,7 +94,7 @@ each feature in that layer. Returns the name of the data source. -__ http://www.gdal.org/ogr/ogr_formats.html +__ http://www.gdal.org/ogr_formats.html ``Layer`` --------- @@ -455,7 +455,7 @@ systems and coordinate transformation:: reading vector data from :class:`Layer` (which is in turn a part of a :class:`DataSource`). - __ http://www.gdal.org/ogr/classOGRGeometry.html + __ http://www.gdal.org/classOGRGeometry.html .. classmethod:: from_bbox(bbox) diff --git a/docs/ref/contrib/gis/install/geolibs.txt b/docs/ref/contrib/gis/install/geolibs.txt index 6de4af4312..3060194d23 100644 --- a/docs/ref/contrib/gis/install/geolibs.txt +++ b/docs/ref/contrib/gis/install/geolibs.txt @@ -263,4 +263,4 @@ the GDAL library. For example:: It is easier to install the shifting files now, then to have debug a problem caused by their absence later. .. [#] Specifically, GeoDjango provides support for the `OGR - <http://gdal.org/ogr>`_ library, a component of GDAL. + <http://gdal.org/ogr_arch.html>`_ library, a component of GDAL. diff --git a/docs/ref/contrib/gis/install/index.txt b/docs/ref/contrib/gis/install/index.txt index 5e783b8cdb..2b8347695f 100644 --- a/docs/ref/contrib/gis/install/index.txt +++ b/docs/ref/contrib/gis/install/index.txt @@ -234,15 +234,12 @@ Foundation, however, this is not required. Python ^^^^^^ -Although OS X comes with Python installed, users can use framework -installers (`2.7`__, `3.2`__ and `3.3`__ are available) provided by -the Python Software Foundation. An advantage to using the installer is -that OS X's Python will remain "pristine" for internal operating system -use. +Although OS X comes with Python installed, users can use `framework +installers`__ provided by the Python Software Foundation. An advantage to +using the installer is that OS X's Python will remain "pristine" for internal +operating system use. -__ https://python.org/ftp/python/2.7.5/ -__ https://python.org/ftp/python/3.2.5/ -__ https://python.org/ftp/python/3.3.2/ +__ https://www.python.org/ftp/python/ .. note:: diff --git a/docs/ref/contrib/gis/measure.txt b/docs/ref/contrib/gis/measure.txt index 6572ce5c67..260e7d0276 100644 --- a/docs/ref/contrib/gis/measure.txt +++ b/docs/ref/contrib/gis/measure.txt @@ -174,5 +174,5 @@ Measurement API .. rubric:: Footnotes .. [#] `Robert Coup <https://koordinates.com/>`_ is the initial author of the measure objects, - and was inspired by Brian Beck's work in `geopy <http://code.google.com/p/geopy/>`_ + and was inspired by Brian Beck's work in `geopy <https://github.com/geopy/geopy/>`_ and Geoff Biggs' PhD work on dimensioned units for robotics. diff --git a/docs/ref/contrib/gis/model-api.txt b/docs/ref/contrib/gis/model-api.txt index 25bd7756a1..d6fde26c14 100644 --- a/docs/ref/contrib/gis/model-api.txt +++ b/docs/ref/contrib/gis/model-api.txt @@ -118,7 +118,7 @@ are not. Most people are familiar with using latitude and longitude to reference a location on the earth's surface. However, latitude and longitude are angles, -not distances. [#fnharvard]_ In other words, while the shortest path between two points on +not distances. In other words, while the shortest path between two points on a flat surface is a straight line, the shortest path between two points on a curved surface (such as the earth) is an *arc* of a `great circle`__. [#fnthematic]_ Thus, additional computation is required to obtain distances in planar units (e.g., @@ -281,7 +281,6 @@ for example:: .. [#fnogc] OpenGIS Consortium, Inc., `Simple Feature Specification For SQL <http://www.opengeospatial.org/standards/sfs>`_. .. [#fnogcsrid] *See id.* at Ch. 2.3.8, p. 39 (Geometry Values and Spatial Reference Systems). .. [#fnsrid] Typically, SRID integer corresponds to an EPSG (`European Petroleum Survey Group <http://www.epsg.org>`_) identifier. However, it may also be associated with custom projections defined in spatial database's spatial reference systems table. -.. [#fnharvard] Harvard Graduate School of Design, `An Overview of Geodesy and Geographic Referencing Systems <http://www.gsd.harvard.edu/gis/manual/projections/fundamentals/>`_. This is an excellent resource for an overview of principles relating to geographic and Cartesian coordinate systems. .. [#fnthematic] Terry A. Slocum, Robert B. McMaster, Fritz C. Kessler, & Hugh H. Howard, *Thematic Cartography and Geographic Visualization* (Prentice Hall, 2nd edition), at Ch. 7.1.3. .. [#fndist] This limitation does not apply to PostGIS. .. [#fngeography] Please refer to the `PostGIS Geography Type <http://postgis.net/docs/manual-2.1/using_postgis_dbmanagement.html#PostGIS_Geography>`_ documentation for more details. |
