mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-24 16:30:27 +08:00
Generate intermediate rst file instead of html Move generation to doc/Makefile Use pandoc to generate table of contents and fragment ids. Remove nested inline markup (not supported by reStructuredText) Fix https and other links.
19 lines
448 B
ReStructuredText
19 lines
448 B
ReStructuredText
Developer Documentation
|
|
=======================
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
schema
|
|
interactive_environments
|
|
build_a_job_runner
|
|
faq
|
|
|
|
These are other primary areas of documentation developers will be interested in:
|
|
|
|
- `Codebase Documentation`_ for developers of Galaxy
|
|
- `API Documentation`_ for developers of third party tools interacting with Galaxy
|
|
|
|
.. _Codebase Documentation: ../lib/modules.html
|
|
.. _API Documentation: ../api_doc.html
|