Skip to content

Commit

Permalink
warning on incomplete doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dfroger committed Mar 11, 2017
1 parent aa69e92 commit d9795cd
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
``geomalgo`` aims at prodiving basic geometric 2D and 3D algorithms, for
example computing the area of 2D triangle, or finding intersection points of
example computing the area of a 2D triangle, or finding intersection points of
3D triangle and a 3D segment.

``geomalgo`` algorithms are primary based on `geomalgorithms
Expand All @@ -16,11 +16,16 @@ Installation

.. code-block:: bash
conda install -c dfroger geomalgo
conda install -c dfroger geomalgo # -c conda-forge soon
Documentation
-------------

.. warning::

This documentation is being drafted. It should be complete around in a few
weeks (around May 2017).

.. toctree::
:maxdepth: 1

Expand All @@ -37,5 +42,5 @@ Development and contact
-----------------------

``geomalgo`` is developed on `GitHub <https://github.com/dfroger/geomalgo>`_,
were issues and pull requests can be made. Or do not hesitate to send me an
were issues and pull requests can be made. Do not hesitate to send me an
email at david.froger@mailoo.org .

0 comments on commit d9795cd

Please sign in to comment.