bradford.condon 6207950c50 add docs readme 6 years ago
..
_images c3edddf7a5 data structurs 6 years ago
_static ffd12f7f71 Theme Rtd's: added @almasaeed2010's suggestions. 6 years ago
dev_guide f7b509ddd8 Merge pull request #643 from tripal/503_custom_data_loader 6 years ago
user_guide fc5523ed5a remove extra comma and thus extra column 6 years ago
Makefile 9269ca5151 init rtd 6 years ago
README.md 6207950c50 add docs readme 6 years ago
conf.py 386a88792d Merge pull request #651 from tripal/650-theme_rtd 6 years ago
dev_guide.rst 360a39d147 add tutorials page 6 years ago
index.rst 12ab113686 replace some lorem titles 6 years ago
make.bat 9269ca5151 init rtd 6 years ago
tripal_doxygen.config cd364447d6 Working on updating in-line documenation for Tv3 API release 7 years ago
user_guide.rst b6ee0523d3 Fixes requested by Lacey and for warnings during building 6 years ago

README.md

The Tripal documentation is written in Restructured Text, compiled with Sphinx, and built/hosted with ReadTheDocs. This directory, when compiled, is hosted at https://tripal.readthedocs.io/en/latest/

For minor changes, you can simply Edit the file using the Github editor, which will allow you to make a Pull Request. Once approved, your changes will be reflected in the documentation automatically!

Guide

Install Sphinx

For minor changes, you don't need to build the documentation! If you want to see how your changes will look on the built site, however, you will need Sphinx installed.

For more information, please see the Sphinx setup guide: http://www.sphinx-doc.org/en/master/usage/quickstart.html

Building your changes

For more extensive edits, or when contributing new guides, you should build the documentation locally. From the docs root (eg /var/www/html/sites/all/modules/tripal/docs/, execute make html. The built site will be in docs/_build/html/index.html.

Tripal conventions

Please place images in the same folder as the guide text file, following the convention [file_name].[n].[optional description].[extension]. For example, configuring_page_display.3.rearrange.png or configuring_page_display.1.png are both located in docs/user_guide/ and are part of the configuring_page_display.rst guide.

More guidelines coming soon...