Exemple #1
0
# (source start file, target name, title, author,
#  dir menu entry, description, category)
texinfo_documents = [
  ('index', 'NodeConductorPayPal', u'Waldur PayPal Documentation',
   u'OpenNode', 'NodeConductorPayPal', 'One line description of project.',
   'Miscellaneous'),
]

# Documents to append as an appendix to all manuals.
#texinfo_appendices = []

# If false, no module index is generated.
#texinfo_domain_indices = True

# How to display URL addresses: 'footnote', 'no', or 'inline'.
#texinfo_show_urls = 'footnote'

# If true, do not generate a @detailmenu in the "Top" node's menu.
#texinfo_no_detailmenu = False

os.environ['DJANGO_SETTINGS_MODULE'] = 'waldur_core.server.doc_settings'
from django.conf import settings
settings.INSTALLED_APPS = [app for app in settings.INSTALLED_APPS if not app.endswith('tests')]
settings.BASE_DIR = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))

from django.core.wsgi import get_wsgi_application
get_wsgi_application()

from waldur_core.core.management.commands.drfdocs import Command
Command().handle('waldur_paypal', path='docs/drfapi')
Exemple #2
0
texinfo_documents = [
    ('index', 'Waldur DigitalOcean', u'Waldur DigitalOcean Documentation',
     u'OpenNode', 'waldur-digitalocean', 'One line description of project.',
     'Miscellaneous'),
]

# Documents to append as an appendix to all manuals.
#texinfo_appendices = []

# If false, no module index is generated.
#texinfo_domain_indices = True

# How to display URL addresses: 'footnote', 'no', or 'inline'.
#texinfo_show_urls = 'footnote'

# If true, do not generate a @detailmenu in the "Top" node's menu.
#texinfo_no_detailmenu = False

os.environ['DJANGO_SETTINGS_MODULE'] = 'waldur_core.server.doc_settings'
from django.conf import settings
settings.INSTALLED_APPS = [
    app for app in settings.INSTALLED_APPS if not app.endswith('tests')
]
settings.BASE_DIR = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))

from django.core.wsgi import get_wsgi_application
get_wsgi_application()

from waldur_core.core.management.commands.drfdocs import Command
Command().handle('waldur_digitalocean', path='docs/drfapi')
Exemple #3
0
#  dir menu entry, description, category)
texinfo_documents = [
    ('index', 'Waldur JIRA', u'Waldur JIRA Documentation', u'OpenNode',
     'waldur-jira', 'One line description of project.', 'Miscellaneous'),
]

# Documents to append as an appendix to all manuals.
#texinfo_appendices = []

# If false, no module index is generated.
#texinfo_domain_indices = True

# How to display URL addresses: 'footnote', 'no', or 'inline'.
#texinfo_show_urls = 'footnote'

# If true, do not generate a @detailmenu in the "Top" node's menu.
#texinfo_no_detailmenu = False

os.environ['DJANGO_SETTINGS_MODULE'] = 'waldur_core.server.doc_settings'
from django.conf import settings
settings.INSTALLED_APPS = [
    app for app in settings.INSTALLED_APPS if not app.endswith('tests')
]
settings.BASE_DIR = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))

from django.core.wsgi import get_wsgi_application
get_wsgi_application()

from waldur_core.core.management.commands.drfdocs import Command
Command().handle('waldur_jira', path='docs/drfapi')
Exemple #4
0
#  dir menu entry, description, category)
texinfo_documents = [
    ('index', 'Waldur Azure', u'Waldur Azure Documentation', u'OpenNode',
     'waldur-azure', 'One line description of project.', 'Miscellaneous'),
]

# Documents to append as an appendix to all manuals.
#texinfo_appendices = []

# If false, no module index is generated.
#texinfo_domain_indices = True

# How to display URL addresses: 'footnote', 'no', or 'inline'.
#texinfo_show_urls = 'footnote'

# If true, do not generate a @detailmenu in the "Top" node's menu.
#texinfo_no_detailmenu = False

os.environ['DJANGO_SETTINGS_MODULE'] = 'waldur_core.server.doc_settings'
from django.conf import settings
settings.INSTALLED_APPS = [
    app for app in settings.INSTALLED_APPS if not app.endswith('tests')
]
settings.BASE_DIR = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))

from django.core.wsgi import get_wsgi_application
get_wsgi_application()

from waldur_core.core.management.commands.drfdocs import Command
Command().handle('waldur_azure', path='docs/drfapi')
Exemple #5
0
     'Miscellaneous'),
]

# Documents to append as an appendix to all manuals.
#texinfo_appendices = []

# If false, no module index is generated.
#texinfo_domain_indices = True

# How to display URL addresses: 'footnote', 'no', or 'inline'.
#texinfo_show_urls = 'footnote'

# If true, do not generate a @detailmenu in the "Top" node's menu.
#texinfo_no_detailmenu = False

os.environ['DJANGO_SETTINGS_MODULE'] = 'waldur_core.server.doc_settings'
from django.conf import settings

settings.INSTALLED_APPS = [
    app for app in settings.INSTALLED_APPS if not app.endswith('tests')
]
settings.BASE_DIR = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))

from django.core.wsgi import get_wsgi_application

get_wsgi_application()

from waldur_core.core.management.commands.drfdocs import Command

Command().handle('waldur_auth_social', path='docs/drfapi')
Exemple #6
0
texinfo_documents = [
    ('index', 'Waldur MasterMind ', u'Waldur MasterMind Documentation',
     u'OpenNode', 'waldur-mastermind', 'One line description of project.',
     'Miscellaneous'),
]

# Documents to append as an appendix to all manuals.
#texinfo_appendices = []

# If false, no module index is generated.
#texinfo_domain_indices = True

# How to display URL addresses: 'footnote', 'no', or 'inline'.
#texinfo_show_urls = 'footnote'

# If true, do not generate a @detailmenu in the "Top" node's menu.
#texinfo_no_detailmenu = False

os.environ['DJANGO_SETTINGS_MODULE'] = 'waldur_core.server.doc_settings'
from django.conf import settings
settings.INSTALLED_APPS = [
    app for app in settings.INSTALLED_APPS if not app.endswith('tests')
]
settings.BASE_DIR = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))

from django.core.wsgi import get_wsgi_application
get_wsgi_application()

from waldur_core.core.management.commands.drfdocs import Command
Command().handle('waldur_mastermind', path='docs/drfapi')
texinfo_documents = [
    ('index', 'Waldur OpenStack', u'Waldur OpenStack Documentation',
     u'OpenNode', 'waldur-openstack', 'One line description of project.',
     'Miscellaneous'),
]

# Documents to append as an appendix to all manuals.
#texinfo_appendices = []

# If false, no module index is generated.
#texinfo_domain_indices = True

# How to display URL addresses: 'footnote', 'no', or 'inline'.
#texinfo_show_urls = 'footnote'

# If true, do not generate a @detailmenu in the "Top" node's menu.
#texinfo_no_detailmenu = False

os.environ['DJANGO_SETTINGS_MODULE'] = 'waldur_core.server.doc_settings'
from django.conf import settings
settings.INSTALLED_APPS = [
    app for app in settings.INSTALLED_APPS if not app.endswith('tests')
]
settings.BASE_DIR = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))

from django.core.wsgi import get_wsgi_application
get_wsgi_application()

from waldur_core.core.management.commands.drfdocs import Command
Command().handle('openstack', path='docs/drfapi')
texinfo_documents = [
    ('index', 'Waldur cost planning', u'Waldur cost planning Documentation',
     u'OpenNode', 'waldur-cost-planning', 'One line description of project.',
     'Miscellaneous'),
]

# Documents to append as an appendix to all manuals.
#texinfo_appendices = []

# If false, no module index is generated.
#texinfo_domain_indices = True

# How to display URL addresses: 'footnote', 'no', or 'inline'.
#texinfo_show_urls = 'footnote'

# If true, do not generate a @detailmenu in the "Top" node's menu.
#texinfo_no_detailmenu = False

os.environ['DJANGO_SETTINGS_MODULE'] = 'waldur_core.server.doc_settings'
from django.conf import settings
settings.INSTALLED_APPS = [
    app for app in settings.INSTALLED_APPS if not app.endswith('tests')
]
settings.BASE_DIR = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))

from django.core.wsgi import get_wsgi_application
get_wsgi_application()

from waldur_core.core.management.commands.drfdocs import Command
Command().handle('waldur_cost_planning', path='docs/drfapi')
Exemple #9
0
#  dir menu entry, description, category)
texinfo_documents = [
  ('index', 'waldur_core', u'Waldur Core Documentation',
   u'OpenNode', 'waldur_core', 'One line description of project.',
   'Miscellaneous'),
]

# Documents to append as an appendix to all manuals.
#texinfo_appendices = []

# If false, no module index is generated.
#texinfo_domain_indices = True

# How to display URL addresses: 'footnote', 'no', or 'inline'.
#texinfo_show_urls = 'footnote'

# If true, do not generate a @detailmenu in the "Top" node's menu.
#texinfo_no_detailmenu = False


# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'http://docs.python.org/': None}

import django
os.environ['DJANGO_SETTINGS_MODULE'] = 'waldur_core.server.doc_settings'
django.setup()

# Generate API documentation
from waldur_core.core.management.commands.drfdocs import Command
Command().handle(path='docs/drfapi')
Exemple #10
0
# (source start file, target name, title, author,
#  dir menu entry, description, category)
texinfo_documents = [
  ('index', 'Waldur MasterMind ', u'Waldur MasterMind Documentation',
   u'OpenNode', 'waldur-mastermind', 'One line description of project.',
   'Miscellaneous'),
]

# Documents to append as an appendix to all manuals.
#texinfo_appendices = []

# If false, no module index is generated.
#texinfo_domain_indices = True

# How to display URL addresses: 'footnote', 'no', or 'inline'.
#texinfo_show_urls = 'footnote'

# If true, do not generate a @detailmenu in the "Top" node's menu.
#texinfo_no_detailmenu = False

os.environ['DJANGO_SETTINGS_MODULE'] = 'waldur_core.server.doc_settings'
from django.conf import settings
settings.INSTALLED_APPS = [app for app in settings.INSTALLED_APPS if not app.endswith('tests')]
settings.BASE_DIR = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))

from django.core.wsgi import get_wsgi_application
get_wsgi_application()

from waldur_core.core.management.commands.drfdocs import Command
Command().handle()