Documentation
This commit is contained in:
parent
e86fba8fe2
commit
3d33e50164
|
@ -1,8 +1,8 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
import sys, os
|
import sys, os
|
||||||
|
|
||||||
project = u'My Project'
|
project = u'gCube CMS Suite'
|
||||||
copyright = u'YYYY, John Doe'
|
copyright = u'This software is part of the gCube Framework https://www.gcube-system.org/'
|
||||||
version = '1.0'
|
version = '1.0'
|
||||||
release = '1.0.0'
|
release = '1.0.0'
|
||||||
|
|
||||||
|
@ -20,10 +20,10 @@ source_encoding = 'utf-8-sig'
|
||||||
|
|
||||||
# HTML options
|
# HTML options
|
||||||
html_theme = 'sphinx_rtd_theme'
|
html_theme = 'sphinx_rtd_theme'
|
||||||
html_short_title = "my-project"
|
html_short_title = "gcube-cms-suite"
|
||||||
htmlhelp_basename = 'my-project-doc'
|
htmlhelp_basename = 'gcube-cms-suite-docs'
|
||||||
html_use_index = True
|
html_use_index = True
|
||||||
html_show_sourcelink = False
|
html_show_sourcelink = True
|
||||||
html_static_path = ['_static']
|
html_static_path = ['_static']
|
||||||
|
|
||||||
# PlantUML options
|
# PlantUML options
|
||||||
|
|
|
@ -9,13 +9,9 @@ gCube CMS Suite
|
||||||
|
|
||||||
gCube CMS Suite is a distributed full stack application for publication management in a gCube Hybrid e-infrastructure.
|
gCube CMS Suite is a distributed full stack application for publication management in a gCube Hybrid e-infrastructure.
|
||||||
|
|
||||||
|
.. image:: https://gcube.wiki.gcube-system.org/images_gcube/e/e4/Geo_Portale%281%29.png
|
||||||
|
:scale: 50 %
|
||||||
|
:alt: CMS Suite overall concept
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
The gCube CMS Suite is a gCube Application designed to manage the publication workflow of complex documents (i.e. comprising of multi-level extensible metadata, attachments.. ) called Projects.
|
The gCube CMS Suite is a gCube Application designed to manage the publication workflow of complex documents (i.e. comprising of multi-level extensible metadata, attachments.. ) called Projects.
|
||||||
It can manage the entire lifecycle of Projects, from their creation to access including :
|
It can manage the entire lifecycle of Projects, from their creation to access including :
|
||||||
|
|
Loading…
Reference in New Issue