Skip to content
Snippets Groups Projects
  1. Dec 14, 2015
  2. Dec 08, 2015
  3. Dec 07, 2015
  4. Dec 04, 2015
  5. Dec 03, 2015
  6. Dec 01, 2015
  7. Nov 30, 2015
  8. Nov 29, 2015
  9. Nov 28, 2015
  10. Nov 27, 2015
  11. Nov 26, 2015
    • bigbes's avatar
      Move a couple of pages more to tarantoolsession · 32b8e042
      bigbes authored
      32b8e042
    • bigbes's avatar
      [documentation] TarantoolSession lexer and minor fixes for docs · b2de5a13
      bigbes authored
      * Move <files> to tarantoolsession
          - reference/tarantool.rst
          - reference/yaml.rst
          - reference/csv.rst
          - reference/json.rst
          - reference/msgpack.rst
          - reference/app_c_lua_tutorial.rst
          - reference/net_box.rst
          - reference/box_error.rst
      
      * Style fixes
      * Tables (line numbers) in code-blocks
      * Errors fixes (function headers display)
      * Move 'net_box' and 'box_error' into reference, cause they aren't part
        of 'box' anymore
      * Add link to box articles for reference
      * Move appendecies to book/app
      b2de5a13
  12. Nov 24, 2015
  13. Nov 21, 2015
  14. Nov 19, 2015
  15. Nov 16, 2015
  16. Nov 13, 2015
  17. Nov 08, 2015
  18. Nov 06, 2015
  19. Nov 05, 2015
    • bfxy's avatar
      Squashing of 10 commits · edc15c22
      bfxy authored
      Heading style suggestion:
      Fix overlapping (e.g. http://tarantool.org/doc/getting_started.html#starting-another-tarantool-instance-and-connecting-remotely)
      Proper margins
      
      Codeblock style suggestion:
      Add greyish background for inline code
      Add background for bash codeblocks
      Add overflow property for bash codeblocks:
      
      Add horizontal scrolling for text in code-blocks
      
      Fix multiple issues listed in #1033 (Database section):
      Addressed style inconsistency
      Fixed module descriptions
      Added hotlinks for functions
      Minor style additions
      
      Fix formatting issues in Reference Manual
      
      Fix Lua code highlighting
      
      A rather blunt fix that offers a temporary workaround.
      The reason behind original Lua lexer not highlighting Lua code is '!' used as
      delimiter. Pygments fails to parse '!' as a Lua code entity and tells Sphinx to
      leave the code unhighlighted. The fix adds custom Lua lexer by alias 'lua_tarantool',
      with '!' added as a punctuation token (line 60 in LuaLexer.py). A proper fix would
      probably be to extend the lexer with all Tarantool extensions over standard Lua modules.
      Lua code block directive now should be used like this:
      
      .. code-block:: lua_tarantool
      
      	lua code
      
      Fix remaining problems from #1033
      
      Review styles for Terminal session and inline code
      
      Improve formatting for C API
      
      Improve formatting in Lua tutorial
      edc15c22
  20. Nov 04, 2015
Loading