Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PAF Backend Simulator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Niclas Esser
PAF Backend Simulator
Commits
3df90027
Commit
3df90027
authored
8 months ago
by
Niclas Esser
Browse files
Options
Downloads
Patches
Plain Diff
Add required sphinx packages
parent
44aba506
No related branches found
Branches containing commit
No related tags found
1 merge request
!5
Doc
Pipeline
#214723
passed
8 months ago
Stage: build
Stage: test
Stage: stats
Stage: doc
Stage: deploy
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.md
+5
-4
5 additions, 4 deletions
README.md
doc/developer_guide.rst
+0
-0
0 additions, 0 deletions
doc/developer_guide.rst
doc/index.rst
+28
-1
28 additions, 1 deletion
doc/index.rst
doc/introduction.rst
+0
-0
0 additions, 0 deletions
doc/introduction.rst
with
33 additions
and
5 deletions
README.md
+
5
−
4
View file @
3df90027
...
...
@@ -5,20 +5,21 @@ The PAF Backend Simulator is part of the [Radioblocks]() project. The counterpar
## Install
It is recommended to create a virtual environment before installing the package
d
.
It is recommended to create a virtual environment before installing the package.
`python -m venv /path/to/venv/`
Activate the venv
by
Activate the venv
`source /path/to/venv/bin/activate`
The project is managed by the
`pyproject.toml`
-file. Hence, an installation with
`pip`
is the prefered way.
Clone the repo:
In the next step we clone the pafsim repository:
`git clone https://gitlab.mpcdf.mpg.de/nesser/pafsim && cd pafsim`
Then
install it
with
and
install it
`pip install .`
...
...
This diff is collapsed.
Click to expand it.
doc/developer_guide.rst
0 → 100644
+
0
−
0
View file @
3df90027
This diff is collapsed.
Click to expand it.
doc/index.rst
+
28
−
1
View file @
3df90027
:ref:`genindex`
\ No newline at end of file
.. PAFFrontendSim documentation master file, created by
sphinx-quickstart on Tue Dec 19 11:53:43 2023.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to PAFFrontendSim's documentation!
==========================================
.. toctree::
:maxdepth: 2
:caption: Contents:
modules
.. toctree::
:maxdepth: 10
:caption: Additions:
introduction.rst
users_guide.rst
developer_guide.rst
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
This diff is collapsed.
Click to expand it.
doc/introduction.rst
0 → 100644
+
0
−
0
View file @
3df90027
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment