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: Makefile
-22Lines changed: 0 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -6,21 +6,12 @@ SPHINXOPTS =
6
6
SPHINXBUILD = sphinx-build
7
7
PAPER =
8
8
BUILDDIR = docs/_build
9
-
GH_PAGES_SOURCES = docs pygccxml Makefile
10
9
11
10
# User-friendly check for sphinx-build
12
11
ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
13
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/)
14
13
endif
15
14
16
-
# Check if the spinx version is the right one. Sphinx does not allow to check for
17
-
# minor sphinx revisions in conf.py, so we have to do this check here.
18
-
# This is needed because it the doc is uploaded to the git pages, we don't want
19
-
# to merge in changes due to a sphinx version change.
pygccxml is a specialized XML reader that reads the output from GCCXML. It provides a simple framework to navigate C++ declarations, using Python classes.
pygccxml is a specialized XML reader that reads the output from CastXML or GCCXML. It provides a simple framework to navigate C++ declarations, using Python classes.
10
18
11
19
Install
12
20
-------
@@ -22,7 +30,7 @@ To install from source, you can use the usual procedure:
22
30
Contact us
23
31
----------
24
32
25
-
You can contact us through the gccxml mailing list: http://www.gccxml.org/mailman/listinfo/gccxml
33
+
You can contact us through the CastXML mailing list: http://public.kitware.com/mailman/listinfo/castxml
26
34
27
35
For issues with pygccxml you can open an issue here: https://github.com/gccxml/pygccxml/issues
0 commit comments