https://github.com/dexy/dexy
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dexy/dexy
- Owner: dexy
- License: mit
- Created: 2011-03-21T14:48:28.000Z (almost 14 years ago)
- Default Branch: develop
- Last Pushed: 2021-02-28T22:40:48.000Z (almost 4 years ago)
- Last Synced: 2024-08-05T22:41:01.064Z (7 months ago)
- Language: Python
- Homepage: http://dexy.it
- Size: 5.81 MB
- Stars: 309
- Watchers: 30
- Forks: 53
- Open Issues: 101
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - dexy/dexy - (Python)
README
## Dexy
Dexy is open source automation software with features especially designed for
documentation and reporting. More information at http://dexy.it## Docs
The home page for all documentation is http://dexy.it/docs
Dexy's User Guide http://guide.dexy.it
Dexy's Developer Guide http://dexy.github.io/dexy
## Source
Dexy's source code is available from http://github.com/dexy/dexy
The 'stable' branch contains the most recent release of Dexy.
The 'develop' branch contains the most recent development version of Dexy.From version 1.1 and up, Dexy will only run under Python 3.
(However Dexy can be used to document almost any programming language.)## Tests
Dexy uses nose to run tests.
Additional Python package requirements for tests are in dev-requirements.txt
pip install -r dev-requirements.txt