You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2019/01/05 05:15:48 UTC

[arrow] branch master updated: [Documentation] Fix syntax error in building.rst (#3313)

This is an automated email from the ASF dual-hosted git repository.

wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new fa37ea3  [Documentation] Fix syntax error in building.rst (#3313)
fa37ea3 is described below

commit fa37ea335546c12768939db8f1974696edeb2b2b
Author: Uwe L. Korn <xh...@users.noreply.github.com>
AuthorDate: Sat Jan 5 06:15:43 2019 +0100

    [Documentation] Fix syntax error in building.rst (#3313)
---
 docs/source/building.rst | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/docs/source/building.rst b/docs/source/building.rst
index dfa8574..2a0e9fb 100644
--- a/docs/source/building.rst
+++ b/docs/source/building.rst
@@ -87,6 +87,4 @@ You can use Docker to build the documentation:
   docker-compose build docs
   docker-compose run docs
 
-The final output is located under [#]_::
-
-  docs/_build/html
+The final output is located under ``docs/_build/html``.