Skip to content

Commit 6d63ee6

Browse files
committed
Syntax cleanup etc. Command 'make clean' before building revealed warnings.
1 parent 2a4c1e9 commit 6d63ee6

File tree

6 files changed

+21
-5
lines changed

6 files changed

+21
-5
lines changed

.gitignore

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,13 @@ $RECYCLE.BIN/
144144

145145
### Vale ###
146146
.vale.ini
147-
styles/
147+
styles/
148+
149+
# Ignore build dir in Sphinx + more
150+
.venv/
151+
Makefile
152+
build/
153+
docs/build
154+
index.deprecated
155+
make.bat
156+
source/

docs/README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
========================
24
migrid-user-docs
35
========================

docs/sections/erda/homepage/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
.. _erda-homepage-start:
24

35
=============

docs/sections/erda/networkdrive/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _erda-networkdrive-start:
2+
13
Connect ERDA as a Network Drive
24
===============================
35

docs/sections/erda/workgroup/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,17 +137,17 @@ Upload file
137137
^^^^^^^^^^^
138138
In order to upload a file, you first have to go into the workgroup you want to upload it to by clicking "*Open*" on the workgroup, as shown below.
139139

140-
.. images:: /images/workgroups/workgroups-open.png
141-
140+
.. image:: /images/workgroups/workgroups-open.png
141+
142142
You are now in the workgroup's shared folder, which all members and owners have full access.
143143

144144
Right-click to access the menu, where you have different options, shown below:
145145

146-
.. images:: /images/workgroups/workgroups-rightclick.png
146+
.. image:: /images/workgroups/workgroups-rightclick.png
147147

148148
Click "*Upload File*" to upload a file to the folder, and click "*Add files...*" and select the file(s) you want to upload.
149149

150-
.. images:: /images/workgroups/workgroups-addfiles.png
150+
.. image:: /images/workgroups/workgroups-addfiles.png
151151

152152
In the *Upload Files* menu, you can also drag and drop the file(s) you want to upload.
153153

docs/sections/getting-started/introduction/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.. _getting-started:
2+
23
Getting Started
34
===============
45

0 commit comments

Comments
 (0)