You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/Makefile
-30Lines changed: 0 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,11 @@ SPHINXBUILD = sphinx-build
7
7
PAPER =
8
8
BUILDDIR = _build
9
9
10
-
<<<<<<< HEAD
11
-
=======
12
10
# User-friendly check for sphinx-build
13
11
ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
14
12
$(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/)
15
13
endif
16
14
17
-
>>>>>>> d8858378e9d3351804dba5654444cc23b9e1c07c
18
15
# Internal variables.
19
16
PAPEROPT_a4 = -D latex_paper_size=a4
20
17
PAPEROPT_letter = -D latex_paper_size=letter
@@ -37,30 +34,20 @@ help:
37
34
@echo " epub to make an epub"
38
35
@echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
39
36
@echo " latexpdf to make LaTeX files and run them through pdflatex"
40
-
<<<<<<< HEAD
41
-
=======
42
37
@echo " latexpdfja to make LaTeX files and run them through platex/dvipdfmx"
43
-
>>>>>>> d8858378e9d3351804dba5654444cc23b9e1c07c
44
38
@echo " text to make text files"
45
39
@echo " man to make manual pages"
46
40
@echo " texinfo to make Texinfo files"
47
41
@echo " info to make Texinfo files and run them through makeinfo"
48
42
@echo " gettext to make PO message catalogs"
49
43
@echo " changes to make an overview of all changed/added/deprecated items"
50
-
<<<<<<< HEAD
51
-
=======
52
44
@echo " xml to make Docutils-native XML files"
53
45
@echo " pseudoxml to make pseudoxml-XML files for display purposes"
54
-
>>>>>>> d8858378e9d3351804dba5654444cc23b9e1c07c
55
46
@echo " linkcheck to check all external links for integrity"
56
47
@echo " doctest to run all doctests embedded in the documentation (if enabled)"
57
48
58
49
clean:
59
-
<<<<<<< HEAD
60
50
-rm -rf $(BUILDDIR)/*
61
-
=======
62
-
rm -rf $(BUILDDIR)/*
63
-
>>>>>>> d8858378e9d3351804dba5654444cc23b9e1c07c
64
51
65
52
html:
66
53
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS)$(BUILDDIR)/html
@@ -98,28 +85,17 @@ qthelp:
98
85
@echo
99
86
@echo "Build finished; now you can run "qcollectiongenerator" with the"\
100
87
".qhcp project file in $(BUILDDIR)/qthelp, like this:"
Copy file name to clipboardExpand all lines: doc/install.rst
+2-76Lines changed: 2 additions & 76 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,52 +3,25 @@
3
3
Quick install guide
4
4
###################
5
5
6
-
<<<<<<< HEAD
7
-
Before you can use pyOIDC, you'll need to get it installed. This guide
6
+
Before you can use pyJWKEST, you'll need to get it installed. This guide
8
7
will guide you to a simple, minimal installation.
9
8
10
9
Install pyJWKEST
11
10
================
12
-
=======
13
-
Before you can use PyOIDC, you'll need to get it installed. This guide
14
-
will guide you to a simple, minimal installation.
15
-
16
-
Install PyOIDC
17
-
==============
18
-
>>>>>>> d8858378e9d3351804dba5654444cc23b9e1c07c
19
11
20
12
For all this to work you need to have Python installed.
21
13
The development has been done using 2.7.
22
14
There will shortly be a 3.4 version.
23
15
24
16
Prerequisites
25
-
<<<<<<< HEAD
26
17
=============
27
18
28
19
For installing pyJWKEST you will need
29
20
30
21
* pycrypto
31
-
=======
32
-
==============
33
-
34
-
For installing pyOIDC you will need
35
-
36
-
* requests
37
-
* pycrypto
38
-
* pyjwkest
39
-
* pysaml2
40
-
* dirg-util
41
-
>>>>>>> d8858378e9d3351804dba5654444cc23b9e1c07c
42
-
43
-
To build the documentation you will need
44
-
45
-
* alabaster
46
22
47
23
and for running the examples:
48
24
49
-
<<<<<<< HEAD
50
-
* pycrypto
51
-
=======
52
25
* mako
53
26
* cherrypy
54
27
* beaker
@@ -57,26 +30,15 @@ and for running the examples:
57
30
* importlib
58
31
* M2Crypto
59
32
* swig
60
-
>>>>>>> d8858378e9d3351804dba5654444cc23b9e1c07c
61
33
62
34
For running the tests you will additionally need to install:
63
35
64
36
* pytest
65
37
66
-
<<<<<<< HEAD
67
38
Debian/Mac
68
39
==========
69
40
70
41
If you don't want to install pyjwkest and all it's dependencies manually you can use yais
71
-
=======
72
-
If you wish your LDAP tests to pass, ensure you have installed the following package as well:
73
-
74
-
* python-ldap (not supported in windows)
75
-
76
-
Debian/Mac
77
-
==============
78
-
If you don't want to install pyoidc and all it's dependencies manually you can use yais
79
-
>>>>>>> d8858378e9d3351804dba5654444cc23b9e1c07c
80
42
81
43
Open a terminal and enter::
82
44
@@ -86,11 +48,7 @@ Open a terminal and enter::
86
48
cd [your path]/yais/script
87
49
./yais.sh
88
50
89
-
<<<<<<< HEAD
90
-
On the question “Do you want to install pyjwkest (Y/n):”, type Y. Everything else should be ignored, by typing n. The script will install pyoidc and all it's dependencies.
91
-
=======
92
-
On the question “Do you want to install pyoidc (Y/n):”, type Y. Everything else should be ignored, by typing n. The script will install pyoidc and all it's dependencies.
93
-
>>>>>>> d8858378e9d3351804dba5654444cc23b9e1c07c
51
+
On the question “Do you want to install pyjwkest (Y/n):”, type Y. Everything else should be ignored, by typing n. The script will install pyjwkest and all it's dependencies.
94
52
95
53
Quick build instructions
96
54
------------------------
@@ -113,35 +71,3 @@ The tests are based on the pypy test environment, so::
113
71
114
72
is what you should use. If you don't have py.test, get it it's part of pypy!
115
73
It's really good!
116
-
<<<<<<< HEAD
117
-
=======
118
-
119
-
Windows (beta)
120
-
==============
121
-
122
-
Above all pyoidc is developed and used in unix environments. In order to make it easier for people to use it in windows
123
-
environments a install script named install.bat has been developed which installs most of the necessary dependencies.
124
-
There are still some applications which is not included in .bat file like Python, Git, PyOpenSSL and Microsoft
125
-
Visual C++ Compiler.
126
-
127
-
NOTE: The script has been developed and used on windows 10.
128
-
129
-
A complete zip file containing all det executable files and the install script could be downloaded here:
0 commit comments