mistercrunch closed pull request #4594: docs: fixup code blocks rendering
URL: https://github.com/apache/incubator-superset/pull/4594
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/faq.rst b/docs/faq.rst
index 9869d464ba..4e7d4d6b65 100644
--- a/docs/faq.rst
+++ b/docs/faq.rst
@@ -106,7 +106,7 @@ edit the ``JSON Metadata`` field, more specifically the
 never be affected by any dashboard level filtering.
 
 
-..code:: json
+.. code-block:: json
 
     {
         "filter_immune_slices": [324, 65, 92],
@@ -141,7 +141,7 @@ to be refreshed - especially if some data is slow moving, 
or run heavy queries.
 slices from the timed refresh process, add the ``timed_refresh_immune_slices`` 
key to the dashboard
 ``JSON Metadata`` field:
 
-..code:: json
+.. code-block:: json
 
     {
        "filter_immune_slices": [],
@@ -157,7 +157,7 @@ Slice refresh will also be staggered over the specified 
period. You can turn off
 by setting the ``stagger_refresh`` to ``false`` and modify the stagger period 
by setting
 ``stagger_time`` to a value in milliseconds in the ``JSON Metadata`` field:
 
-..code:: json
+.. code-block:: json
 
     {
         "stagger_refresh": false,
@@ -236,7 +236,7 @@ It is possible on a per-dashboard basis by providing a 
mapping of
 labels to colors in the ``JSON Metadata`` attribute using the
 ``label_colors`` key.
 
-..code:: json
+.. code-block:: json
 
     {
         "label_colors": {
diff --git a/docs/installation.rst b/docs/installation.rst
index a2d3a64d4d..1e6e27d0ef 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -588,7 +588,7 @@ at the ``/simple_page`` url. This can allow you to run 
other things such
 as custom data visualization applications alongside Superset, on the
 same server.
 
-..code ::
+.. code-block:: python
 
     from flask import Blueprint
     simple_page = Blueprint('simple_page', __name__,
@@ -609,7 +609,7 @@ are logged as well as key events like query start and end 
in SQL Lab.
 To setup StatsD logging, it's a matter of configuring the logger in your
 ``superset_config.py``.
 
-..code ::
+.. code-block:: python
 
     from superset.stats_logger import StatsdStatsLogger
     STATS_LOGGER = StatsdStatsLogger(host='localhost', port=8125, 
prefix='superset')
diff --git a/docs/visualization.rst b/docs/visualization.rst
index 28744ca7fd..45cd76ccc1 100644
--- a/docs/visualization.rst
+++ b/docs/visualization.rst
@@ -1735,7 +1735,7 @@ To add a new country in country map tools, we need follow 
next steps :
 7. Add your country in component 'select_country'
    Example :
 
-.. code:: python
+.. code-block:: javascript
 
     select_country: {
         type: 'SelectControl',


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to