6 Commits

Author SHA1 Message Date
Arjan Molenaar
ca0f843d7f
Doc updates and first stab at API documentation 2020-12-06 17:57:17 +01:00
Arjan Molenaar
ca9a0ae445 Remove Projection and friends
If you need to map coordinates from one system to another, use a
MatrixProjection with the correct mapping matrix.
2020-10-20 07:41:39 +02:00
Arjan Molenaar
a983259636 Move projections into their own module 2020-05-22 22:20:33 +02:00
Arjan Molenaar
dc184252bd Fix spelling mistakes 2020-05-19 12:12:40 +02:00
Arjan Molenaar
8e49caa082 Fix doc links to modules 2020-05-15 17:00:04 +02:00
Dan Yeaw
84aeb6c80b
Update docs: rerun quickstart, rename txt to rst, add requirements.txt
- Rename all .txt doc files to .rst to make it more clear that they are
  restructured text.
- Add requirements.txt for Sphinx
- Rerun sphinx-quickstart to make compatible with the latest Sphinx
  version.
- Fix module names from gaphor to gaphas
- Fix warnings about incorrect indent following :mod: lines
- Fix TypeError for class Segmant: function object has no attribute
  '__mro__'

Signed-off-by: Dan Yeaw <dan@yeaw.me>
2018-12-28 17:07:07 -05:00