File: index.rst

package info (click to toggle)
python-cartopy 0.25.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,152 kB
  • sloc: python: 16,526; makefile: 159; javascript: 66
file content (34 lines) | stat: -rw-r--r-- 973 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.. _getting_started:

Getting started
===============

The :ref:`installation guide <installing>` provides information on getting up and running.
Some guides and tutorials demonstrating how to get started running cartopy

.. toctree::
    :maxdepth: 2

    crs.rst
    ../matplotlib/intro.rst
    ../matplotlib/feature_interface.rst
    ../tutorials/understanding_transform.rst
    ../tutorials/using_the_shapereader.rst
    ../developer_interfaces.rst


The :ref:`API Reference <api>` link can be used to
quickly find the reference documentation for known classes or functions.

For those updating from an older version of cartopy, the :ref:`what's new <release>` page
outlines recent changes, new features, and future development plans.

Once you've gotten started with cartopy, consider citing it, including copyright
attributions for data, and becoming a contributor on the project.

.. toctree::

    ../contribute
    ../citation
    ../copyright
    ../contributors