Skip to content

Commit

Permalink
Remove requirements pages and put information on main page
Browse files Browse the repository at this point in the history
  • Loading branch information
pfultz2 committed Mar 27, 2016
1 parent f05538d commit 5eeff1a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 10 additions & 0 deletions doc/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,13 @@ Fit is divided into three components:
Github: [http://github.com/pfultz2/Fit](http://github.com/pfultz2/Fit)

Documentation: [http://fit.readthedocs.org](http://fit.readthedocs.org)

Requirements
============

This requires a C++11 compiler. There are no third-party dependencies. This has been tested on clang 3.4-3.7, gcc 4.6-4.9, and Visual Studio 2015. Gcc 5.1 is not supported at all.

Contexpr support
----------------

Both MSVC and gcc 4.6 have limited constexpr support due to many bugs in the implementation of constexpr. However, constexpr initialization of functions is supported when using the `FIT_STATIC_FUNCTION` and `FIT_STATIC_LAMBDA_FUNCTION` constructs.
9 changes: 0 additions & 9 deletions doc/src/requirements.md

This file was deleted.

1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ pages:
- 'Definitions' : 'definitions.md'
- 'Basic Concepts' : 'concepts.md'
- 'Configurations' : 'configurations.md'
- 'Requirements': 'requirements.md'
- 'FAQ': 'faq.md'
- 'Building': 'building.md'
- 'Acknowledgements': 'acknowledgements.md'
Expand Down

0 comments on commit 5eeff1a

Please sign in to comment.