Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
user_guide:start [2019/06/11 14:21] benmuell |
user_guide:start [2020/12/17 15:05] (current) lkastner [Configuration and tweaking] Add link to jupyter instructions |
||
---|---|---|---|
Line 58: | Line 58: | ||
* [[.tutorials:tarballs|Save and load an array of polytopes]] | * [[.tutorials:tarballs|Save and load an array of polytopes]] | ||
* [[.tutorials:time|Measure execution time]] | * [[.tutorials:time|Measure execution time]] | ||
- | * Using the polyDB Database | ||
- | * [[.howto:poly_db_tutorial|Introduction to polyDB]] explains basic database access functionality | ||
- | * [[.howto:poly_db_write|Writing to the database ]] explains write and update functionality | ||
* [[.tutorials:legacy|If you have not used polymake in a very long time]] | * [[.tutorials:legacy|If you have not used polymake in a very long time]] | ||
Line 66: | Line 63: | ||
* [[install:configure|Configuring polymake for a group of users]] | * [[install:configure|Configuring polymake for a group of users]] | ||
* [[.howto:shell_custom|Customizing the polymake interactive shell]] | * [[.howto:shell_custom|Customizing the polymake interactive shell]] | ||
- | * [[install:interface_config| Configure interfaces to other software]] | + | * [[user_guide:howto:interface_config| Configure interfaces to other software]] |
+ | * [[user_guide:howto:jupyter|Using polymake with jupyter]] | ||
==== Advanced Users ==== | ==== Advanced Users ==== | ||
- | Learn how to extend ''polymake''. | + | Learn how to extend polymake. |
* [[.howto:scripting|Scripting]] for "power users" | * [[.howto:scripting|Scripting]] for "power users" | ||
* [[.extend:clients|Writing C++ clients]] | * [[.extend:clients|Writing C++ clients]] | ||
Line 76: | Line 74: | ||
* [[:callable|Using the Callable Library]] | * [[:callable|Using the Callable Library]] | ||
* [[.extend:rulefiles|Writing rule files]] | * [[.extend:rulefiles|Writing rule files]] | ||
+ | * [[.extend:unit_tests|Writing unit tests]] | ||
* [[.extend:extensions|Writing and using extensions]] | * [[.extend:extensions|Writing and using extensions]] | ||
+ | * [[.extend:upgrade_rules|Dealing with data model changes]] | ||
Details on selected topics, also linked from general pages above. | Details on selected topics, also linked from general pages above. |