Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#12930 closed (fixed)

Merge contrib.gis docs into Django docs tree

Reported by: adamfast Owned by: adamfast
Component: GIS Version: dev
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: yes
Easy pickings: no UI/UX: no

Description

Per Justin, it would be a good idea to get the GeoDjango docs merged into the main Django docs.

Attachments (5)

geodjango_doc_merge.diff (209.5 KB ) - added by adamfast 14 years ago.
Diff, merge of GeoDjango docs into main docs
db-api.txt (42.8 KB ) - added by adamfast 14 years ago.
db-api.txt file to replace the one in place after applying the patch
geos.txt (24.8 KB ) - added by adamfast 14 years ago.
geos.txt file to replace the one in place after applying the patch
model-api.txt (7.2 KB ) - added by adamfast 14 years ago.
model-api.txt file to replace the one in place after applying the patch
gis_docs.1.diff (206.1 KB ) - added by jbronn 14 years ago.
Alpha version of the docs.

Download all attachments as: .zip

Change History (16)

comment:1 by adamfast, 14 years ago

Status: newassigned

comment:2 by Russell Keith-Magee, 14 years ago

Triage Stage: UnreviewedAccepted

comment:3 by adamfast, 14 years ago

Has patch: set
Patch needs improvement: set

Preliminary diff - still working on the GEOS portion, will probably touch model API next.

GDAL should be converted to use attribute/class/method notation where appropriate.

by adamfast, 14 years ago

Attachment: geodjango_doc_merge.diff added

Diff, merge of GeoDjango docs into main docs

comment:4 by adamfast, 14 years ago

Updated geos.txt, db-api.txt and model-api.txt with better metadata / use of other special classes Django docs have set up.

by adamfast, 14 years ago

Attachment: db-api.txt added

db-api.txt file to replace the one in place after applying the patch

by adamfast, 14 years ago

Attachment: geos.txt added

geos.txt file to replace the one in place after applying the patch

comment:5 by Alex Gaynor, 14 years ago

Please upload a diff against the root of the tree, rather than a full file.

by adamfast, 14 years ago

Attachment: model-api.txt added

model-api.txt file to replace the one in place after applying the patch

by jbronn, 14 years ago

Attachment: gis_docs.1.diff added

Alpha version of the docs.

comment:6 by James Bennett, 14 years ago

milestone: 1.2

This isn't critical to 1.2; we can always go back and improve documentation as needed, but attention right now should focus on actual bugs.

in reply to:  6 comment:7 by jbronn, 14 years ago

milestone: 1.2

Replying to ubernostrum:

This isn't critical to 1.2; we can always go back and improve documentation as needed, but attention right now should focus on actual bugs.

I disagree, this is a blocker for me. I commit something before the release.

comment:8 by jbronn, 14 years ago

(In [12808]) Fixed fieldlookup docs cross-reference directive, and added it to the queryset reference. Refs #12930.

comment:9 by jbronn, 14 years ago

(In [12809]) [1.1.X] Fixed fieldlookup docs cross-reference directive, and added it to the queryset reference. Refs #12930.

Backport of r12808 from trunk.

comment:10 by jbronn, 14 years ago

Resolution: fixed
Status: assignedclosed

(In [12856]) Fixed #12930, #12832, #11538 -- Refactored and merged the GeoDjango documentation into the rest of the Django docs.

comment:11 by Jacob, 13 years ago

milestone: 1.2

Milestone 1.2 deleted

Note: See TracTickets for help on using tickets.
Back to Top