Skip to content

Commit 91eb2dc

Browse files
committed
more formatting, updating
1 parent 0572fed commit 91eb2dc

23 files changed

+358
-2017
lines changed

_config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
highlighter: pygments
2+
markdown: kramdown
23
#url: http://stepcode.org
34
repository: https://github.com/stepcode/stepcode
45
#help_url: https://github.com/jekyll/jekyll-help
56

67
collections:
78
docs:
89
output: true
10+
11+
kramdown:
12+
toc_levels: "2"

_docs/AP210e2.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

_docs/AP242_draft.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

_docs/BRL-CAD_patches.md

Lines changed: 0 additions & 1331 deletions
This file was deleted.

_docs/Code_analysis.md

Lines changed: 0 additions & 72 deletions
This file was deleted.

_docs/How_to_compile.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

_docs/How_to_use_STEPcode_in_an_application.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ title: How to use STEPcode in an application
77
## CMake Integration
88

99
- Use **SC_IS_SUBBUILD** and **SC_BUILD_SCHEMAS**
10-
- **SC_SDAI_ADDITIONAL_EXES_SRCS** can be used to have SC build
11-
single-file executables (similar to p21read)
12-
- this will not work for applications with more than one source
13-
code file or that need to link other libs.
10+
- **SC_SDAI_ADDITIONAL_EXES_SRCS** can be used to have SC build single-file executables (similar to p21read)
11+
- this will not work for applications with more than one source code file or that need to link other libs.
1412

1513
#### See also: [CMake variables used by STEPcode](/docs/cmake_vars/)
1614

@@ -24,8 +22,6 @@ title: How to use STEPcode in an application
2422
- tests written in c++; these can be built when ENABLE_TESTING is set to ON, but are excluded from 'make all'
2523
- [sc/src/test](http://github.com/stepcode/stepcode/tree/master/src/test)
2624
- tests written by NIST; all are up-to-date, but [p21read](https://github.com/stepcode/stepcode/blob/master/src/test/p21read/p21read.cc#L138) is the most frequently used. See the README in sc/src/test for more.
27-
- [sc/src/clprobe-ui](http://github.com/stepcode/stepcode/tree/master/src/clprobe-ui)
28-
- remnants of a UI known as dataProbe; requires the [InterViews](http://www.ivtools.org/ivtools/interviews.html) toolkit, which predates X windows. An attempt has been made to resurrect it, but without success.
2925
- TODO: Example using lazy loading code. For now, see [lazy_test.cc](http://github.com/stepcode/stepcode/blob/master/src/cllazyfile/lazy_test.cc) in the repo.
3026

3127
## C++ applications that are not in the GitHub repository

_docs/List_of_schemas.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

_docs/List_of_tasks.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

_docs/Main_Page.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)