Skip to content

Commit

Permalink
tweaks to readme, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cmekik committed Mar 8, 2019
1 parent 6329eb4 commit 3d8f2cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Python version requirement dropped down to 3.6
- Python version requirement dropped down to `>=3.6`.
- Reworked `examples/free_association.py` to be more detailed and more clear.
- Replaced all `is` checks on flags and construct symbols with `==` checks.

Expand Down
9 changes: 1 addition & 8 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
---
title: "pyClarion Readme"
author: "Can Serif Mekik"
date: 2019-01-29
version : 0.13.0
---

# pyClarion Readme

This is a python implementation of the Clarion cognitive architecture.
Expand Down Expand Up @@ -47,7 +40,7 @@ type.

These goals are roughly in order from most to least specific.

## General Architecture
## Software Architecture Overview

In `pyClarion`, simulated constructs are named and represented with symbolic
tokens called construct symbols. Each construct symbol may be associated with
Expand Down

0 comments on commit 3d8f2cb

Please sign in to comment.