Skip to content

Commit

Permalink
increased version of admin-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Haudum committed May 8, 2014
1 parent 0fbef4d commit a6f7af3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 19 deletions.
5 changes: 2 additions & 3 deletions DEVELOP.rst
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,8 @@ And afterwards run buildout::

./bin/buildout -N

The documentation is also tested when running the ``itest`` task or
running ``make test`` in the ``docs`` directory. Also the ``itest``
task is run as a dependency of the ``dist`` task.
The documentation is tested when running the ``itest`` task.
Also the ``itest`` task is run as a dependency of the ``dist`` task.


.. _Python: http://www.python.org/
Expand Down
14 changes: 3 additions & 11 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Where to go from here?

That is certainly not all Crate Data offers to you. To take a look at the
documentation visit
`https://crate.io/docs/stable/ <https://crate.io/docs/stable/>`_.
`https://crate.io/docs/ <https://crate.io/docs/>`_.

Managing data
-------------
Expand All @@ -101,17 +101,9 @@ There are several different ways to manage data in Crate.

- The `admin interface <http://localhost:4200/admin>`_

- `Python client`_ (see: GitHub_, pypi_, get it: ``pip install crate``)
- For for further clients in different languages see `Crate Documentation`_.

- The python client also comes with the Crate Shell (`crash`).
crash is a command-line util to perform SQL queries,...

- `Java client`_

.. _Python client: https://crate.io/docs/projects/crate-python/stable/
.. _GitHub: https://github.com/crate/crate-python/
.. _pypi: https://pypi.python.org/pypi/crate/
.. _Java client: https://crate.io/docs/clients/java/
.. _Crate Documentation: https://crate.io/docs/

Are you a Developer?
====================
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ distZip {

ext {
downloadDir = new File(buildDir, 'downloads')
plugin_crateadmin_version = '0.6.3'
plugin_crateadmin_version = '0.7.0'
crash_version = '0.9.0'
}

Expand Down
4 changes: 0 additions & 4 deletions docs/versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ setuptools = 2.2
# zope.testrunner==4.4.1
six = 1.5.2

# Required by:
# crate-docs-theme==0.2.0
sphinxcontrib-plantuml = 0.4

# Required by:
# zope.testing==4.1.2
# zope.testrunner==4.4.1
Expand Down

0 comments on commit a6f7af3

Please sign in to comment.