Galaxy Documentation ******************** Galaxy is an open, web-based platform for accessible, reproducible, and transparent computational biomedical research. For more information on the Galaxy Project, please visit the https://galaxyproject.org The community maintains `a list of awesome Galaxy resources `__ related to all aspects of Galaxy. * :ref:`release-docs` * :ref:`admin-docs` * :ref:`dev-docs` * :ref:`about-docs` .. _release-docs: .. toctree:: :maxdepth: 2 :caption: Release Notes Releases .. _admin-docs: .. toctree:: :maxdepth: 2 :caption: Admin Documentation Administration Special topics .. _dev-docs: .. toctree:: :maxdepth: 2 :caption: Developer Documentation Development Galaxy API Tool Shed API Application Documentation .. _about-docs: .. toctree:: :maxdepth: 2 :caption: About Project Project Governance Issue Management Indices and tables ================== * :ref:`genindex` * :ref:`modindex` Building this Documentation =========================== If you have your own copy of the Galaxy source code, you can also generate your own version of this documentation. Run the following command from the Galaxy's root: :: $ make docs The generated documentation will be in ``doc/build/html/`` and can be viewed with a web browser. Note that you will need to install Sphinx and other module dependencies which are listed in the Makefile in the Galaxy root folder.