zulip/zerver/lib/bugdown
Shubham Dhama 49deb5acd3 bugdown: Move global variables to arguments.py.
This has two advantages;

* We can split bugdown/__init__.py into several modules, and each
  module can access these arguments by importing these

* We get rid of the super-ugly `global db_data` construct, replacing
  it with a only slightly ugly monkey-ish patching of the
  `zerver.lib.bugdown.arguments` module, which is at least
  considerably more clear on reading as to what it's purpose is.
2018-07-09 15:45:45 +05:30
..
__init__.py bugdown: Move global variables to arguments.py. 2018-07-09 15:45:45 +05:30
api_arguments_table_generator.py api docs: Read parameters and response fixtures from OpenAPI files. 2018-05-26 22:49:55 +02:00
api_code_examples.py api docs: Remove unnecessary imports. 2018-06-23 12:42:11 +02:00
arguments.py bugdown: Move global variables to arguments.py. 2018-07-09 15:45:45 +05:30
fenced_code.py zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
help_settings_links.py zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
testing_mocks.py zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
tlds-alpha-by-domain.txt [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00