Skip to content

Commit

Permalink
Added non-Excel section and ModelX
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad-eki committed May 31, 2020
1 parent c9ae909 commit a8d55ca
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
project = 'Python tools for Excel'
copyright = '2020, Bradley van Ree'
author = 'Bradley van Ree'
version = '0.0.1b0'
version = '0.0.2b0'
# The full version, including alpha/beta/rc tags
release = '0.0.1b0'
release = '0.0.2b0'
# html_logo = 'images/FlyingKoala_ico.svg'


Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ I usually find there is enough value in collating information about the software
software_integrating_calculation
software_ms_addins
blog_posts
software_non_excel_tools


Indices and tables
Expand Down
27 changes: 27 additions & 0 deletions docs/software_non_excel_tools.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
.. _software_non_excel_tools:



Non-Excel tools
=================


ModelX
------

https://docs.modelx.io/en/latest/

modelx is a Python package to build object-oriented models 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!

modelx enables you to interactively develop, run and scrutinize complex models in smart ways:

* 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)
* Saving to text files, enabling use of version control systems
* Document integration enabling use of document generators
* Pandas interface

0 comments on commit a8d55ca

Please sign in to comment.