Skip to content

Commit e3d77d4

Browse files
committed
shortened Setting Up Code Environment to just Code Environment
1 parent f8080fe commit e3d77d4

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

docs/source/custom_containers.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
.. _custom_containers:
22

33
Custom Containers
4-
=============================
5-
6-
Creating a Custom Container
7-
---------------------------
4+
=================
85

96
To create a custom container, you need to create a JSON file that defines the shape of the container.
107
Here is an example of a custom container that represents a plate with only 3 circular wells.
@@ -114,6 +111,5 @@ Here is an example of loading into a Python protocol the custom trash container
114111
115112
custom_trash = containers.load(
116113
'trash-square',
117-
'B2',
118-
'custom_trash'
114+
'B2'
119115
)

docs/source/setup.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _setup:
22

3-
================================
4-
Setting Up Code Environment
5-
================================
3+
================
4+
Code Environment
5+
================
66

77
Jupyter Code Environment
88
-----------------------------

0 commit comments

Comments
 (0)