215ccba9ec
horizon devref has both explicit autodoc directives and automatically generated source references. This causes a lot of 'WARNING: duplicate object description'. I think that we don't need source code references for most modules and it is better to have explicit API references of modules for which we need references. Thus this commit removes the logic to generate source references. This contributes a lot to reduce the number of sphinx warnings. Also reduces the required time of documentation build :-) Partial-Bug: #1411719 Partial-Bug: #1486222 Change-Id: Iba2bf3723cad159f4cfd1fff47e8114d9867e040
47 lines
895 B
Plaintext
47 lines
895 B
Plaintext
*.egg*
|
|
*.mo
|
|
*.pyc
|
|
*.sw?
|
|
*.sqlite3
|
|
*.lock
|
|
.environment_version
|
|
.selenium_log
|
|
.coverage*
|
|
.noseids
|
|
.DS_STORE
|
|
.DS_Store
|
|
/cover
|
|
coverage.xml
|
|
coverage-karma
|
|
nosetests.xml
|
|
pep8.txt
|
|
pylint.txt
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
reports
|
|
openstack_dashboard/local/*
|
|
!openstack_dashboard/local/local_settings.py.example
|
|
!openstack_dashboard/local/enabled/_50__settings.py.example
|
|
!openstack_dashboard/local/local_settings.d
|
|
openstack_dashboard/local/local_settings.d/*
|
|
!openstack_dashboard/local/local_settings.d/*.example
|
|
openstack_dashboard/test/.secret_key_store
|
|
openstack_dashboard/test/integration_tests/local-horizon.conf
|
|
openstack_dashboard/test/integration_tests/test_reports/
|
|
openstack_dashboard/wsgi/horizon.wsgi
|
|
doc/build/
|
|
/static/
|
|
integration_tests_screenshots/
|
|
.venv
|
|
.tox
|
|
node_modules
|
|
npm-debug.log
|
|
build
|
|
dist
|
|
AUTHORS
|
|
ChangeLog
|
|
tags
|
|
ghostdriver.log
|
|
.testrepository
|
|
.idea
|