Skip to content

Commit 76b3d9d

Browse files
committed
remove remaining references to stepcode.org
1 parent 758104c commit 76b3d9d

File tree

6 files changed

+4
-15
lines changed

6 files changed

+4
-15
lines changed

CNAME.tmp

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

_config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
highlighter: rouge
22
markdown: kramdown
3-
#url: http://stepcode.org
43
repository: https://github.com/stepcode/stepcode
54
#help_url: https://github.com/jekyll/jekyll-help
65

_docs/P21read.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ P21read can be found in the repo at [src/test/p21read/p21read.cc](https://github
2424

2525
### Documentation
2626

27-
[Doxygen](http://stepcode.org/stepcode-use-doxygen/p21read_8cc.html)
27+
Doxygen (TODO)

_docs/examples.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ title: Examples
1515
## C++ examples
1616

1717
- [Minimal Part 21 C++ example](/docs/p21_cpp_example/)
18-
- Doxygen documentation of [apps using STEPcode](http://stepcode.org/stepcode-use-doxygen/)
1918
- [sc/src/express/test](https://github.com/stepcode/stepcode/tree/master/src/express/test/)
2019
- Tests for the express parser
2120
- [sc/test/cpp/](http://github.com/stepcode/stepcode/tree/master/test/cpp/)
@@ -28,7 +27,7 @@ title: Examples
2827

2928
## C++ applications that are not in the GitHub repository
3029

31-
The BRL-CAD [step-g](http://brlcad.svn.sourceforge.net/viewvc/brlcad/brlcad/trunk/src/conv/step/) converter, documented [here](http://stepcode.org/stepcode-use-doxygen/step-g_8cpp.html) (Note - currently, the BRL-CAD version of STEPcode differs slightly from the version on GitHub)
30+
The BRL-CAD [step-g](http://brlcad.svn.sourceforge.net/viewvc/brlcad/brlcad/trunk/src/conv/step/) converter (Note - currently, the BRL-CAD version of STEPcode differs slightly from the version on GitHub)
3231

3332
Laurent Bauer's [SCView](https://github.com/LaurentBauer/SCView/wiki)
3433

_docs/libexpress_structs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ typedef struct Where_ * Where;
5858
## Statement
5959
Union including [Alias](#alias), [Assignment](#assignment), [Case_Statement](#casestatement), [Compound_Statement](#compoundstatement), [Conditional](#conditional), [Loop](#loop), [Procedure_Call](#procedurecall), [Return_Statement](#returnstatement)
6060

61-
Doxygen: [Statement](http://stepcode.org/doxygen/struct_statement__.html)
61+
Doxygen:
6262

6363
{% highlight C %}
6464
/* these should probably all be expression types */
@@ -158,7 +158,7 @@ struct Return_Statement_ {
158158
## Scope
159159
Union including [Procedure](#procedure), [Function](#function), [Rule](#rule), [Entity](#entity), [Schema](#schema), [Express](#express), [Increment](#increment), [Type](#type)
160160

161-
Doxygen: [Scope](http://stepcode.org/doxygen/struct_scope__.html)
161+
Doxygen:
162162

163163
{% highlight C %}
164164
struct Scope_ {

_docs/p21_cpp_example.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@ Based on [P21read](/docs/p21read/)
1111
{:toc}
1212

1313

14-
## Important Classes
15-
16-
- [Registry](http://stepcode.org/doxygen/class_registry.html) (contains information about types present in the current schema)
17-
- [InstMgr](http://stepcode.org/doxygen/class_inst_mgr.html) (holds instances that have been created or that have been loaded from a file)
18-
- [STEPfile](http://stepcode.org/doxygen/class_s_t_e_pfile.html) (takes care of reading and writing Part 21 files, and creates an SDAI_Application_instance for every instance read)
19-
- [SDAI_Application_instance](http://stepcode.org/doxygen/class_s_d_a_i___application__instance.html) (the base class for every type of instance that STEP deals with)
20-
2114
## Code
2215

2316

0 commit comments

Comments
 (0)