- install Sphinx:
pip install -U sphinx
- install Read the Docs Sphinx Theme:
pip install -U sphinx_rtd_theme
- install sphinx-autobuild:
pip install -U sphinx-autobuild
- run
make livehtml
in thedocs
folder - open
http://localhost:8000/
to view the documentation
Thanks to the sphinx-autobuild the documentation will be automatically built on every change and all browsers, where it's opened will be reloaded automatically as well.
- run
make html
in thedocs
folder - open
docs/build/html
folder in your browser
:ref:`toolbar_button_sample` - the "sample" parameter during Admin Console toolbar button declaration
:ref:`tree_section_sample` - the "sample" parameter in the Admin Console section declaration
:ref:`element_ch_sample` - the "sample" parameter in the Admin Console "combined_header" template block declaration
:ref:`const_sample` - the "sample" constant
:ref:`url_sample` - the "sample" parameter of the "kApplication::HREF" method
:ref:`env_sample` - the "sample" fragment of the environment variable
:ref:`rc_sample` - the "sample" parameter during class registration in the unit config
:ref:`uc_sample` - the "sample" unit config option
:ref:`fmt_class_sample` - the "sample" formatter class
:ref:`tfd_sample` - the "sample" table field declaration parameter
:ref:`fmt_sample` - the "sample" formatter parameter
:ref:`app_cp_sample` - the "sample" parameter of the "kApplication::CheckPermission" method
:ref:`tag_cp_sample` - the "sample" parameter of the "m_CheckPermission" template tag
:ref:`tc_Category_sample` - the "sample" column of the "Category" database table
:ref:`tc_Language_sample` - the "sample" column of the "Language" database table
:ref:`tc_PortalGroup_sample` - the "sample" column of the "PortalGroup" database table
:ref:`tc_Theme_sample` - the "sample" column of the "Theme" database table
:ref:`tc_UserSession_sample` - the "sample" column of the "UserSession" database table
:ref:`cfg_sample` - the "sample" configuration variable
:ref:`form_control_sample` - the "sample" form control
:ref:`hook_sample` - the "sample" hook property
:ref:`regular_event_sample` - the "sample" regular event property
:ref:`tp_Field_sample` - the "sample" parameter of the "Field" tag
:ref:`tpo_sample` - the "sample" title preset option
:ref:`gf_sample` - the "sample" grid filter
:ref:`ep_OnSave_sample` - the "sample" parameter of the "OnSave" event