Python Library Caching
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

documentation_options.js 323B

12345678910111213
  1. const DOCUMENTATION_OPTIONS = {
  2. VERSION: '',
  3. LANGUAGE: 'en',
  4. COLLAPSE_INDEX: false,
  5. BUILDER: 'html',
  6. FILE_SUFFIX: '.html',
  7. LINK_SUFFIX: '.html',
  8. HAS_SOURCE: true,
  9. SOURCELINK_SUFFIX: '.txt',
  10. NAVIGATION_WITH_KEYS: false,
  11. SHOW_SEARCH_SUMMARY: true,
  12. ENABLE_SEARCH_SHORTCUTS: true,
  13. };