Skip to content

Commit b7a3076

Browse files
authored
Update README.md
1 parent 10e4080 commit b7a3076

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ To make it possible to write fuzzy logic in the most pythonic and simplest way i
2020
* all functions are recursive closures (which makes it kinda hard to serialize things, if you really want to do that)
2121
* The main classes use a lot of dunder methods to implement their logic, which can be a bit daunting at first glance
2222
* Domain and Set uses an assignment trick to make it possible to instantiate Set() without passing domain and name over and over (yet still be explicit, just not the way one would normally expect). This also allows to call sets as Domain.attributes, which also normally shouldn't be possible (since they are technically not attributes). However, this allows interesting things like dangling sets (sets without domains) that can be freely combined with other sets to avoid cluttering of domain-namespaces and just have the resulting set assigned to a domain to work with.
23-
Check the Showcase notebook in docs on https://github.com/amogorkon/fuzzylogic for working examples and documentation.
23+
24+
# Check out the Showcase!
25+
For complete examples and documentation how to work with fuzzylogic, check out https://github.com/amogorkon/fuzzylogic/blob/master/docs/Showcase.ipynb !
2426
Have fun!
2527

2628
# Office Hours

0 commit comments

Comments
 (0)