Skip to content

Commit 3d7f420

Browse files
committed
Merge branch 'master' into documentation_fix
2 parents f5f2f49 + 9f92231 commit 3d7f420

30 files changed

Lines changed: 112 additions & 145 deletions

docs/source/_autosummary/PyDSS.api.src.app.pydss.rst

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,11 @@ pydss.api.src.app.pydss
33

44
.. automodule:: pydss.api.src.app.pydss
55

6-
7-
8-
9-
10-
11-
12-
13-
14-
15-
166
.. rubric:: Classes
177

188
.. autosummary::
199

20-
PyDSS
10+
pydss
2111

2212

2313

docs/source/_autosummary/PyDSS.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
pydss
1+
2+
Pydss
23
=====
34

45
.. automodule:: pydss

docs/source/co-simulation_support.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Co-simulation interfaces
22
=========================
33

4-
PyDSS provides two pathways for configuring pydss for a co-simulation with external simulators.
4+
Pydss provides two pathways for configuring pydss for a co-simulation with external simulators.
55
These interface help researchers cut lead time in setting up and configuring co-simulation setups to
66
simulate cyber phsical interactions by coupling multiple domain scepific tools. Each interface has
77
certain pros and cons detailed in the documentation pages.

docs/source/conf.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,8 @@
1616
import re
1717
# import sys
1818

19-
# my_path = os.path.abspath('../PyDSS')
20-
# print(f"{my_path=}")
21-
# sys.path.insert(0, os.path.abspath('../PyDSS'))
2219

2320
import sphinx_rtd_theme
24-
# import pydss
25-
# import pydss
26-
# import pydss.simulation_input_models
27-
#from pydss.simulation_input_models import SimulationSettingsModel, ProjectModel
2821

2922
# -- Project information -----------------------------------------------------
3023

docs/source/hdf-data-format.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
###############
22
HDF Data Format
33
###############
4-
This page describes the format pydss uses to export data in an HDF file. PyDSS
4+
This page describes the format pydss uses to export data in an HDF file. Pydss
55
contains code to convert the raw data to pandas.DataFrame objects or Python
66
dictionaries, so normal users should not need to write their own tools to
77
interpret the data.

docs/source/interfaces.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Interfaces
22
=========================
33

4-
PyDSS provides three easy to configure external interfaces. These interface help researchers cut lead time in setting up and configuring co-simulation setups to simulate cyber phsical interactions by coupling multiple domain scpific tools. The 'External_interfacing_example' project in the examples folder provides examples on how to set up and use each of these interfaces.
4+
Pydss provides three easy to configure external interfaces. These interface help researchers cut lead time in setting up and configuring co-simulation setups to simulate cyber phsical interactions by coupling multiple domain scpific tools. The 'External_interfacing_example' project in the examples folder provides examples on how to set up and use each of these interfaces.
55

66
.. toctree::
77
:maxdepth: 3

docs/source/project_layout.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _pydss_project_layout:
22

33
********************
4-
PyDSS Project Layout
4+
Pydss Project Layout
55
********************
66
A pydss project is made up of one or more scenarios that run simulations on a shared OpenDSS
77
model. The purpose of scenarios is to allow users to customize inputs, outputs, or controls.

docs/source/quickstart.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ Quick Start Guide
55
*****************
66

77
This page provides a short example to get pydss up and running. If you have not already installed
8-
PyDSS, please follow the instructions at :ref:`installation_label`.
8+
pydss, please follow the instructions at :ref:`installation_label`.
99

1010
The basic steps are to create an empty project, copy your OpenDSS model files into that project,
1111
customize the simuation settings, and then run the simulation.
1212

1313
Create an empty project
1414
=======================
15-
PyDSS requires a specific directory structure with configuration files that specify how to run a
15+
Pydss requires a specific directory structure with configuration files that specify how to run a
1616
simulation. Run this command to create an empty project.
1717

1818
.. code-block:: bash

docs/source/reports.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ This can be useful for debugging purposes when you develop your own reports.
6969
***********
7070
Output Data
7171
***********
72-
PyDSS stores generated reports in ``<project-path>/Reports``.
72+
Pydss stores generated reports in ``<project-path>/Reports``.
7373

7474
******************
7575
Adding New Reports

docs/source/spec/swagger.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ paths:
160160
required: true
161161
schema:
162162
type: string
163-
example: C:/Users/alatif/Desktop/PyDSS_2.0/PyDSS/examples
163+
example: C:/Users/alatif/Desktop/pydss_2.0/pydss/examples
164164
style: form
165165
explode: true
166166
responses:
@@ -205,7 +205,7 @@ paths:
205205
required: true
206206
schema:
207207
type: string
208-
example: C:/Users/alatif/Desktop/PyDSS_2.0/PyDSS/examples
208+
example: C:/Users/alatif/Desktop/pydss_2.0/pydss/examples
209209
style: form
210210
explode: true
211211
responses:
@@ -241,7 +241,7 @@ paths:
241241
UUID: None
242242
"/simulators/pydss":
243243
put:
244-
summary: Run a command on an active instance of PyDSS
244+
summary: Run a command on an active instance of pydss
245245
tags:
246246
- Simulation
247247
requestBody:
@@ -330,15 +330,15 @@ paths:
330330
Error tolerance: 0.001
331331
Control mode: Static
332332
Simulation Type: QSTS
333-
Project Path: C:/Users/alatif/Desktop/PyDSS_2.0/PyDSS/examples
333+
Project Path: C:/Users/alatif/Desktop/pydss_2.0/pydss/examples
334334
Active Project: custom_contols
335335
Active Scenario: base_case
336336
DSS File: Master_Spohn_existing_VV.dss
337337
Co-simulation Mode: false
338338
Log Results: false
339339
Export Data Tables: true
340340
Export Data In Memory: true
341-
Federate name: PyDSS_x
341+
Federate name: pydss_x
342342
required: false
343343
responses:
344344
'200':
@@ -366,7 +366,7 @@ paths:
366366
Message: Failed to create a pydss instance
367367
UUID: None
368368
delete:
369-
summary: Deletes an active instance of PyDSS
369+
summary: Deletes an active instance of pydss
370370
tags:
371371
- Simulation
372372
parameters:

0 commit comments

Comments
 (0)