Skip to content

Commit

Permalink
document locations of repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
wlav committed Aug 8, 2017
1 parent fe4e96e commit 9d98861
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ Contents:
installation
features
distribution
repositories


Comments and bugs
Expand Down
13 changes: 13 additions & 0 deletions doc/source/repositories.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Repositories
============

The ``cppyy`` module is a frontend that requires an intermediate (Python
interpreter dependent) layer, and a backend.
Because of this layering and because it leverages several existing packages
through reuse, the relevant codes are contained across a number of
repositories.

* Frontend, cppyy: https://bitbucket.org/wlav/cppyy
* CPython (v2/v3) intermediate: https://bitbucket.org/wlav/cpycppyy
* PyPy intermediate (module _cppyy): https://bitbucket.org/pypy/pypy/
* Backend, cppyy: https://bitbucket.org/wlav/cppyy-backend

0 comments on commit 9d98861

Please sign in to comment.