Skip to content

Commit c25f7f1

Browse files
committed
more cleanup
1 parent 4233c00 commit c25f7f1

File tree

1 file changed

+11
-16
lines changed

1 file changed

+11
-16
lines changed

_docs/STEPcode.md

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,14 @@ STEPcode provides a cross-platform (Linux, OSX, **and** Windows) implementation
1919

2020
The [BSD license](http://github.com/stepcode/stepcode/blob/master/COPYING) allows commercial use. In addition, STEPcode is used in other open source projects such as [BRL-CAD](http://www.brl-cad.org) and [SCView](http://github.com/LaurentBauer/SCView).
2121

22-
STEPcode traces its roots to the NIST STEP Class Library (SCL) which was developed between ~1987 and 1998.
23-
24-
See also: [History](History.html), [List of external resources](List_of_external_resources.html), [List of OSS or free STEP programs](List_of_OSS_or_free_STEP_programs.html)
22+
STEPcode traces its roots to the NIST STEP Class Library (SCL) which was developed between ~1987 and 1998. For more details: [History](History.html)
2523

2624
### Quick Start
2725

2826
- See the [basic usage](/docs/usage/) page
2927

3028

31-
STEP & Other Standards
32-
----------------------
29+
## STEP & Other Standards
3330

3431
STEP can be used for neutral file exchange or as a basis for data sharing or archiving in areas such as drafting, mechanical and assembly design, electromechanical design, machine tool control, PLCS (product lifecycle support), systems engineering, computational fluid dynamics and finite element analysis. Parts of the STEP specification are reused in other standards, so STEPcode use is not limited to ISO 10303.
3532

@@ -46,30 +43,28 @@ STEPcode can be used with the following standards because they reuse [Part 11](h
4643

4744
Some schemas are [included](/docs/included_schemas/) with STEPcode, but those are not the only ones that it will work with.
4845

49-
# Community
50-
---------
46+
## Community
47+
5148

5249
The [scl-dev mailing list](http://groups.google.com/forum/?fromgroups#!forum/scl-dev) is hosted on google groups. In spite of the name, this is for both users and developers. The STEPcode project has evolved into a diverse open source community helping improve the accessibility, adoption, and long-term availability of STEP related technologies for CAx developers.
5350

5451
#### [Projects](List_of_projects.html) and [tasks](List_of_tasks.html)
5552

56-
# Code
57-
--------
53+
## Code
5854

5955
**The source code is on [GitHub](http://github.com/stepcode/stepcode)**
6056

6157
More pages:
6258
----
6359

64-
- [Getting started](Getting_started.html)
65-
- [Building STEPcode](Building_STEPcode.html)
66-
- [Description of the files and directories](Files_and_directories.html)
67-
- [How to use STEPcode in an application](How_to_use_STEPcode_in_an_application.html)
60+
- [Under the hood](/docs/files_dirs/)
61+
- [Examples](/docs/examples/)
62+
63+
We use [Travis-CI](https://travis-ci.org/stepcode/stepcode) and Appveyor for testing. Pull requests are automatically tested, as ismaster when it changes.
6864

69-
We use [Travis-CI](https://travis-ci.org/stepcode/stepcode) for testing. It automatically tests pull requests, and tests master when it changes. Originally, we used a [CDash dashboard](http://my.cdash.org/index.php?project=StepClassLibrary) to show the status of test runs. Test results are only visible for a month, and it was difficult to navigate.
65+
Originally, we used a [CDash dashboard](http://my.cdash.org/index.php?project=StepClassLibrary) to show the status of test runs. Test results were only visible for a month, and it was difficult to navigate.
7066

71-
Links
72-
-----
67+
## Links
7368

7469
- [WikiSTEP](http://wikistep.org/) - wiki for the STEP standard
7570
- [STEP on Wikipedia](http://en.wikipedia.org/w/index.php?title=ISO_10303)

0 commit comments

Comments
 (0)