From 2b9456157dfe96991575a7d8b24ea6e16b73811a Mon Sep 17 00:00:00 2001 From: LSaldyt Date: Tue, 13 Mar 2018 08:21:06 -0700 Subject: [PATCH] Fixes README headers --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c8ad7ba..87984f4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#PySeqsee +# PySeqsee A python framework for solving complex problems not amenable to brute force. PySeqsee aims to be a robust framework for developing blackboard-architecture @@ -6,7 +6,7 @@ based programs that tackle hard problems in a human-like way. It is open-source, under GNU GPLv3. -###Links +### Links Mailing List: - https://groups.google.com/forum/#!forum/pyseqsee (to view) @@ -17,7 +17,7 @@ Source Code: https://github.com/amahabal/PySeqsee Bug Tracker: https://github.com/amahabal/PySeqsee/issues Development Status: Alpha, but actively-developed working code -###Brief history and motivation +### Brief history and motivation For over two decades now, Douglas Hofstadter's Fluid Analogies Research Group at Indiana University has designed computer simulations aimed @@ -37,7 +37,7 @@ many components out of the box without making too many irreversible commitments. That is, it provides a full suite of tools to get the job done, but also allows you to swap out any component and use the rest. -###Services provided (and their level of completion): +### Services provided (and their level of completion): * A reusable GUI. Every project will have a different workspace, but there is still much that is shared. PySeqsee allows you to just write the visualization