Skip to content

Commit 9e70816

Browse files
committed
Fixed gh markdown syntax
1 parent 407e282 commit 9e70816

File tree

2 files changed

+13
-15
lines changed

2 files changed

+13
-15
lines changed

INSTALL.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ Requirements
1919
pythonOCC needs the following libraries or programs to be installed before you
2020
can compile/use it :
2121

22-
- the python programming language (http://www.python.org). Python 3.x is required. Python 2
22+
* the python programming language (<http://www.python.org>). Python 3.x is required. Python 2
2323
is officially dropped since the release 7.4.0.
2424

25-
- OpenCascade 7.4.0 (https://dev.opencascade.org),
25+
* OpenCascade 7.4.0 (<https://dev.opencascade.org>),
2626

27-
- SWIG 3.0.11 or higher (http://www.swig.org),
27+
* SWIG 3.0.11 or higher (<http://www.swig.org>),
2828

2929
Create a local copy of the repository
3030
-------------------------------------
@@ -47,7 +47,6 @@ installation, you have to set OCE_INCLUDE_PATH and OCE_LIB_PATH:
4747

4848
cmake -DOCE_INCLUDE_PATH=/your_oce_headers -DOCE_LIB_PATH=/your_lib_dir ..
4949

50-
5150
And launch the build process
5251

5352
make
@@ -76,4 +75,4 @@ In order to check that everything is ok, run the pythonocc unittest suite:
7675

7776
demos
7877
-----
79-
Download/test demos available at https://github.com/tpaviot/pythonocc-demos
78+
Download/test demos available at <https://github.com/tpaviot/pythonocc-demos>

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ CAD/PDM/PLM applications.
1717

1818
Latest release : [pythonocc-core 7.4.0rc1 (december 2019)](https://github.com/tpaviot/pythonocc-core/releases/tag/7.4.0rc1)
1919

20-
2120
Build from source
2221
-----------------
2322

@@ -40,31 +39,31 @@ Conda packages are provided for python 3.6 and 3.7.
4039
Other pythonocc related resources
4140
---------------------------------
4241

43-
* Demos: python examples, as well as jupyter notebooks https://github.com/tpaviot/pythonocc-demos
42+
* Demos: python examples, as well as jupyter notebooks <https://github.com/tpaviot/pythonocc-demos>
4443

45-
* Docker, binderhub: docker and online jupyter notebooks https://github.com/tpaviot/pythonocc-binderhub
44+
* Docker, binderhub: docker and online jupyter notebooks <https://github.com/tpaviot/pythonocc-binderhub>
4645

47-
* Documentation: https://github.com/tpaviot/pythonocc-documentation
46+
* Documentation: <https://github.com/tpaviot/pythonocc-documentation>
4847

4948
Online resources for development
5049
--------------------------------
5150

5251
We use the following online resources:
5352

54-
* Homepage: http://www.pythonocc.org
53+
* Homepage: <http://www.pythonocc.org>
5554

56-
* Mailing list: http://groups.google.com/group/pythonocc
55+
* Mailing list: <http://groups.google.com/group/pythonocc>
5756

58-
* Twitter : https://twitter.com/pythonocc
57+
* Twitter : <https://twitter.com/pythonocc>
5958

60-
* LGTM code quality review: https://lgtm.com/projects/g/tpaviot/honocc-core/
59+
* LGTM code quality review: <https://lgtm.com/projects/g/tpaviot/honocc-core/>
6160

62-
* Codacy quality checker: https://app.codacy.com/app/tpaviot/pythonocc-core
61+
* Codacy quality checker: <https://app.codacy.com/app/tpaviot/pythonocc-core>
6362

6463
pythonocc, oce and opencascade dependencies
6564
-------------------------------------------
6665

67-
From release 7.4.0, pythonocc-core depends on the official OpenCascade-7.4.0 library (https://dev.opencascade.org)
66+
From release 7.4.0, pythonocc-core depends on the official OpenCascade-7.4.0 library (<https://dev.opencascade.org>)
6867

6968
Former releases rely on oce (OpenCascade Community Edition), available at
7069
[oce C++ library / CAD kernel](https://github.com/tpaviot/oce).

0 commit comments

Comments
 (0)