Skip to content

Commit

Permalink
DOC: Update for modelx home page opening
Browse files Browse the repository at this point in the history
  • Loading branch information
fumitoh committed May 31, 2020
1 parent b0dc6d7 commit 72c5b2d
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 16 deletions.
32 changes: 20 additions & 12 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,34 @@ modelx
What is modelx?
---------------
**modelx** is a Python package to build object-oriented models
containing formulas and values to carry out complex calculations.
consisting of formulas and values to carry out complex calculations.
You can think of it as a hierarchical and multidimensional extension
of spreadsheet, but there's so much more to it!

.. rubric:: modelx sites

========================== ====================================
Home page https://modelx.io
Documentation site https://docs.modelx.io
Development site https://github.com/fumitoh/modelx
modelx on PyPI https://pypi.org/project/modelx/
========================== ====================================

Feature highlights
------------------
**modelx** comes with features that enable users to interactively
**modelx** enables you to interactively
develop, run and scrutinize complex models in smart ways:

- Only little Python knowledge required
- Model composed of a tree of Spaces containing Cells
- Cells containing formulas and data
- Dynamic name binding for evaluating formulas within a Space
- Space inheritance
- Dynamic parametrized spaces created interactively
- Only basic Python knowledge required
- Formulas defined by Python functions
- Object-oriented, supports composition and inheritance
- Parameterization
- Dependency tracing
- Reading from Excel and CSV files
- GUI as Spyder plugin (spyder-modelx)
- Cells graph to track cells interdependency
- Saving to / loading from files
- Conversion to Pandas objects
- Reading from Excel files
- Saving to text files, enabling use of version control systems
- Document integration enabling use of document generators
- Pandas interface

Who is modelx for?
------------------
Expand Down
5 changes: 3 additions & 2 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
modelx
======
modelx Documentation
====================

*Use Python like a spreadsheet!*

.. figure:: images/spyder/MxPluginImage.png
Expand Down
6 changes: 4 additions & 2 deletions doc/source/updates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Updates

.. Latest Updates Begin
* *31 May 2020:*
`The modelx home page <https://modelx.io>`_ is opened.

* *24 May 2020:*
modelx v0.7.0 is released. See
Expand All @@ -27,6 +29,8 @@ Updates
* *5 May 2020:*
:doc:`tutorial/index` and :doc:`installation` pages are updated.

.. Latest Updates End
* *29 April 2020:*
modelx v0.6.1 is released. See :ref:`release-v0.6.1` release
notes for details.
Expand Down Expand Up @@ -66,8 +70,6 @@ Updates
spyder-modelx v0.1.0 is released.
See :ref:`release-mxplugin-v0.1.0` release notes for details.

.. Latest Updates End
* *1 December 2019:*
modelx v0.1.0 is released. See :doc:`releases/relnotes_v0_1_0`
release notes for details.
Expand Down

0 comments on commit 72c5b2d

Please sign in to comment.