# HG changeset patch # User Sebastien Jodogne # Date 1527576281 -7200 # Node ID 2f871e5728fea99c880b73536d96b0151e513c8c # Parent ec849c2ee4278f3e499093d70f9f3d463620eb32 rename diff -r ec849c2ee427 -r 2f871e5728fe README --- a/README Fri May 25 17:26:57 2018 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,42 +0,0 @@ -=================== -General information -=================== - -Orthanc is a lightweight, RESTful Vendor Neutral Archive for DICOM. - -General information about Orthanc can be found on its official -Website: http://www.orthanc-server.com/ - -This repository contains the source code of the Orthanc Book, -which documents how Orthanc can be used. - - -===== -Setup -===== - -To build the Orthanc Book from sources, you need to install Sphinx -(http://www.sphinx-doc.org/), the Python Documentation Generator. - - -Installing Sphinx under Ubuntu 14.04 LTS: ------------------------------------------ - -# sudo pip install sphinx sphinx_bootstrap_theme - - -============================ -Generating the documentation -============================ - -Under Linux ------------ - -# cd ./Sphinx -# make html - -The HTML documentation will be available in the folder -"./build/html". You can for instance open it using Mozilla Firefox as -follows: - -# firefox ./build/html/index.html diff -r ec849c2ee427 -r 2f871e5728fe README.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.txt Tue May 29 08:44:41 2018 +0200 @@ -0,0 +1,42 @@ +=================== +General information +=================== + +Orthanc is a lightweight, RESTful Vendor Neutral Archive for DICOM. + +General information about Orthanc can be found on its official +Website: http://www.orthanc-server.com/ + +This repository contains the source code of the Orthanc Book, +which documents how Orthanc can be used. + + +===== +Setup +===== + +To build the Orthanc Book from sources, you need to install Sphinx +(http://www.sphinx-doc.org/), the Python Documentation Generator. + + +Installing Sphinx under Ubuntu 14.04 LTS: +----------------------------------------- + +# sudo pip install sphinx sphinx_bootstrap_theme + + +============================ +Generating the documentation +============================ + +Under Linux +----------- + +# cd ./Sphinx +# make html + +The HTML documentation will be available in the folder +"./build/html". You can for instance open it using Mozilla Firefox as +follows: + +# firefox ./build/html/index.html