Skip to content

Documentation sources for the ACCEPT Framework created during the FP7 ACCEPT Project

License

Notifications You must be signed in to change notification settings

daudmabena/accept-docs

 
 

Repository files navigation

accept-doc

This repository contains the source files (in reStructuredText format) of the reference documentation for the ACCEPT framework's components, including:

The relationships between these components are shown in the following architecture diagram:

Architecture

Two documentation sets can be built: a full set and a set pertaining solely to the standard pre-edit client. Building is achived using Sphinx, and by default the ReadTheDocs theme. Both can be installed using Python and pip:

    $ pip install sphinx
    $ pip install sphinx_rtd_theme

Before building the documentation, you should edit the conf.py file to use relevant configuration values (under the line starting with TODO). Examples of values to edit include:

    portal_base_url = '' # Base URL (e.g. 'https://myexample.com')
    portal_instance_type = '' # Web application root (e.g. 'Portal' or 'PortalStaging')

The following are examples of build commands for the full set (multiple HTML pages) and pre-edit documentation set (single HTML page) respectively:

    $ sphinx-build -t full . _build
    $ sphinx-build -b singlehtml -t pre_edit_plugin -D html_title="The ACCEPT Pre-Edit plug-in" -D master_doc=index_pre_edit_plugin . _builds-pre-

About

Documentation sources for the ACCEPT Framework created during the FP7 ACCEPT Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%