aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJauhien Piatlicki (jauhien) <piatlicki@gmail.com>2013-08-06 22:27:12 +0200
committerJauhien Piatlicki (jauhien) <piatlicki@gmail.com>2013-08-06 22:27:12 +0200
commitf6bfc7287febfb8a640530ab852daf6285087a53 (patch)
tree903bfcb0f2a77cefbeaae4a89c3505a7e374fa7a /docs
parentfix also for g.o.g.org (diff)
downloadg-sorcery-f6bfc7287febfb8a640530ab852daf6285087a53.tar.gz
g-sorcery-f6bfc7287febfb8a640530ab852daf6285087a53.tar.bz2
g-sorcery-f6bfc7287febfb8a640530ab852daf6285087a53.zip
developer_instructions: a link to already developed backends
Diffstat (limited to 'docs')
-rw-r--r--docs/developer_instructions.html1
-rw-r--r--docs/developer_instructions.rst2
2 files changed, 3 insertions, 0 deletions
diff --git a/docs/developer_instructions.html b/docs/developer_instructions.html
index db574e6..4c506af 100644
--- a/docs/developer_instructions.html
+++ b/docs/developer_instructions.html
@@ -940,6 +940,7 @@ that quacks like this class.</p>
<p>Before doing it you should have defined classes you pass to it as parameters. They should be database
generator, two ebuild generators, eclass and metadata generators.</p>
<p>Also you should write an executable that calls g-sorcery and some configs.</p>
+<p>To have better understanding you can look at gs-elpa and gs-ctan backends available in g-sorcery repository.</p>
</div>
</div>
</body>
diff --git a/docs/developer_instructions.rst b/docs/developer_instructions.rst
index cd95a2f..f561027 100644
--- a/docs/developer_instructions.rst
+++ b/docs/developer_instructions.rst
@@ -638,3 +638,5 @@ Before doing it you should have defined classes you pass to it as parameters. Th
generator, two ebuild generators, eclass and metadata generators.
Also you should write an executable that calls g-sorcery and some configs.
+
+To have better understanding you can look at gs-elpa and gs-ctan backends available in g-sorcery repository.