mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-01 03:00:13 -04:00
Update docs for locations for source files
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -99,7 +99,8 @@ version = ver.rsplit('.',1)[0]
|
||||
release = ver
|
||||
|
||||
extlinks = {'sfdownloads': ('http://sourceforge.net/projects/coolprop/files/CoolProp/'+release+'/%s',''),
|
||||
'bbbinaries': ('http://www.coolprop.dreamhosters.com:8010/binaries/%s','')}
|
||||
'bbbinaries': ('http://www.coolprop.dreamhosters.com:8010/binaries/%s',''),
|
||||
'bbsphinx': ('http://www.coolprop.dreamhosters.com:8010/sphinx/%s','')}
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
||||
@@ -1,9 +1,18 @@
|
||||
|
||||
Source Code
|
||||
===========
|
||||
See the source files
|
||||
====================
|
||||
|
||||
* The source code of CoolProp is stored in a github repository at https://github.com/CoolProp/CoolProp
|
||||
View/Edit sources on github
|
||||
---------------------------
|
||||
|
||||
* To see nightly builds of the `doxygen <http://www.stack.nl/~dimitri/doxygen/>`_ formatted HTML outputs for the development code, go to http://www.coolprop.dreamhosters.com/doc/CoolProp5/
|
||||
The source code of CoolProp is stored in a github repository at https://github.com/CoolProp/CoolProp
|
||||
|
||||
* Other documentation about the source code and developer notes can be found at :ref:`develop`.
|
||||
Doxygen formatted documentation of the source files
|
||||
---------------------------------------------------
|
||||
|
||||
Real-time builds of the `doxygen <http://www.stack.nl/~dimitri/doxygen/>`_ formatted HTML outputs for the development code are at :bbsphinx:`the buildbot development server<_static/doxygen/html>`.
|
||||
|
||||
More information
|
||||
----------------
|
||||
|
||||
Other documentation about the source code and developer notes can be found at :ref:`develop`.
|
||||
|
||||
Reference in New Issue
Block a user