diff options
author | Alan Bram <alan.bram@cornell.edu> | 2021-04-04 18:22:18 -0700 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2021-04-07 11:26:24 +0800 |
commit | 8475839e4aff10de27893aed372fee19df449f4a (patch) | |
tree | 0a0b2c85c00154ed8e61b48d0d51e294a18d735d | |
parent | d6518eb18ea3653ba4eb9589223184679c77e2ac (diff) | |
download | fork-ledger-8475839e4aff10de27893aed372fee19df449f4a.tar.gz fork-ledger-8475839e4aff10de27893aed372fee19df449f4a.tar.bz2 fork-ledger-8475839e4aff10de27893aed372fee19df449f4a.zip |
Remove obsolete mention of Cheetah web framework.
The "python/server.py" file was removed with fix for #1759.
[ci skip]
-rw-r--r-- | CONTRIBUTING.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0dbfe309..a7577473 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,8 +18,6 @@ Boost libraries consist of inline functions and templates in header files. **[Boost.Python]**: C++ library which enables seamless interoperability between C++ and the Python programming language. -**[Cheetah]**: a Python templating engine, used by `./python/server.py`. - **[CMake]**: A cross platform system for building from source code. It uses the `CMakeLists.txt` files. @@ -120,7 +118,6 @@ cores: [GitHub Issues]: https://github.com/ledger/ledger/issues [GMP]: http://gmplib.org/ [MPFR]: http://www.mpfr.org/ -[Cheetah]: http://www.cheetahtemplate.org [CMake]: http://www.cmake.org [Doxygen]: http://doxygen.org [Markdown]: https://daringfireball.net/projects/markdown/ |