Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | typo |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | v1.0.0rc5 |
Files: | files | file ages | folders |
SHA3-256: |
159d5285a121bda6da6eb475816ca3c9 |
User & Date: | jmcclure 2017-09-05 01:35:02 |
Context
2017-09-05
| ||
01:57 | update contact email check-in: 22c582f6ae user: jmcclure tags: trunk | |
01:35 | typo check-in: 159d5285a1 user: jmcclure tags: trunk, v1.0.0rc5 | |
2017-09-04
| ||
21:09 | typo in setup.py check-in: a0021d0f33 user: jmcclure tags: trunk | |
Changes
Changes to info.html.
︙ | ︙ | |||
117 118 119 120 121 122 123 | <li id="install-note-6"><a href="https://www.scipy.org/">SciPy</a></li> <li id="install-note-7"><a href="http://pyyaml.org/">PyYAML</a></li> </ol> </section> <section id="config1"> <h2>Basic Configuration</h2> | | | 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 | <li id="install-note-6"><a href="https://www.scipy.org/">SciPy</a></li> <li id="install-note-7"><a href="http://pyyaml.org/">PyYAML</a></li> </ol> </section> <section id="config1"> <h2>Basic Configuration</h2> <p>Configuration files are provided with reasonable defaults that should work ‘out-of-the-box’ for many analyses. Configuration files are written in the YAML markup language<a class="note-link" href="#config1-note-1">1</a> which for general use can be viewed as simple key-value pairs. To customize your configuration, copy config.yaml from the python site-packages directory where it was installed to your user's configuration directory.</p> <p>TweetyPy reads configuration from any <code>config.yaml</code> files in order from the site-packages directory, platform-specific configuration |
︙ | ︙ |