docs: add some narrative docs to explain basic concepts

still needs a lot of work i'm sure..gotta start somewhere
This commit is contained in:
Lance Edgar 2024-12-07 18:14:11 -06:00
parent ba8f57ddc1
commit b3e4e91df8
11 changed files with 522 additions and 14 deletions

View file

@ -0,0 +1,21 @@
Custom Import/Export
====================
This section explains what's required to make your own import/export
tasks.
See also :doc:`/narr/concepts` for some terminology etc.
..
The examples throughout the sections below will often involve a
theoretical **Foo → Poser** import, where Poser is a typical
Wutta-based app and Foo is some API in the cloud.
.. toctree::
:maxdepth: 2
conventions
handler
importer
command