Skip to content

Commit de7275f

Browse files
committed
Merge branch 'doc_improvements' into dev
2 parents 488f205 + e531284 commit de7275f

File tree

6 files changed

+33
-8
lines changed

6 files changed

+33
-8
lines changed

docs/source/_static/cadscript.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ div.rightside {
1212
}
1313

1414
div.cq-side-by-side {
15-
padding: 1px;
16-
border: 1px solid #ccc;
15+
border-left: 4px solid #ccc;
16+
margin-bottom: 10px;
1717
}
1818

1919
/* cq render after code */

docs/source/examples_.rst

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.. _examples:
2+
3+
Example Source Code
4+
===================
5+
6+
7+
.. toctree::
8+
9+
examples_sketch
10+
11+
12+

docs/source/doc_sketch_examples.rst docs/source/examples_sketch.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _examples:
1+
.. _examples_sketch:
22

33
.. currentmodule:: cadscript
44

docs/source/index.rst

+2-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@ Contents
1616

1717
intro_getting_started
1818
intro_installation
19-
doc_sketch_examples
20-
ref_module_functions
21-
ref_body
22-
ref_sketch
23-
doc_query_string
19+
examples_
20+
ref_
2421

2522
.. sidebar-links::
2623
:github:

docs/source/ref_.rst

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
.. _reference:
2+
3+
Reference
4+
===================
5+
6+
7+
.. toctree::
8+
9+
ref_module_functions
10+
ref_body
11+
ref_sketch
12+
ref_query_string
13+
14+
15+
16+
File renamed without changes.

0 commit comments

Comments
 (0)