diff --git a/directdocs/references.py b/directdocs/references.py index b9cfa624..f4a8d640 100755 --- a/directdocs/references.py +++ b/directdocs/references.py @@ -248,6 +248,12 @@ def loadData(): projectName = '{GPL3} OpenGL-Programmable', urlTemplate = BITBUCKET, ), + SampleSource( + os.path.join(SAMPLES,'pyrender'), + baseURL='https://github.com/mmatl/pyrender', + projectName='Pyrender', + urlTemplate=GITHUB, + ) ]: generate_tokens_dir( s.localDir, processFunction = s.processEntry) result = SampleSource.nameMapping diff --git a/directdocs/samples.py b/directdocs/samples.py index 6513825e..b7bfa27e 100755 --- a/directdocs/samples.py +++ b/directdocs/samples.py @@ -181,7 +181,11 @@ def update_command( self ): HgSource( 'https://bitbucket.org/rndblnch/opengl-programmable/', dirname = 'programmable', - ) + ), + GITSource( + 'https://github.com/mmatl/pyrender.git', + dirname='pyrender', + ), # pymol # not pyopengl AFAICS # {LGPL} mirra # no online view of code AFAICS # soccerbots http://soccerbots.googlecode.com/svn/